|
|
@@ -1,21 +1,23 @@
|
|
|
NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG
|
|
|
|
|
|
-cvs update in main area
|
|
|
+svn update in main area
|
|
|
. tools/devmode, if feeling adventurous
|
|
|
check compilation, check tinderbox screens
|
|
|
|
|
|
Update BUGS, NEWS file
|
|
|
Update AUTHORS if new members
|
|
|
Update configure.in and package.def with version
|
|
|
-Run cvs2cl.pl
|
|
|
+Run svn2cl (get from http://ch.tudelft.nl/~arthur/svn2cl):
|
|
|
+svn2cl.sh --break-before-msg -i http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk
|
|
|
commit BUGS NEWS configure.in package.def ChangeLog
|
|
|
|
|
|
-cvs tag r1_4_1
|
|
|
+svn copy http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk
|
|
|
+http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/tags/release-1.4.10
|
|
|
|
|
|
checkout new version:
|
|
|
cd /tmp
|
|
|
rm -fr nagiosplug
|
|
|
-cvs -z3 -d:ext:tonvoon@nagiosplug.cvs.sourceforge.net:/cvsroot/nagiosplug co -r r1_4_1 nagiosplug
|
|
|
+svn export http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/tags/release-1.4.10 nagiosplug
|
|
|
cd nagiosplug
|
|
|
tools/setup
|
|
|
./configure
|