From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12309 invoked by alias); 5 Jul 2006 22:45:27 -0000 Received: (qmail 12298 invoked by uid 22791); 5 Jul 2006 22:45:26 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Jul 2006 22:45:24 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id CE68748CC5B for ; Wed, 5 Jul 2006 18:45:18 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12449-01-2 for ; Wed, 5 Jul 2006 18:45:18 -0400 (EDT) Received: from takamaka.act-europe.fr (S0106000625ac85e1.vs.shawcable.net [70.71.27.110]) by nile.gnat.com (Postfix) with ESMTP id 8576348CC53 for ; Wed, 5 Jul 2006 18:45:18 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id A656947E7F; Wed, 5 Jul 2006 15:45:17 -0700 (PDT) Date: Wed, 05 Jul 2006 22:45:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA/htdocs] Remove references to dejagnu in WWW Message-ID: <20060705224517.GA673@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00016.txt.bz2 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 496 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 * 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 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="current.diff" Content-length: 1958 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} -A weekly snapshot (gdb+dejagnu-CVS-YYYYMMDD.tar.bz2) of the sources -checked out using CVS is available for download from the current -snapshot directory. Since the archive is compressed using bzip2 it is the fastest +snapshot directory. The latest weekly snapshot is also accessible +under gdb.tar.bz2. Since the archive is compressed using +bzip2 it is the fastest and most efficient way of obtaining a read-only source tree under CVS.

@@ -96,7 +97,7 @@ Alternativly, you can check out a copy o using the command:

-cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb+dejagnu
+cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb
 
Slow internet connection? Use cvs -z COMPRESSION-LEVEL -d @@ -143,7 +144,7 @@ use a command sequence like:
 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
 

@@ -260,7 +261,7 @@ Floor, Boston, MA 02110-1301 USA.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

-

Last modified 2005-10-25.

+

Last modified 2006-07-05.

--pf9I7BMVVzbSWLtt--