From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28282 invoked by alias); 6 Oct 2009 20:48:49 -0000 Received: (qmail 28274 invoked by uid 22791); 6 Oct 2009 20:48:48 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS 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, 06 Oct 2009 20:48:44 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n96KmgGg017061 for ; Tue, 6 Oct 2009 16:48:43 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n96KmeTq022039 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 6 Oct 2009 16:48:42 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n96KmeD7010361; Tue, 6 Oct 2009 22:48:40 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n96KmdZO010358; Tue, 6 Oct 2009 22:48:39 +0200 Date: Tue, 06 Oct 2009 20:48:00 -0000 From: Jan Kratochvil To: Jim Meyering Cc: gdb@sourceware.org Subject: Re: gdb.git hiccup Message-ID: <20091006204837.GA9856@host0.dyn.jankratochvil.net> References: <87ws3clkx8.fsf@meyering.net> <87r5tklij2.fsf@meyering.net> <87k4zclc87.fsf@meyering.net> <20091003233527.GA9182@caradoc.them.org> <877hvbk5xn.fsf@meyering.net> <20091004110911.GI32049@redhat.com> <8ba6bed40910040515t775d36adhaf0c912a43e77bad@mail.gmail.com> <87eipjib2n.fsf@meyering.net> <20091004142139.GA19501@host0.dyn.jankratochvil.net> <874oqegnb3.fsf@meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874oqegnb3.fsf@meyering.net> User-Agent: Mutt/1.5.20 (2009-08-17) 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/msg00120.txt.bz2 On Mon, 05 Oct 2009 12:14:24 +0200, Jim Meyering wrote: > Thanks again, Jan. > I've put that in place on sourceware.org, verbatim -- > with two changes: > - the old description file had to be retained so that gitweb would work > - I preserved the sole hook script: post-receive > > so archer is back in business. > > Your (Jan's) gdb.git tarball was a subset of what's on the server now, > so I haven't changed it. I just provided the data and did not prepare it before to be put there unchanged. The version with properly copied remote-local tags is at: http://www.jankratochvil.net/priv/git/archer.tar.bz2 That one works for me when referenced locally, sorry I expected you will adjust it appropriately as I did not feel confident with the GIT server side. The current sourceware.org shows only the "master" branch as the remote one and produces on `git pull': fatal: Couldn't find remote ref archer-tromey-python Sorry, Jan