diff options
Diffstat (limited to 'doc/RELEASING')
-rw-r--r-- | doc/RELEASING | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index 4bcc131..394e674 100644 --- a/doc/RELEASING +++ b/doc/RELEASING | |||
@@ -8,7 +8,7 @@ check compilation, check tinderbox screens | |||
8 | *** Prepare and commit files | 8 | *** Prepare and commit files |
9 | Update BUGS, NEWS file | 9 | Update BUGS, NEWS file |
10 | Update AUTHORS if new members | 10 | Update AUTHORS if new members |
11 | Update configure.in and package.def with version | 11 | Update configure.in, package.def and NP-VERSION-GEN with version |
12 | Run git2cl (get from http://josefsson.org/git2cl/): | 12 | Run git2cl (get from http://josefsson.org/git2cl/): |
13 | git2cl >Changelog | 13 | git2cl >Changelog |
14 | commit BUGS NEWS configure.in package.def ChangeLog | 14 | commit BUGS NEWS configure.in package.def ChangeLog |
@@ -23,6 +23,8 @@ rm -fr /tmp/nagioslug | |||
23 | git checkout tags/release-1.4.14 | 23 | git checkout tags/release-1.4.14 |
24 | # Beware: the trailing slash of --prefix is REQUIRED | 24 | # Beware: the trailing slash of --prefix is REQUIRED |
25 | git checkout-index --prefix=/tmp/nagioslug/ -a | 25 | git checkout-index --prefix=/tmp/nagioslug/ -a |
26 | |||
27 | *** Build the tarball | ||
26 | cd /tmp/nagioslug | 28 | cd /tmp/nagioslug |
27 | tools/setup | 29 | tools/setup |
28 | ./configure | 30 | ./configure |