Lines Matching +full:on +full:- +full:the +full:- +full:go

2 # packageinfo.sh - set shell variables with version components
5 # permission or the #! shell selector.
7 # Most changes to this file are fully or semi-automated using the
8 # UpdatePoint script on the ntp.org tarball build machine. Changes
9 # required by the typical ntp.org release sequences are below.
13 # To bump the -dev point (p) number, UpdatePoint needs no changes here.
15 # To start a -RC cycle in -dev leading to the next -stable release,
18 # To move from dev -RC to new -stable and -dev major/minor version, set
19 # minor and/or major to the new version, repotype to match the new
25 # To start a -stable beta cycle, which normally occurs before a -stable
26 # -RC1 during the runup to a -stable point release, UpdatePoint needs
30 # To move on from -stable beta to RC set prerelease=rc.
32 # To fall back from -stable RC to beta set prerelease=beta.
34 # To skip over -stable beta1 directly to -RC1, set prerelease=rc.
36 # To proceed from a -stable RC to the release set rcpoint=GO
38 # To skip all -stable prereleases and move from one primary or point
39 # release directly to the next point release, set rcpoint=GO.
44 # does by default, use the -t/--test option before the repo type:
46 # shell# scripts/build/UpdatePoint -t stable
52 # post-4.2.8:
56 # odd minor numbers are for -dev, even minor numbers are for -stable
77 # ChangeLog starting tag (see also CommitLog-4.1.0)
80 ### post-4.2.8:
85 # - Numeric values increment
86 # - empty 'increments' to 1
87 # - NEW 'increments' to empty
91 # ntp-stable Beta number (betapoint)
93 # The first beta is -beta1.
94 # betapoint is always zero in ntp-dev.
97 ### rcpoint is normally modified by script except for GO.
99 # for ntp-dev, always empty as RC numbers are not used, nor is GO.
100 # For ntp-stable:
102 # - Numeric values increment
103 # - GO triggers a release
104 # - - rcpoint is emptied
105 # - - betapoint is set to 0
106 # - - prerelease is emptied
108 # - rcpoint is empty and unused (for now).