diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-01-20 20:06:42 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-01-20 20:06:42 (GMT) |
commit | 2e3a867002accb05a990096bbf775ca1c2d15aaa (patch) | |
tree | 4ae7ce39c5ba34ac15149652122892c1ffbf4f61 /doc/RELEASING | |
parent | 3b5742d0b972f3bea7ce1e9bc640cd5677f9d606 (diff) | |
download | monitoring-plugins-2e3a867002accb05a990096bbf775ca1c2d15aaa.tar.gz |
Administrative notes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1572 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc/RELEASING')
-rw-r--r-- | doc/RELEASING | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index 92dbb72..d9039ff 100644 --- a/doc/RELEASING +++ b/doc/RELEASING | |||
@@ -5,17 +5,16 @@ cvs update in main area | |||
5 | check compilation | 5 | check compilation |
6 | 6 | ||
7 | Update BUGS file | 7 | Update BUGS file |
8 | Update configure.in and package.def with version and commit | 8 | Update configure.in and package.def with version |
9 | |||
10 | Run cvs2cl.pl | 9 | Run cvs2cl.pl |
11 | commit new ChangeLog | 10 | commit BUGS configure.in package.def ChangeLog |
12 | 11 | ||
13 | cvs tag r1_4_1 | 12 | cvs tag r1_4_1 |
14 | 13 | ||
15 | checkout new version: | 14 | checkout new version: |
16 | cd /tmp | 15 | cd /tmp |
17 | rm -fr nagiosplug | 16 | rm -fr nagiosplug |
18 | cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r r1_4-alpha2 nagiosplug | 17 | cvs -z3 -d:ext:tonvoon@nagiosplug.cvs.sourceforge.net:/cvsroot/nagiosplug co -r r1_4_1 nagiosplug |
19 | cd nagiosplug | 18 | cd nagiosplug |
20 | tools/setup | 19 | tools/setup |
21 | ./configure | 20 | ./configure |
@@ -28,6 +27,7 @@ cd /incoming | |||
28 | put file | 27 | put file |
29 | 28 | ||
30 | SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps) | 29 | SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps) |
30 | Link to download at http://sourceforge.net/project/showfiles.php?group_id=29880 | ||
31 | List major changes. | 31 | List major changes. |
32 | List all people on team involved. | 32 | List all people on team involved. |
33 | Add acknowledgement to contributors | 33 | Add acknowledgement to contributors |
@@ -35,7 +35,7 @@ Get URL to news item | |||
35 | 35 | ||
36 | SF -> Admin -> File Releases | 36 | SF -> Admin -> File Releases |
37 | Add a release to nagiosplug and create a file release | 37 | Add a release to nagiosplug and create a file release |
38 | Name: 1.4-alpha2. Create release | 38 | Name: 1.4.1 Create release |
39 | Step 1: Add release notes pointing to news item | 39 | Step 1: Add release notes pointing to news item |
40 | Step 2: add file | 40 | Step 2: add file |
41 | Step 3: *.tar.gz, Platform Independent, Source .gz | 41 | Step 3: *.tar.gz, Platform Independent, Source .gz |