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]

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


> +<pre>
> +git clone git://sources.redhat.com/git/gdb.git
> +</pre>
> +
>   I recently tried to remove most of sources.redhat.com occurrences in
>   gdb doc and the ARI web pages.

You're absolutely right, thanks for noticing. This was mindless
copy/pasting of intructions in an email.  Fixed with the attached.

-- 
Joel
Index: current/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/current/index.html,v
retrieving revision 1.42
diff -u -p -r1.42 index.html
--- current/index.html	7 May 2009 00:07:45 -0000	1.42
+++ current/index.html	7 May 2009 14:44:45 -0000
@@ -159,7 +159,7 @@ resynchronized at regular intervals. To 
 repository, use the following command:
 
 <pre>
-git clone git://sources.redhat.com/git/gdb.git
+git clone git://sourceware.org/git/gdb.git
 </pre>
 
 <li><b>FTP</b>:<p>
@@ -276,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 2009-05-06.</p>
+<p>Last modified 2009-05-07.</p>
 </address>
 
 </body>

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