From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28490 invoked by alias); 26 Oct 2010 00:46:55 -0000 Received: (qmail 28481 invoked by uid 22791); 26 Oct 2010 00:46:55 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,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, 26 Oct 2010 00:46:50 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9Q0kmoi026443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 25 Oct 2010 20:46:48 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9Q0kiWL021397; Mon, 25 Oct 2010 20:46:45 -0400 Message-ID: <4CC624F4.3030103@redhat.com> Date: Tue, 26 Oct 2010 00:46:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.14) Gecko/20101020 Lightning/1.0b1 Shredder/3.0.10pre MIME-Version: 1.0 To: "Frank Ch. Eigler" CC: "H.J. Lu" , overseers@gcc.gnu.org, Benjamin Kosnik Subject: Re: Gcc git mirror hasn't been updated for more than 24 hours References: <4CC5E73F.1060402@redhat.com> <20101026002921.GA20928@redhat.com> In-Reply-To: <20101026002921.GA20928@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2010-q4/txt/msg00013.txt.bz2 On 10/25/2010 08:29 PM, Frank Ch. Eigler wrote: >> and fixing bkoz's default group. > > Not enough, there are others in that boat. Maybe a periodic chgrp -R, > or a git option (if any)? OK, I've set core.sharedRepository to "all", so new things should be world-writeable. Jason