[Surfraw-commits] [SCM] web pages for surfraw branch, master, updated. start-23-gcaade5d

Ian Beckwith ianb at erislabs.net
Tue Jul 21 20:35:24 UTC 2009


The following commit has been merged in the master branch:
commit caade5d393e849aeb3aa907e08c477156d8c61d4
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Tue Jul 21 21:35:19 2009 +0100

    change cvs documentation to git

diff --git a/HACKING b/HACKING
index 28d0262..eb0704d 100644
--- a/HACKING
+++ b/HACKING
@@ -147,42 +147,49 @@ Or... How to Eat The CHEESE
         to the surfraw-extra package by adding its files to
 	debian/surfraw-extra.files
 
-    11: if using cvs, '(cd elvi;cvs add elviname)' then 'cvs commit'
+    11: if using git, 'git add elvi/elviname' then commit and push.
 
  APPENDIX 2
 
     Preparing a release of surfraw:
 
-    1: cvs -d :ext:user at cvs.alioth.debian.org:/cvsroot/surfraw checkout surfraw web
+    1: git clone git://git.debian.org/surfraw/surfraw
 
-    2: cd surfraw
+    2: git clone git://git.debian.org/surfraw/web
 
-    3: cvs tag -c surfraw_versionnumber_debianversion
+    3: cd surfraw
 
-    4: mkdir -p  ../release/upload ; cd ../release
+    4: git tag surfraw-versionnumber-debianversion
 
-    5: cvs -d :ext:user at cvs.alioth.debian.org:/cvsroot/surfraw export -r surfraw_versionnumber_debianversion surfraw
+    5: git push --tags
 
-    6: cd surfraw
+    6: mkdir -p  ../release/upload ; cd ../release
 
-    7: ./configure &&  make distcheck
+    7: git clone git://git.debian.org/surfraw/surfraw
 
-    8: # test surfraw-version.tar.gz
+    8: cd surfraw
 
-    9: cp surfraw-version.tar.gz ../surfraw_version.orig.tar.gz
+    9: git checkout surfraw-versionnumber-debianversion
 
-    10: mv surfraw-version.tar.gz ../upload
+    10: rm -rf .git
 
-    11: pdebuild --buildresult ../upload --auto-debsign --logfile ../pbuilder.log
+    11: ./configure && make distcheck
 
-    12: cd ../upload
+    12: # test surfraw-version.tar.gz
 
-    13: # test and upload the debian packages
+    13: cp surfraw-version.tar.gz ../surfraw_version.orig.tar.gz
 
-    14: cp * ../../web/dist
+    14: mv surfraw-version.tar.gz ../upload
 
-    15: cd ../../web
+    15: pdebuild --buildresult ../upload --auto-debsign --logfile ../pbuilder.log
 
-    16: make install # see README.WEB for more info
+    16: cd ../upload
+
+    17: # test and upload the debian packages
+
+    18: cp * ../../web/dist
+
+    19: cd ../../web
+
+    20: make install # see README.WEB for more info
 
-$Id$
diff --git a/index.html b/index.html
index b52e6a4..a4efc47 100644
--- a/index.html
+++ b/index.html
@@ -89,6 +89,15 @@ For example:
 2.2.5
 </a>
 
+<h3>Tue Jul 21 20:44:59 BST 2009 - Migrated CVS repository to git</h3>
+<p>The surfraw source code repository is now hosted in git.
+<p>The repository can be browsed at
+  <a href="http://git.debian.org/?p=surfraw/surfraw.git"
+     >http://git.debian.org/?p=surfraw/surfraw.git</a>
+  and can be checked out with:
+<p>
+  <code>git clone git://git.debian.org/surfraw/surfraw.git</code>
+
 <h3>Wed May 13 02:30:21 BST 2009  - surfraw 2.2.5</h3>
 <ul>
   <li>Replaced scaleplus elvi with comlaw.
@@ -509,6 +518,10 @@ Surfraw contains the following web site search scripts (<i>elvi</i>)
   <td>Search the Debian Security Tracker for CVE ids or package names</td>
 </tr>
 <tr>
+  <td><b>debvcsbrowse</b></td>
+  <td>Browse the VCS repository for a Debian package</td>
+</tr>
+<tr>
   <td><b>debwiki</b></td>
   <td>Search the Debian Wikis (wiki.debian.org & women.debian.org/wiki)</td>
 </tr>
@@ -1088,8 +1101,11 @@ email to
 
 <p>
 The current development version of surfraw can be obtained from the
-surfraw <a href="http://alioth.debian.org/scm/?group_id=30151">CVS
-repository</a>
+surfraw <a href="http://git.debian.org/?p=surfraw/surfraw.git">git
+repository</a>. To check out the repository:
+
+<p>
+<pre>git clone git://git.debian.org/surfraw/surfraw.git</pre>
 
 <p>
 Interested in contributing?
@@ -1108,6 +1124,6 @@ truth. Its love will set you free.
 <p>
 <hr>
 <p>
-Last modified: Wed May 13 03:08:27 BST 2009
+Last modified: Tue Jul 21 21:30:23 BST 2009
 
 </body> </html>
diff --git a/index.html.IN b/index.html.IN
index 2b95f5c..bcabed4 100644
--- a/index.html.IN
+++ b/index.html.IN
@@ -89,6 +89,15 @@ For example:
 <!-- TAG:VERSION -->
 </a>
 
+<h3>Tue Jul 21 20:44:59 BST 2009 - Migrated CVS repository to git</h3>
+<p>The surfraw source code repository is now hosted in git.
+<p>The repository can be browsed at
+  <a href="http://git.debian.org/?p=surfraw/surfraw.git"
+     >http://git.debian.org/?p=surfraw/surfraw.git</a>
+  and can be checked out with:
+<p>
+  <code>git clone git://git.debian.org/surfraw/surfraw.git</code>
+
 <h3>Wed May 13 02:30:21 BST 2009  - surfraw 2.2.5</h3>
 <ul>
   <li>Replaced scaleplus elvi with comlaw.
@@ -742,8 +751,11 @@ email to
 
 <p>
 The current development version of surfraw can be obtained from the
-surfraw <a href="http://alioth.debian.org/scm/?group_id=30151">CVS
-repository</a>
+surfraw <a href="http://git.debian.org/?p=surfraw/surfraw.git">git
+repository</a>. To check out the repository:
+
+<p>
+<pre>git clone git://git.debian.org/surfraw/surfraw.git</pre>
 
 <p>
 Interested in contributing?

-- 
web pages for surfraw



More information about the Surfraw-commits mailing list