diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-02-06 08:04:55 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-02-06 08:04:55 -0500 |
commit | b99afc69bf36131f70a7cd312577118c65300ba6 (patch) | |
tree | 33285b64eef7da106ca61b207cb49d3cadd1c651 /doc | |
parent | 0af97a2f84e1fb8dc335057da699bb5deb164d5c (diff) | |
download | monitoring-plugins-b99afc69bf36131f70a7cd312577118c65300ba6.tar.gz |
Devel doc: NP-VERSION-GEN needs to be updated as well
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASING | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index 4bcc131d..394e674a 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -8,7 +8,7 @@ check compilation, check tinderbox screens *** Prepare and commit files Update BUGS, NEWS file Update AUTHORS if new members -Update configure.in and package.def with version +Update configure.in, package.def and NP-VERSION-GEN with version Run git2cl (get from http://josefsson.org/git2cl/): git2cl >Changelog commit BUGS NEWS configure.in package.def ChangeLog @@ -23,6 +23,8 @@ rm -fr /tmp/nagioslug git checkout tags/release-1.4.14 # Beware: the trailing slash of --prefix is REQUIRED git checkout-index --prefix=/tmp/nagioslug/ -a + +*** Build the tarball cd /tmp/nagioslug tools/setup ./configure |