From bab46e817fdd198ddf11f533ef50cad3149f65e8 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Fri, 6 Feb 2009 06:35:03 -0500 Subject: Revert "Moving project administration documents to nagiosplugins.org site" This reverts commit f4a52594818e7c3634a397ac1f86ef87a68bd121. --- doc/RELEASING | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 doc/RELEASING (limited to 'doc/RELEASING') diff --git a/doc/RELEASING b/doc/RELEASING new file mode 100644 index 00000000..c5d81951 --- /dev/null +++ b/doc/RELEASING @@ -0,0 +1,47 @@ +NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG + +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 svn2cl (get from http://ch.tudelft.nl/~arthur/svn2cl): +svn2cl.sh --break-before-msg --reparagraph -i http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk +commit BUGS NEWS configure.in package.def ChangeLog + +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 +svn export http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/tags/release-1.4.10 nagiosplug +cd nagiosplug +tools/setup +./configure +make dist + +sftp upload.sf.net +cd uploads +put file + +SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps) +Link to download at http://sourceforge.net/project/showfiles.php?group_id=29880 +Include contents of NEWS for this release +List all people on team involved. +Add acknowledgement to contributors +Submit. Get URL to news item + +SF -> Admin -> File Releases +Add a release to nagiosplug and create a file release +Name: 1.4.1 +Create release +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 with the news text +Add a news item to http://nagiosplugins.org -- cgit v1.2.3-74-g34f1