mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-26 03:10:31 -05:00
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1070 f882894a-f735-0410-b71e-b25c423dba1c
41 lines
850 B
Text
41 lines
850 B
Text
NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG
|
|
|
|
cvs update in main area
|
|
. tools/devmode, if feeling adventurous
|
|
check compilation
|
|
|
|
Run cvs2cl.pl
|
|
commit new ChangeLog
|
|
|
|
cvs tag r1_4-alpha2
|
|
|
|
checkout new version:
|
|
cd /tmp
|
|
rm -fr nagiosplug
|
|
cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r 1_4-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-alpha2. 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 and package.def
|
|
|