[Genabel-commits] r836 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 11 17:08:07 CET 2012


Author: yurii
Date: 2012-01-11 17:08:06 +0100 (Wed, 11 Jan 2012)
New Revision: 836

Added:
   www/tutHowToMakeTags.html
Modified:
   www/index.php
   www/version_and_news.html
Log:
adding how-to-make-tages to web pages

Modified: www/index.php
===================================================================
--- www/index.php	2012-01-11 16:01:44 UTC (rev 835)
+++ www/index.php	2012-01-11 16:08:06 UTC (rev 836)
@@ -81,6 +81,11 @@
 How to make a patch for a GenABEL suite package
 </a>
 </li>
+<li>
+<a href="tutHowToMakeTags.html">
+How to tag released versions of GenABEL-suite packages 
+</a>
+</li>
 </ul>
 
 <p> 

Added: www/tutHowToMakeTags.html
===================================================================
--- www/tutHowToMakeTags.html	                        (rev 0)
+++ www/tutHowToMakeTags.html	2012-01-11 16:08:06 UTC (rev 836)
@@ -0,0 +1,35 @@
+<h3>
+How to tag releases of GenABEL suite packaages
+</h3>
+<p></p>
+<i>
+by Lennart Karssen
+</i>
+<p></p>
+
+I recently added a branches and a tags
+directory to the SVN repo. So far I've added a tag for GenABEL v1.6-7
+and ProbABEL-0.1-9e, based on the SVN logs.
+<p></p>
+
+Maintainers of packages (with commit rights to the SVN repo) should
+remember to make a tag when they release a new version of their package.
+A tag is created like this:
+<p></p>
+
+<pre>
+$ svn copy -r 729 \
+     svn+ssh://committer-name@svn.r-forge.r-project.org/svnroot/genabel/pkg/GenABEL \
+     svn+ssh://committer-name@svn.r-forge.r-project.org/svnroot/genabel/tags/GenABEL/v.1.6-7 \
+     -m "Tagging release 1.6-7 of GenABEL."
+</pre>
+<p></p>
+
+where the number 729 indicates the SVN revision that contains the
+released version. If no changes were committed to SVN since the release
+the -r <number> is unnecessary. The <committer-name> is the name of your
+R-forge account.
+<p></p>
+
+If part of this process is unclear, don't hesitate to send a mail to the
+list.
\ No newline at end of file


Property changes on: www/tutHowToMakeTags.html
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Modified: www/version_and_news.html
===================================================================
--- www/version_and_news.html	2012-01-11 16:01:44 UTC (rev 835)
+++ www/version_and_news.html	2012-01-11 16:08:06 UTC (rev 836)
@@ -27,13 +27,13 @@
 </messagetoall>
 
 <GAstable>
-1.6-7
+1.7-0
 </GAstable><br>
 <GAdevelopment>
-1.6-8
+1.7-1
 </GAdevelopment><br>
-<GAnews>
-</GAnews><br>
+<GenABELnews>
+</GenABELnews><br>
 
 <DAstable>
 0.9-2
@@ -41,9 +41,18 @@
 <DAdevelopment>
 0.9-3
 </DAdevelopment><br>
-<DAnews>
-</DAnews><br>
+<DatABELnews>
+</DatABELnews><br>
 
+<VAstable>
+0.9-0
+</VAstable><br>
+<VAdevelopment>
+0.9-1
+</VAdevelopment><br>
+<VariABELnews>
+</VariABELnews><br>
 
+
 </body>
 </html>
\ No newline at end of file



More information about the Genabel-commits mailing list