diff options
-rw-r--r-- | doc/RELEASING | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index ec9c3b5..3edd4eb 100644 --- a/doc/RELEASING +++ b/doc/RELEASING | |||
@@ -4,15 +4,15 @@ 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 | Run cvs2cl | 7 | Run cvs2cl.pl |
8 | commit new ChangeLog | 8 | commit new ChangeLog |
9 | 9 | ||
10 | cvs tag r1_4_0-alpha2 | 10 | cvs tag r1_4-alpha2 |
11 | 11 | ||
12 | checkout new version | 12 | checkout new version: |
13 | cd /tmp | 13 | cd /tmp |
14 | rm -fr nagiosplug | 14 | rm -fr nagiosplug |
15 | cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r 1_4_0-alpha2 nagiosplug | 15 | cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r 1_4-alpha2 nagiosplug |
16 | cd nagiosplug | 16 | cd nagiosplug |
17 | tools/setup | 17 | tools/setup |
18 | ./configure | 18 | ./configure |
@@ -29,7 +29,7 @@ Get URL to news item | |||
29 | 29 | ||
30 | SF -> Admin -> File Release System | 30 | SF -> Admin -> File Release System |
31 | Edit nagiosplug and create a file release | 31 | Edit nagiosplug and create a file release |
32 | name: 1.4.0alpha2. Commit | 32 | name: 1.4-alpha2. Commit |
33 | Step 1: Add release notes pointing to news item | 33 | Step 1: Add release notes pointing to news item |
34 | Step 2: add file | 34 | Step 2: add file |
35 | Step 3: *.tar.gz, Platform Independent, Source .gz | 35 | Step 3: *.tar.gz, Platform Independent, Source .gz |