* [commit/www] Document the git mirror...
@ 2009-05-07 0:11 Joel Brobecker
2009-05-07 13:15 ` Pierre Muller
0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2009-05-07 0:11 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 334 bytes --]
... 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
[-- Attachment #2: git-www.diff --]
[-- Type: text/x-diff, Size: 1056 bytes --]
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [commit/www] Document the git mirror...
2009-05-07 0:11 [commit/www] Document the git mirror Joel Brobecker
@ 2009-05-07 13:15 ` Pierre Muller
2009-05-07 14:47 ` Joel Brobecker
0 siblings, 1 reply; 3+ messages in thread
From: Pierre Muller @ 2009-05-07 13:15 UTC (permalink / raw)
To: 'Joel Brobecker', gdb-patches
Joel,
+<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.
Is there a reason not to use sourceware.org here?
Pierre
> -----Message d'origine-----
> De : gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Joel Brobecker
> Envoyé : Thursday, May 07, 2009 2:11 AM
> À : gdb-patches@sourceware.org
> Objet : [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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [commit/www] Document the git mirror...
2009-05-07 13:15 ` Pierre Muller
@ 2009-05-07 14:47 ` Joel Brobecker
0 siblings, 0 replies; 3+ messages in thread
From: Joel Brobecker @ 2009-05-07 14:47 UTC (permalink / raw)
To: Pierre Muller; +Cc: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 323 bytes --]
> +<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
[-- Attachment #2: www-git.diff --]
[-- Type: text/x-diff, Size: 810 bytes --]
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-05-07 14:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-07 0:11 [commit/www] Document the git mirror Joel Brobecker
2009-05-07 13:15 ` Pierre Muller
2009-05-07 14:47 ` Joel Brobecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox