diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 23:10:16 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 23:10:16 +0000 |
commit | dea996d5493d27a0c42707c5519cb62f25aa4189 (patch) | |
tree | c7ab056c3c620b1fdb53e7f8771dd70b88e6bac8 /doc | |
parent | 2613e937df29da3146455567e3f54a38efe384de (diff) | |
download | monitoring-plugins-dea996d5493d27a0c42707c5519cb62f25aa4189.tar.gz |
Clarified notes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1034 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASING | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index ec9c3b50..3edd4eb8 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -4,15 +4,15 @@ cvs update in main area . tools/devmode, if feeling adventurous check compilation -Run cvs2cl +Run cvs2cl.pl commit new ChangeLog -cvs tag r1_4_0-alpha2 +cvs tag r1_4-alpha2 -checkout new version +checkout new version: cd /tmp rm -fr nagiosplug -cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r 1_4_0-alpha2 nagiosplug +cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r 1_4-alpha2 nagiosplug cd nagiosplug tools/setup ./configure @@ -29,7 +29,7 @@ Get URL to news item SF -> Admin -> File Release System Edit nagiosplug and create a file release -name: 1.4.0alpha2. Commit +name: 1.4-alpha2. Commit Step 1: Add release notes pointing to news item Step 2: add file Step 3: *.tar.gz, Platform Independent, Source .gz |