From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2182 invoked by alias); 14 Aug 2012 18:27:33 -0000 Received: (qmail 2172 invoked by uid 22791); 14 Aug 2012 18:27:31 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Aug 2012 18:27:17 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7EIREml005298 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 14 Aug 2012 14:27:15 -0400 Received: from psique (ovpn-113-26.phx2.redhat.com [10.3.113.26]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7EIRB2G013783; Tue, 14 Aug 2012 14:27:12 -0400 From: Sergio Durigan Junior To: Jan Kratochvil Cc: Gyula Gubacsi , GDB Patches , Joel Brobecker Subject: Re: How often is the git repository is updated? References: <20120814111930.GA11949@host2.jankratochvil.net> X-URL: http://www.redhat.com Date: Tue, 14 Aug 2012 18:27:00 -0000 In-Reply-To: (Sergio Durigan Junior's message of "Tue, 14 Aug 2012 15:21:34 -0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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: 2012-08/txt/msg00412.txt.bz2 On Tuesday, August 14 2012, I wrote: > On Tuesday, August 14 2012, Jan Kratochvil wrote: > >> On Tue, 14 Aug 2012 13:14:07 +0200, Gyula Gubacsi wrote: >>> Read-only git section it is stated that the git mirror is updated >>> regularly. How often I wonder? Wouldn't be a bit more precise to state >>> the actual time interval? >> >> 30 minutes, see: >> http://sourceware.org/ml/gdb/2009-10/msg00363.html > > I always thought it was 15 minutes. Anyway, I agree with Gyula, it > would be good to provide this info on the page. I will send a patch to gdb-patches. Here it is. Joel, I guess you are the responsible for the web pages, right? It this OK for pushing to htdocs repo? Thanks, -- Sergio Index: current/index.html =================================================================== RCS file: /cvs/gdb/htdocs/current/index.html,v retrieving revision 1.43 diff -u -p -r1.43 index.html --- current/index.html 7 May 2009 14:45:33 -0000 1.43 +++ current/index.html 14 Aug 2012 18:25:07 -0000 @@ -155,8 +155,9 @@ cvs -d :ext:YOURACCOUNT@sourceware.org:/ 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: +resynchronized at regular intervals, currently every 30 minutes. + +To get a copy of that repository, use the following command:
 git clone git://sourceware.org/git/gdb.git