Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA/htdocs] Remove references to dejagnu in WWW
@ 2006-07-05 22:45 Joel Brobecker
  2006-07-06  3:26 ` Eli Zaretskii
  2006-07-06  3:28 ` Daniel Jacobowitz
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Brobecker @ 2006-07-05 22:45 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

Hello,

Following a suggestion by Nick Roberts, the attached patch removes
references to dejagnu in current/index.html. I also added a small
note explaining that gdb.tar.bz2 points to the latest weekly snapshot.

2006-07-05  Joel Brobecker  <brobecker@adacore.com>

        * current/index.html: Remove references to dejagnu.
        Add note about gdb.tar.bz2.

OK to apply?

There is also a link gdb+dejagnu.tar.bz2 which points to gdb.tar.bz2
which I think we should remove.

Thanks,
-- 
Joel

[-- Attachment #2: current.diff --]
[-- Type: text/plain, Size: 1958 bytes --]

Index: current/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/current/index.html,v
retrieving revision 1.35
diff -u -p -r1.35 index.html
--- current/index.html	2 Nov 2005 21:58:50 -0000	1.35
+++ current/index.html	5 Jul 2006 22:43:00 -0000
@@ -71,11 +71,12 @@ cvs -d :pserver:anoncvs@sources.redhat.c
 {enter "anoncvs" as the password}
 </pre>
 
-A weekly snapshot (gdb+dejagnu-CVS-YYYYMMDD.tar.bz2) of the sources
-checked out using CVS is available for download from the <a
+A weekly snapshot (gdb-weekly-CVS-VERSION.YYYYMMDD.tar.bz2) of the
+sources checked out using CVS is available for download from the <a
 href="ftp://sources.redhat.com/pub/gdb/snapshots/current/"> current
-snapshot</a> directory.  Since the archive is compressed using <a
-href="http://sources.redhat.com/bzip2/">bzip2</a> it is the fastest
+snapshot</a> directory.  The latest weekly snapshot is also accessible
+under gdb.tar.bz2.  Since the archive is compressed using
+<a href="http://sources.redhat.com/bzip2/">bzip2</a> it is the fastest
 and most efficient way of obtaining a read-only source tree under
 CVS.<p>
 
@@ -96,7 +97,7 @@ Alternativly, you can check out a copy o
 using the command:
 
 <pre>
-cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb+dejagnu
+cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb
 </pre>
 
 Slow internet connection?  Use <tt>cvs -z COMPRESSION-LEVEL -d
@@ -143,7 +144,7 @@ use a command sequence like:
 
 <pre>
 CVS_RSH=ssh ; export CVS_RSH
-cvs -d :ext:YOURACCOUNT@sources.redhat.com:/cvs/src co gdb+dejagnu
+cvs -d :ext:YOURACCOUNT@sources.redhat.com:/cvs/src co gdb
 </pre>
 
 <p>
@@ -260,7 +261,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 2005-10-25.</p>
+<p>Last modified 2006-07-05.</p>
 </address>
 
 </body>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFA/htdocs] Remove references to dejagnu in WWW
  2006-07-05 22:45 [RFA/htdocs] Remove references to dejagnu in WWW Joel Brobecker
@ 2006-07-06  3:26 ` Eli Zaretskii
  2006-07-06  4:54   ` Joel Brobecker
  2006-07-06  3:28 ` Daniel Jacobowitz
  1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2006-07-06  3:26 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

> Date: Wed, 5 Jul 2006 15:45:17 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> 
> Following a suggestion by Nick Roberts, the attached patch removes
> references to dejagnu in current/index.html. I also added a small
> note explaining that gdb.tar.bz2 points to the latest weekly snapshot.
> 
> 2006-07-05  Joel Brobecker  <brobecker@adacore.com>
> 
>         * current/index.html: Remove references to dejagnu.
>         Add note about gdb.tar.bz2.
> 
> OK to apply?

Fine with me.  Thanks.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFA/htdocs] Remove references to dejagnu in WWW
  2006-07-05 22:45 [RFA/htdocs] Remove references to dejagnu in WWW Joel Brobecker
  2006-07-06  3:26 ` Eli Zaretskii
@ 2006-07-06  3:28 ` Daniel Jacobowitz
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Jacobowitz @ 2006-07-06  3:28 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On Wed, Jul 05, 2006 at 03:45:17PM -0700, Joel Brobecker wrote:
> There is also a link gdb+dejagnu.tar.bz2 which points to gdb.tar.bz2
> which I think we should remove.

No opinion, but let me know if you need me to do that; or do you have
enough access to sourceware to do it yourself?

If you don't, you probably should.


-- 
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFA/htdocs] Remove references to dejagnu in WWW
  2006-07-06  3:26 ` Eli Zaretskii
@ 2006-07-06  4:54   ` Joel Brobecker
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2006-07-06  4:54 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

> > 2006-07-05  Joel Brobecker  <brobecker@adacore.com>
> > 
> >         * current/index.html: Remove references to dejagnu.
> >         Add note about gdb.tar.bz2.
> > 
> > OK to apply?
> 
> Fine with me.  Thanks.

Thanks. Patch checked in.

For Daniel: I have the privilege to remove the gdb+dejagnu link
(I use them to store the gdb releases on the sourceware.org FTP
site).  And I just did it now, to double-check that. I also removed
this patch from the queue - pretty scary animation when I clicked
on the button :-).

-- 
Joel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-06  4:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-05 22:45 [RFA/htdocs] Remove references to dejagnu in WWW Joel Brobecker
2006-07-06  3:26 ` Eli Zaretskii
2006-07-06  4:54   ` Joel Brobecker
2006-07-06  3:28 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox