From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22514 invoked by alias); 7 May 2009 14:47:33 -0000 Received: (qmail 22493 invoked by uid 22791); 7 May 2009 14:47:32 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,HTML_MISSING_CTYPE X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 May 2009 14:47:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 118B32BACBF; Thu, 7 May 2009 10:47:22 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cwLhJPzCvQIk; Thu, 7 May 2009 10:47:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CF1E52BAC89; Thu, 7 May 2009 10:47:21 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D159CF5900; Thu, 7 May 2009 07:47:19 -0700 (PDT) Date: Thu, 07 May 2009 14:47:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [commit/www] Document the git mirror... Message-ID: <20090507144719.GA659@adacore.com> References: <20090507001055.GB27592@adacore.com> <007e01c9cf15$dfd6d0f0$9f8472d0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: <007e01c9cf15$dfd6d0f0$9f8472d0$@u-strasbg.fr> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00153.txt.bz2 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 323 > +
> +git clone git://sources.redhat.com/git/gdb.git
> +
> + > 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 --rwEMma7ioTxnRzrJ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="www-git.diff" Content-length: 810 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:
-git clone git://sources.redhat.com/git/gdb.git
+git clone git://sourceware.org/git/gdb.git
 
  • FTP:

    @@ -276,7 +276,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 2009-05-06.

    +

    Last modified 2009-05-07.

    --rwEMma7ioTxnRzrJ--