* [Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works
@ 2016-09-27 14:53 James Hanley
2016-09-27 15:43 ` Jeff Cody
0 siblings, 1 reply; 6+ messages in thread
From: James Hanley @ 2016-09-27 14:53 UTC (permalink / raw)
To: qemu-devel
Not sure if there was a config change on the git server yesterday, but
http://git.qemu.org/git/qemu.git no longer works for me. Unfortunately, I
cannot use the git: url due to firewall constraints.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works
2016-09-27 14:53 [Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works James Hanley
@ 2016-09-27 15:43 ` Jeff Cody
2016-09-27 16:17 ` James Hanley
0 siblings, 1 reply; 6+ messages in thread
From: Jeff Cody @ 2016-09-27 15:43 UTC (permalink / raw)
To: James Hanley; +Cc: qemu-devel
On Tue, Sep 27, 2016 at 10:53:34AM -0400, James Hanley wrote:
> Not sure if there was a config change on the git server yesterday, but
> http://git.qemu.org/git/qemu.git no longer works for me. Unfortunately, I
> cannot use the git: url due to firewall constraints.
Hi,
Could you try it again? I just did a 'git clone
http://git.qemu.org/git/qemu.git' successfully now.
Thanks,
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works
2016-09-27 15:43 ` Jeff Cody
@ 2016-09-27 16:17 ` James Hanley
2016-09-27 18:16 ` Jeff Cody
0 siblings, 1 reply; 6+ messages in thread
From: James Hanley @ 2016-09-27 16:17 UTC (permalink / raw)
To: Jeff Cody; +Cc: qemu-devel
Well - it's acting differently... It just hangs now... but
http://git.qemu.org/git/dtc.git also fails:
git clone http://git.qemu.org/git/dtc.git
Cloning into 'dtc'...
fatal: repository 'http://git.qemu.org/git/dtc.git/' not found
not sure what the problem is...
On Tue, Sep 27, 2016 at 11:43 AM, Jeff Cody <jcody@redhat.com> wrote:
> On Tue, Sep 27, 2016 at 10:53:34AM -0400, James Hanley wrote:
> > Not sure if there was a config change on the git server yesterday, but
> > http://git.qemu.org/git/qemu.git no longer works for me.
> Unfortunately, I
> > cannot use the git: url due to firewall constraints.
>
> Hi,
>
> Could you try it again? I just did a 'git clone
> http://git.qemu.org/git/qemu.git' successfully now.
>
> Thanks,
> Jeff
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works
2016-09-27 16:17 ` James Hanley
@ 2016-09-27 18:16 ` Jeff Cody
2016-09-27 18:24 ` James Hanley
0 siblings, 1 reply; 6+ messages in thread
From: Jeff Cody @ 2016-09-27 18:16 UTC (permalink / raw)
To: James Hanley; +Cc: qemu-devel
On Tue, Sep 27, 2016 at 12:17:31PM -0400, James Hanley wrote:
> Well - it's acting differently... It just hangs now...
Let it run a bit longer, it most likely is not hung, but just taking a
while.
> but [1]http://git.qemu.org/git/dtc.git also fails:
>
> git clone [2]http://git.qemu.org/git/dtc.git
>
> Cloning into 'dtc'...
>
> fatal: repository '[3]http://git.qemu.org/git/dtc.git/' not found
>
> not sure what the problem is...
I see the same thing, I am looking into it. The git:// protocol works fine,
but the gitweb http interface that is not working for some repos. I'm not
sure if that is a new problem, or a pre-existing issue. I'll see if I can
get to the bottom of it.
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works
2016-09-27 18:16 ` Jeff Cody
@ 2016-09-27 18:24 ` James Hanley
2016-09-27 21:05 ` Jeff Cody
0 siblings, 1 reply; 6+ messages in thread
From: James Hanley @ 2016-09-27 18:24 UTC (permalink / raw)
To: Jeff Cody; +Cc: qemu-devel
I can say that it was working Monday - I didn't do a pull yesterday.
-Jim
> On Sep 27, 2016, at 2:16 PM, Jeff Cody <jcody@redhat.com> wrote:
>
>> On Tue, Sep 27, 2016 at 12:17:31PM -0400, James Hanley wrote:
>> Well - it's acting differently... It just hangs now...
>
> Let it run a bit longer, it most likely is not hung, but just taking a
> while.
>
>> but [1]http://git.qemu.org/git/dtc.git also fails:
>>
>> git clone [2]http://git.qemu.org/git/dtc.git
>>
>> Cloning into 'dtc'...
>>
>> fatal: repository '[3]http://git.qemu.org/git/dtc.git/' not found
>>
>> not sure what the problem is...
>
> I see the same thing, I am looking into it. The git:// protocol works fine,
> but the gitweb http interface that is not working for some repos. I'm not
> sure if that is a new problem, or a pre-existing issue. I'll see if I can
> get to the bottom of it.
>
> Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works
2016-09-27 18:24 ` James Hanley
@ 2016-09-27 21:05 ` Jeff Cody
0 siblings, 0 replies; 6+ messages in thread
From: Jeff Cody @ 2016-09-27 21:05 UTC (permalink / raw)
To: James Hanley; +Cc: qemu-devel
On Tue, Sep 27, 2016 at 02:24:22PM -0400, James Hanley wrote:
> > On Sep 27, 2016, at 2:16 PM, Jeff Cody <jcody@redhat.com> wrote:
> >
> >> On Tue, Sep 27, 2016 at 12:17:31PM -0400, James Hanley wrote:
> >> Well - it's acting differently... It just hangs now...
> >
> > Let it run a bit longer, it most likely is not hung, but just taking a
> > while.
> >
> >> but [1]http://git.qemu.org/git/dtc.git also fails:
> >>
> >> git clone [2]http://git.qemu.org/git/dtc.git
> >>
> >> Cloning into 'dtc'...
> >>
> >> fatal: repository '[3]http://git.qemu.org/git/dtc.git/' not found
> >>
> >> not sure what the problem is...
> >
> > I see the same thing, I am looking into it. The git:// protocol works fine,
> > but the gitweb http interface that is not working for some repos. I'm not
> > sure if that is a new problem, or a pre-existing issue. I'll see if I can
> > get to the bottom of it.
> >
> > Jeff
>
> I can say that it was working Monday - I didn't do a pull yesterday.
>
> -Jim
>
It should all be working over http:// now - a few of the bare git repos did
not have the auxiliary info files needed in them for 'dumb' servers (e.g.
http). If you run into any other issues, just let me know.
Thanks,
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-09-27 21:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-27 14:53 [Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works James Hanley
2016-09-27 15:43 ` Jeff Cody
2016-09-27 16:17 ` James Hanley
2016-09-27 18:16 ` Jeff Cody
2016-09-27 18:24 ` James Hanley
2016-09-27 21:05 ` Jeff Cody
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).