Code

Fix check_mysql* not using password set in my.cnf (#2531905 - Ben Timby)
[nagiosplug.git] / doc / RELEASING
1 NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG
3 *** Pre-release
4 git pull
5 . tools/devmode, if feeling adventurous
6 check compilation, check tinderbox screens
8 *** Prepare and commit files
9 Update BUGS, NEWS file
10 Update AUTHORS if new members
11 Update configure.in, package.def and NP-VERSION-GEN with version
12 Run git2cl (get from http://josefsson.org/git2cl/):
13 git2cl >Changelog
14 commit BUGS NEWS configure.in package.def ChangeLog
16 *** Create new tag
17 git tag release-1.4.14
19 *** Checkout new version
20 rm -fr /tmp/nagioslug
21 # If you need to checkout the tag, don't forget to "checkout master" later to
22 # get back to your development branch:
23 git checkout tags/release-1.4.14
24 # Beware: the trailing slash of --prefix is REQUIRED
25 git checkout-index --prefix=/tmp/nagioslug/ -a
27 *** Build the tarball
28 cd /tmp/nagioslug
29 tools/setup
30 ./configure
31 make dist
33 *** Upload generated tarball to sourceforge
34 sftp upload.sf.net
35 cd uploads
36 put file
38 SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps)
39 Link to download at http://sourceforge.net/project/showfiles.php?group_id=29880
40 Include contents of NEWS for this release
41 List all people on team involved. 
42 Add acknowledgement to contributors
43 Submit. Get URL to news item
45 SF -> Admin -> File Releases
46 Add a release to nagiosplug and create a file release
47 Name: 1.4.1 
48 Create release
49 Step 1: Add release notes pointing to news item
50 Step 2: add file
51 Step 3: *.tar.gz, Platform Independent, Source .gz
52 Step 4: Send notice
54 *** Announce new release
55 Send email to nagiosplug-help, nagios-announce with the news text
56 Add a news item to http://nagiosplugins.org