All of lore.kernel.org
 help / color / mirror / Atom feed
* git access via http to *bios.git repositories
@ 2009-11-13 10:09 Bernhard Kohl
  2009-11-13 18:16 ` Jan Kiszka
  0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Kohl @ 2009-11-13 10:09 UTC (permalink / raw)
  To: kvm

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?

Thanks,
Bernhard



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: git access via http to *bios.git repositories
  2009-11-13 10:09 git access via http to *bios.git repositories Bernhard Kohl
@ 2009-11-13 18:16 ` Jan Kiszka
  2009-11-14 12:46   ` Avi Kivity
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2009-11-13 18:16 UTC (permalink / raw)
  To: Bernhard Kohl; +Cc: kvm, Avi Kivity

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?

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: git access via http to *bios.git repositories
  2009-11-13 18:16 ` Jan Kiszka
@ 2009-11-14 12:46   ` Avi Kivity
  2009-11-14 12:49     ` Avi Kivity
  0 siblings, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2009-11-14 12:46 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Bernhard Kohl, kvm

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.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: git access via http to *bios.git repositories
  2009-11-14 12:46   ` Avi Kivity
@ 2009-11-14 12:49     ` Avi Kivity
  2009-11-16  9:37       ` Bernhard Kohl
  0 siblings, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2009-11-14 12:49 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Bernhard Kohl, kvm

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.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: git access via http to *bios.git repositories
  2009-11-14 12:49     ` Avi Kivity
@ 2009-11-16  9:37       ` Bernhard Kohl
  0 siblings, 0 replies; 5+ messages in thread
From: Bernhard Kohl @ 2009-11-16  9:37 UTC (permalink / raw)
  To: ext Avi Kivity; +Cc: kvm

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-11-16 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-13 10:09 git access via http to *bios.git repositories Bernhard Kohl
2009-11-13 18:16 ` Jan Kiszka
2009-11-14 12:46   ` Avi Kivity
2009-11-14 12:49     ` Avi Kivity
2009-11-16  9:37       ` Bernhard Kohl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.