Code

Updated with corrections. Added note to update BUGS file
[nagiosplug.git] / doc / RELEASING
1 NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG
3 cvs update in main area
4 . tools/devmode, if feeling adventurous
5 check compilation
7 Update BUGS file, if this is a major release
9 Run cvs2cl.pl
10 commit new ChangeLog
12 Check configure.in with right version
13 cvs tag r1_4-alpha2
15 checkout new version:
16 cd /tmp
17 rm -fr nagiosplug
18 cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r r1_4-alpha2 nagiosplug
19 cd nagiosplug
20 tools/setup
21 ./configure
22 make dist
24 ftp upload.sf.net
25 anonymous/email
26 bin
27 cd /incoming
28 put file
30 SF -> Submit News about release.
31 Get URL to news item
33 SF -> Admin -> File Release System
34 Add a release to nagiosplug and create a file release
35 name: 1.4-alpha2. Commit
36 Step 1: Add release notes pointing to news item
37 Step 2: add file
38 Step 3: *.tar.gz, Platform Independent, Source .gz
39 Step 4: Send notice
41 Send email to nagiosplug-help, nagios-announce
43 Change version number in configure.in and package.def