diff options
-rw-r--r-- | doc/RELEASING | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index f9f0545..4f61c30 100644 --- a/doc/RELEASING +++ b/doc/RELEASING | |||
@@ -4,15 +4,18 @@ cvs update in main area | |||
4 | . tools/devmode, if feeling adventurous | 4 | . tools/devmode, if feeling adventurous |
5 | check compilation | 5 | check compilation |
6 | 6 | ||
7 | Update BUGS file, if this is a major release | ||
8 | |||
7 | Run cvs2cl.pl | 9 | Run cvs2cl.pl |
8 | commit new ChangeLog | 10 | commit new ChangeLog |
9 | 11 | ||
12 | Check configure.in with right version | ||
10 | cvs tag r1_4-alpha2 | 13 | cvs tag r1_4-alpha2 |
11 | 14 | ||
12 | checkout new version: | 15 | checkout new version: |
13 | cd /tmp | 16 | cd /tmp |
14 | rm -fr nagiosplug | 17 | rm -fr nagiosplug |
15 | cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r 1_4-alpha2 nagiosplug | 18 | cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r r1_4-alpha2 nagiosplug |
16 | cd nagiosplug | 19 | cd nagiosplug |
17 | tools/setup | 20 | tools/setup |
18 | ./configure | 21 | ./configure |
@@ -28,14 +31,14 @@ SF -> Submit News about release. | |||
28 | Get URL to news item | 31 | Get URL to news item |
29 | 32 | ||
30 | SF -> Admin -> File Release System | 33 | SF -> Admin -> File Release System |
31 | Edit nagiosplug and create a file release | 34 | Add a release to nagiosplug and create a file release |
32 | name: 1.4-alpha2. Commit | 35 | name: 1.4-alpha2. Commit |
33 | Step 1: Add release notes pointing to news item | 36 | Step 1: Add release notes pointing to news item |
34 | Step 2: add file | 37 | Step 2: add file |
35 | Step 3: *.tar.gz, Platform Independent, Source .gz | 38 | Step 3: *.tar.gz, Platform Independent, Source .gz |
36 | Step 4: Send notice | 39 | Step 4: Send notice |
37 | 40 | ||
38 | Send email to nagiosplug-help, nagios-announce, nagiosplug-devel | 41 | Send email to nagiosplug-help, nagios-announce |
39 | 42 | ||
40 | Change version number in configure.in and package.def | 43 | Change version number in configure.in and package.def |
41 | 44 | ||