From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Kohl Subject: Re: git access via http to *bios.git repositories Date: Mon, 16 Nov 2009 10:37:52 +0100 Message-ID: <4B011D70.20209@nsn.com> References: <4AFDA286.7020609@siemens.com> <4AFEA6AB.5030408@redhat.com> <4AFEA76F.90409@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: ext Avi Kivity Return-path: Received: from demumfd001.nsn-inter.net ([93.183.12.32]:13536 "EHLO demumfd001.nsn-inter.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751987AbZKPKmU (ORCPT ); Mon, 16 Nov 2009 05:42:20 -0500 In-Reply-To: <4AFEA76F.90409@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: ext Avi Kivity schrieb: > On 11/14/2009 02:46 PM, Avi Kivity wrote: >> On 11/13/2009 08:16 PM, Jan Kiszka wrote: >>> Bernhard Kohl wrote: >>>> Hi, >>>> >>>> there is something wrong with the new *bios.git repositories. >>>> I need to use git via http because of a firewall. >>>> This works well with the other repos, e.g. kvm.git. >>>> >>>> $ git clone http://www.kernel.org/pub/scm/virt/kvm/pcbios.git >>>> Initialized empty Git repository in /home/bernd/src/pcbios/.git/ >>>> fatal: http://www.kernel.org/pub/scm/virt/kvm/pcbios.git/info/refs >>>> not found: >>>> did you run git update-server-info on the server? >>> I think that should happen automatically on kernel.org. But the >>> required >>> files are missing in the bios repositories, at least in the non-public >>> master that is replicated into the public area. Avi, any idea? >>> >> >> Just like the comment says, I need to run git update-server-info. >> I'll do that and set the hooks to automatically do it from now on. >> > > That's now done. Please try again. > Thanks, now it works.