[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2149] nagiosplug/trunk/doc

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Fri Feb 6 13:25:39 CET 2009


Revision: 2149
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2149&view=rev
Author:   dermoth
Date:     2009-02-06 12:25:39 +0000 (Fri, 06 Feb 2009)

Log Message:
-----------
Update the devel notes for Git

From: Thomas Guyot-Sionnest <dermoth at aei.ca>

Modified Paths:
--------------
    nagiosplug/trunk/doc/LEAVERS
    nagiosplug/trunk/doc/NEW_STARTERS
    nagiosplug/trunk/doc/RELEASING

Modified: nagiosplug/trunk/doc/LEAVERS
===================================================================
--- nagiosplug/trunk/doc/LEAVERS	2009-02-06 12:25:20 UTC (rev 2148)
+++ nagiosplug/trunk/doc/LEAVERS	2009-02-06 12:25:39 UTC (rev 2149)
@@ -9,6 +9,7 @@
   - Reassign leaver's tracker items to project lead
   - Remove from Sourceforge's list of developers. This will include CVS access. Do not
     need to remove from CVS avail file
+  - Remove access from repos.or.cz for all three Git repositories
   - If applicable, remove from mailing list administrators
   - Keep on nagiosplug-team mailing list, unless specifically requested to be removed
 

Modified: nagiosplug/trunk/doc/NEW_STARTERS
===================================================================
--- nagiosplug/trunk/doc/NEW_STARTERS	2009-02-06 12:25:20 UTC (rev 2148)
+++ nagiosplug/trunk/doc/NEW_STARTERS	2009-02-06 12:25:39 UTC (rev 2149)
@@ -21,4 +21,5 @@
 3. Add to CVS avail file:
   - Translator: Add member to translation files
   - Developer: Add member to CVSROOT/avail for all files
-4. Send email to nagiosplug-team introducing new member
+4. Add Git access on repos.or.cz
+5. Send email to nagiosplug-team introducing new member

Modified: nagiosplug/trunk/doc/RELEASING
===================================================================
--- nagiosplug/trunk/doc/RELEASING	2009-02-06 12:25:20 UTC (rev 2148)
+++ nagiosplug/trunk/doc/RELEASING	2009-02-06 12:25:39 UTC (rev 2149)
@@ -1,28 +1,34 @@
 NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG
 
-svn update in main area
+*** Pre-release
+git pull
 . tools/devmode, if feeling adventurous
 check compilation, check tinderbox screens
 
+*** Prepare and commit files
 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
+Run git2cl (get from http://josefsson.org/git2cl/):
+git2cl >Changelog
 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
+*** Create new tag
+git tag release-1.4.14
 
-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
+*** Checkout new version
+rm -fr /tmp/nagioslug
+# If you need to checkout the tag, don't forget to "checkout master" later to
+# get back to your development branch:
+git checkout tags/release-1.4.14
+# Beware: the trailing slash of --prefix is REQUIRED
+git checkout-index --prefix=/tmp/nagioslug/ -a
+cd /tmp/nagioslug
 tools/setup
 ./configure
 make dist
 
+*** Upload generated tarball to sourceforge
 sftp upload.sf.net
 cd uploads
 put file
@@ -43,5 +49,6 @@
 Step 3: *.tar.gz, Platform Independent, Source .gz
 Step 4: Send notice
 
+*** Announce new release
 Send email to nagiosplug-help, nagios-announce with the news text
 Add a news item to http://nagiosplugins.org


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list