summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/packageinfo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/packageinfo.sh')
-rw-r--r--contrib/ntp/packageinfo.sh31
1 files changed, 31 insertions, 0 deletions
diff --git a/contrib/ntp/packageinfo.sh b/contrib/ntp/packageinfo.sh
new file mode 100644
index 0000000..fe1a4ba
--- /dev/null
+++ b/contrib/ntp/packageinfo.sh
@@ -0,0 +1,31 @@
+repotype=stable
+# version=Protocol.Major.Minor
+# odd minor numbers are for -dev, even minor numbers are for -stable
+proto=4
+major=2
+minor=4
+version=${proto}.${major}.${minor}
+# Point. 3 cases:
+# - Numeric values increment
+# - empty 'increments' to 1
+# - NEW 'increments' to empty
+point=5
+# Special. Normally unused. A suffix.
+#special=ag
+special=
+# [???] To start an RC cycle: RC->yes
+# To release from an RC cycle: rcpoint-> GO
+# ReleaseCandidate. 'yes' or 'no'.
+releasecandidate=no
+#releasecandidate=no
+# ChangeLog tag
+CLTAG=NTP_4_2_0
+###
+# The following is for ntp-stable. 2 cases:
+# - Numeric values increment
+# - GO triggers a release
+# - - rcpoint gets set to 0
+# - - releasecandidate gets set to no
+# - GRONK is for -dev
+rcpoint=
+#rcpoint=GRONK
OpenPOWER on IntegriCloud