summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-02-06 13:04:55 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-02-06 13:04:55 (GMT)
commitb99afc69bf36131f70a7cd312577118c65300ba6 (patch)
tree33285b64eef7da106ca61b207cb49d3cadd1c651
parent0af97a2f84e1fb8dc335057da699bb5deb164d5c (diff)
downloadmonitoring-plugins-b99afc69bf36131f70a7cd312577118c65300ba6.tar.gz
Devel doc: NP-VERSION-GEN needs to be updated as well
-rw-r--r--doc/RELEASING4
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
9Update BUGS, NEWS file 9Update BUGS, NEWS file
10Update AUTHORS if new members 10Update AUTHORS if new members
11Update configure.in and package.def with version 11Update configure.in, package.def and NP-VERSION-GEN with version
12Run git2cl (get from http://josefsson.org/git2cl/): 12Run git2cl (get from http://josefsson.org/git2cl/):
13git2cl >Changelog 13git2cl >Changelog
14commit BUGS NEWS configure.in package.def ChangeLog 14commit BUGS NEWS configure.in package.def ChangeLog
@@ -23,6 +23,8 @@ rm -fr /tmp/nagioslug
23git checkout tags/release-1.4.14 23git checkout tags/release-1.4.14
24# Beware: the trailing slash of --prefix is REQUIRED 24# Beware: the trailing slash of --prefix is REQUIRED
25git checkout-index --prefix=/tmp/nagioslug/ -a 25git checkout-index --prefix=/tmp/nagioslug/ -a
26
27*** Build the tarball
26cd /tmp/nagioslug 28cd /tmp/nagioslug
27tools/setup 29tools/setup
28./configure 30./configure