This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/www] Document the git mirror...


... The first time I wanted to use our git mirror, I had to search
pretty hard to find the email announcing this new repo.  git is really
a huge improvement over CVS, so I think it's worth mentioning in on
our website, besides instructions on how to get sources from CVS,
FTP, etc.

Attached is what I ended up checking in.

-- 
Joel
Index: current/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/current/index.html,v
retrieving revision 1.41
diff -u -p -r1.41 index.html
--- current/index.html	27 Nov 2008 00:34:16 -0000	1.41
+++ current/index.html	7 May 2009 00:07:20 -0000
@@ -151,6 +151,17 @@ cvs -d :ext:YOURACCOUNT@sourceware.org:/
 
 <p>
 
+<li><b>Read-only git</b>:<p>
+
+A read-only git mirror of GDB's repository is also available.
+This repository is not a real-time mirror, but is automatically
+resynchronized at regular intervals. To get a copy of that
+repository, use the following command:
+
+<pre>
+git clone git://sources.redhat.com/git/gdb.git
+</pre>
+
 <li><b>FTP</b>:<p>
 
 A daily snapshot of the current development sources (<a
@@ -265,7 +276,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2008-11-26.</p>
+<p>Last modified 2009-05-06.</p>
 </address>
 
 </body>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]