diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-01 22:02:54 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-01 22:02:54 +0000 |
commit | 1d8128e328f714258b7fec0c62245e1d187e0439 (patch) | |
tree | 32d402dea22e5aa70cb0099e69a482ebcbba2650 /doc/RELEASING | |
parent | 69aad2ae9b4606d8290534b94fcf36537c198810 (diff) | |
download | monitoring-plugins-1d8128e328f714258b7fec0c62245e1d187e0439.tar.gz |
Notes on releasing
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@968 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc/RELEASING')
-rw-r--r-- | doc/RELEASING | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/RELEASING b/doc/RELEASING new file mode 100644 index 00000000..ec9c3b50 --- /dev/null +++ b/doc/RELEASING @@ -0,0 +1,41 @@ +NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG + +cvs update in main area +. tools/devmode, if feeling adventurous +check compilation + +Run cvs2cl +commit new ChangeLog + +cvs tag r1_4_0-alpha2 + +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 +cd nagiosplug +tools/setup +./configure +make dist + +ftp upload.sf.net +anonymous/email +bin +cd /incoming +put file + +SF -> Submit News about release. +Get URL to news item + +SF -> Admin -> File Release System +Edit nagiosplug and create a file release +name: 1.4.0alpha2. Commit +Step 1: Add release notes pointing to news item +Step 2: add file +Step 3: *.tar.gz, Platform Independent, Source .gz +Step 4: Send notice + +Send email to nagiosplug-help, nagios-announce, nagiosplug-devel + +Change version number in configure.in + |