From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23279 invoked by alias); 7 May 2009 00:11:08 -0000 Received: (qmail 23269 invoked by uid 22791); 7 May 2009 00:11:06 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 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 00:11:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2BBB02BACB2 for ; Wed, 6 May 2009 20:10:59 -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 FETeYtPdRJ7s for ; Wed, 6 May 2009 20:10:59 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B9EB12BAB8F for ; Wed, 6 May 2009 20:10:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 0B465F5900; Wed, 6 May 2009 17:10:56 -0700 (PDT) Date: Thu, 07 May 2009 00:11:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/www] Document the git mirror... Message-ID: <20090507001055.GB27592@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline 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/msg00141.txt.bz2 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 334 ... 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 --OXfL5xGRrasGEqWY Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="git-www.diff" Content-length: 1056 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:/

+

  • Read-only git:

    + +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: + +

    +git clone git://sources.redhat.com/git/gdb.git
    +
    +
  • FTP:

    A daily snapshot of the current development sources (

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

    -

    Last modified 2008-11-26.

    +

    Last modified 2009-05-06.

    --OXfL5xGRrasGEqWY--