From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8718 invoked by alias); 25 Oct 2009 15:43:24 -0000 Received: (qmail 8707 invoked by uid 22791); 25 Oct 2009 15:43:22 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (82.230.74.64) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 25 Oct 2009 15:43:19 +0000 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 09B4538256; Sun, 25 Oct 2009 16:43:17 +0100 (CET) From: Jim Meyering To: Jan Kratochvil Cc: gdb@sourceware.org Subject: Re: git update delay [Re: FYI, small patch required to resync git from cvs] In-Reply-To: <20091025152620.GA18409@host0.dyn.jankratochvil.net> (Jan Kratochvil's message of "Sun, 25 Oct 2009 16:26:21 +0100") References: <87k4yj8ql1.fsf@meyering.net> <20091025152620.GA18409@host0.dyn.jankratochvil.net> Date: Sun, 25 Oct 2009 15:49:00 -0000 Message-ID: <878wez8oob.fsf@meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00364.txt.bz2 Jan Kratochvil wrote: > On Sun, 25 Oct 2009 16:02:02 +0100, Jim Meyering wrote: >> It should propagate to the public git repo within the hour. > > This delay complicates it a bit sometimes for preperation of dependent > patches. i am not aware of the required + available performance resources but > it could the update run more often? (if not 1 then for example 5 minutes) Yes, I know how aggravating that can be. Luckily, the repositories for which I suffered the most have all converted to git upstream, now ;-) Currently the gdb cvs-to-git sync process runs once per hour, but a run can take over 20 minutes when every ,v file has been touched by a tag, so I can't increase the frequency by much. Even at the best of times (I've just confirmed) it takes at least 7 minutes. I've just doubled its frequency, so now it runs at 8 and 38 minutes after each hour.