* [Qemu-devel] HTTP access to QEMU Git repositories
@ 2015-12-09 16:09 Kai Noda
2015-12-09 16:24 ` Laszlo Ersek
2015-12-09 16:42 ` Eric Blake
0 siblings, 2 replies; 11+ messages in thread
From: Kai Noda @ 2015-12-09 16:09 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 701 bytes --]
Hello, is it possible to enable Git-over-HTTP on git.qemu.org ?
http://git.qemu.org/?p=dtc.git;a=summary
The summary page shows http://git.qemu.org/git/dtc.git but,
$ curl http://git.qemu.org/git/dtc.git
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://git.qemu.org/git/dtc.git/
">here</a>.</p>
<hr>
<address>Apache/2.2.14 (Ubuntu) Server at git.qemu.org Port 80</address>
</body></html>
I'd like to access to QEMU Git repositories through HTTP proxy which blocks
the Git port 9418/TCP.
Best regards,
Kai
野田 開 <nodakai@gmail.com>
[-- Attachment #2: Type: text/html, Size: 1448 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] HTTP access to QEMU Git repositories
2015-12-09 16:09 [Qemu-devel] HTTP access to QEMU Git repositories Kai Noda
@ 2015-12-09 16:24 ` Laszlo Ersek
2015-12-09 16:37 ` Kai Noda
2015-12-09 16:42 ` Eric Blake
1 sibling, 1 reply; 11+ messages in thread
From: Laszlo Ersek @ 2015-12-09 16:24 UTC (permalink / raw)
To: Kai Noda; +Cc: qemu-devel
On 12/09/15 17:09, Kai Noda wrote:
> Hello, is it possible to enable Git-over-HTTP on git.qemu.org
> <http://git.qemu.org> ?
>
> http://git.qemu.org/?p=dtc.git;a=summary
> The summary page shows http://git.qemu.org/git/dtc.git but,
>
> $ curl http://git.qemu.org/git/dtc.git
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>301 Moved Permanently</title>
> </head><body>
> <h1>Moved Permanently</h1>
> <p>The document has moved <a
> href="http://git.qemu.org/git/dtc.git/">here</a>.</p>
> <hr>
> <address>Apache/2.2.14 (Ubuntu) Server at git.qemu.org
> <http://git.qemu.org> Port 80</address>
> </body></html>
>
> I'd like to access to QEMU Git repositories through HTTP proxy which
> blocks the Git port 9418/TCP.
The official QEMU mirror appears to be on github; you can clone it from
<https://github.com/qemu/qemu.git>.
Thanks
Laszlo
>
> Best regards,
> Kai
>
> 野田 開 <nodakai@gmail.com <mailto:nodakai@gmail.com>>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] HTTP access to QEMU Git repositories
2015-12-09 16:24 ` Laszlo Ersek
@ 2015-12-09 16:37 ` Kai Noda
2015-12-09 17:07 ` Paolo Bonzini
0 siblings, 1 reply; 11+ messages in thread
From: Kai Noda @ 2015-12-09 16:37 UTC (permalink / raw)
To: Laszlo Ersek; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1306 bytes --]
Those auxiliary repositories referenced by git-submodule, such as dtc.git
in my last email, are only available on git.qemu.org.
Regards,
Kai
野田 開 <nodakai@gmail.com>
2015-12-10 0:24 GMT+08:00 Laszlo Ersek <lersek@redhat.com>:
> On 12/09/15 17:09, Kai Noda wrote:
> > Hello, is it possible to enable Git-over-HTTP on git.qemu.org
> > <http://git.qemu.org> ?
> >
> > http://git.qemu.org/?p=dtc.git;a=summary
> > The summary page shows http://git.qemu.org/git/dtc.git but,
> >
> > $ curl http://git.qemu.org/git/dtc.git
> > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> > <html><head>
> > <title>301 Moved Permanently</title>
> > </head><body>
> > <h1>Moved Permanently</h1>
> > <p>The document has moved <a
> > href="http://git.qemu.org/git/dtc.git/">here</a>.</p>
> > <hr>
> > <address>Apache/2.2.14 (Ubuntu) Server at git.qemu.org
> > <http://git.qemu.org> Port 80</address>
> > </body></html>
> >
> > I'd like to access to QEMU Git repositories through HTTP proxy which
> > blocks the Git port 9418/TCP.
>
> The official QEMU mirror appears to be on github; you can clone it from
> <https://github.com/qemu/qemu.git>.
>
> Thanks
> Laszlo
>
> >
> > Best regards,
> > Kai
> >
> > 野田 開 <nodakai@gmail.com <mailto:nodakai@gmail.com>>
>
>
[-- Attachment #2: Type: text/html, Size: 2924 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] HTTP access to QEMU Git repositories
2015-12-09 16:37 ` Kai Noda
@ 2015-12-09 17:07 ` Paolo Bonzini
2015-12-09 17:14 ` Liguori, Anthony
2015-12-10 2:13 ` Stefan Hajnoczi
0 siblings, 2 replies; 11+ messages in thread
From: Paolo Bonzini @ 2015-12-09 17:07 UTC (permalink / raw)
To: Kai Noda, Laszlo Ersek; +Cc: Stefan Hajnoczi, qemu-devel, Anthony Liguori
On 09/12/2015 17:37, Kai Noda wrote:
> Those auxiliary repositories referenced by git-submodule, such as
> dtc.git in my last email, are only available on git.qemu.org
> <http://git.qemu.org>.
Hmm, that should be fixed but I don't know who manages github.com/qemu.
Is it still Anthony?
Paolo
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] HTTP access to QEMU Git repositories
2015-12-09 17:07 ` Paolo Bonzini
@ 2015-12-09 17:14 ` Liguori, Anthony
2015-12-09 17:22 ` Paolo Bonzini
2015-12-10 2:13 ` Stefan Hajnoczi
1 sibling, 1 reply; 11+ messages in thread
From: Liguori, Anthony @ 2015-12-09 17:14 UTC (permalink / raw)
To: Paolo Bonzini, Kai Noda, Laszlo Ersek
Cc: qemu-devel@nongnu.org, Andreas Faerber
Alex Bennee and Andreas also should have access as owners. I've just sent an invite to add Paolo as an owner too.
Regards,
Anthony Liguori
________________________________________
From: Paolo Bonzini <paolo.bonzini@gmail.com> on behalf of Paolo Bonzini <pbonzini@redhat.com>
Sent: Wednesday, December 9, 2015 9:07 AM
To: Kai Noda; Laszlo Ersek
Cc: qemu-devel@nongnu.org; Liguori, Anthony; Stefan Hajnoczi
Subject: Re: HTTP access to QEMU Git repositories
On 09/12/2015 17:37, Kai Noda wrote:
> Those auxiliary repositories referenced by git-submodule, such as
> dtc.git in my last email, are only available on git.qemu.org
> <http://git.qemu.org>.
Hmm, that should be fixed but I don't know who manages github.com/qemu.
Is it still Anthony?
Paolo
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] HTTP access to QEMU Git repositories
2015-12-09 17:14 ` Liguori, Anthony
@ 2015-12-09 17:22 ` Paolo Bonzini
2015-12-10 8:58 ` Stefan Hajnoczi
0 siblings, 1 reply; 11+ messages in thread
From: Paolo Bonzini @ 2015-12-09 17:22 UTC (permalink / raw)
To: Liguori, Anthony, Kai Noda, Laszlo Ersek
Cc: qemu-devel@nongnu.org, Andreas Faerber
On 09/12/2015 18:14, Liguori, Anthony wrote:
> Alex Bennee and Andreas also should have access as owners. I've just
> sent an invite to add Paolo as an owner too.
Great, I've created github repos for all of:
git://git.qemu-project.org/vgabios.git/
git://git.qemu-project.org/seabios.git/
git://git.qemu-project.org/SLOF.git
git://git.qemu-project.org/ipxe.git
git://git.qemu-project.org/openbios.git
git://git.qemu-project.org/openhackware.git
git://git.qemu-project.org/sgabios.git
git://git.qemu-project.org/dtc.git
git://git.qemu-project.org/u-boot.git
git://git.qemu-project.org/s390-tools.git
at git://github.com/qemu/FOO.git, now someone has to add the appropriate
post-receive hooks on git.qemu-project.org so that they are populated.
Paolo
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] HTTP access to QEMU Git repositories
2015-12-09 17:22 ` Paolo Bonzini
@ 2015-12-10 8:58 ` Stefan Hajnoczi
2015-12-14 5:04 ` Stefan Hajnoczi
0 siblings, 1 reply; 11+ messages in thread
From: Stefan Hajnoczi @ 2015-12-10 8:58 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Kai Noda, Laszlo Ersek, qemu-devel@nongnu.org, Liguori, Anthony,
Andreas Faerber
[-- Attachment #1: Type: text/plain, Size: 956 bytes --]
On Wed, Dec 09, 2015 at 06:22:35PM +0100, Paolo Bonzini wrote:
> On 09/12/2015 18:14, Liguori, Anthony wrote:
> > Alex Bennee and Andreas also should have access as owners. I've just
> > sent an invite to add Paolo as an owner too.
>
> Great, I've created github repos for all of:
>
> git://git.qemu-project.org/vgabios.git/
> git://git.qemu-project.org/seabios.git/
> git://git.qemu-project.org/SLOF.git
> git://git.qemu-project.org/ipxe.git
> git://git.qemu-project.org/openbios.git
> git://git.qemu-project.org/openhackware.git
> git://git.qemu-project.org/sgabios.git
> git://git.qemu-project.org/dtc.git
> git://git.qemu-project.org/u-boot.git
> git://git.qemu-project.org/s390-tools.git
>
> at git://github.com/qemu/FOO.git, now someone has to add the appropriate
> post-receive hooks on git.qemu-project.org so that they are populated.
I can set it up. I'll send you a private email with the details.
Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] HTTP access to QEMU Git repositories
2015-12-10 8:58 ` Stefan Hajnoczi
@ 2015-12-14 5:04 ` Stefan Hajnoczi
0 siblings, 0 replies; 11+ messages in thread
From: Stefan Hajnoczi @ 2015-12-14 5:04 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Kai Noda, Laszlo Ersek, qemu-devel@nongnu.org, Liguori, Anthony,
Andreas Faerber
[-- Attachment #1: Type: text/plain, Size: 1173 bytes --]
On Thu, Dec 10, 2015 at 04:58:35PM +0800, Stefan Hajnoczi wrote:
> On Wed, Dec 09, 2015 at 06:22:35PM +0100, Paolo Bonzini wrote:
> > On 09/12/2015 18:14, Liguori, Anthony wrote:
> > > Alex Bennee and Andreas also should have access as owners. I've just
> > > sent an invite to add Paolo as an owner too.
> >
> > Great, I've created github repos for all of:
> >
> > git://git.qemu-project.org/vgabios.git/
> > git://git.qemu-project.org/seabios.git/
> > git://git.qemu-project.org/SLOF.git
> > git://git.qemu-project.org/ipxe.git
> > git://git.qemu-project.org/openbios.git
> > git://git.qemu-project.org/openhackware.git
> > git://git.qemu-project.org/sgabios.git
> > git://git.qemu-project.org/dtc.git
> > git://git.qemu-project.org/u-boot.git
> > git://git.qemu-project.org/s390-tools.git
> >
> > at git://github.com/qemu/FOO.git, now someone has to add the appropriate
> > post-receive hooks on git.qemu-project.org so that they are populated.
>
> I can set it up. I'll send you a private email with the details.
Thanks Paolo for creating the repos:
https://github.com/qemu
I have set up a daily mirror cron job.
Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] HTTP access to QEMU Git repositories
2015-12-09 17:07 ` Paolo Bonzini
2015-12-09 17:14 ` Liguori, Anthony
@ 2015-12-10 2:13 ` Stefan Hajnoczi
2015-12-10 3:59 ` Anthony Liguori
1 sibling, 1 reply; 11+ messages in thread
From: Stefan Hajnoczi @ 2015-12-10 2:13 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: Kai Noda, Laszlo Ersek, qemu-devel, Anthony Liguori
[-- Attachment #1: Type: text/plain, Size: 671 bytes --]
On Wed, Dec 09, 2015 at 06:07:07PM +0100, Paolo Bonzini wrote:
> On 09/12/2015 17:37, Kai Noda wrote:
> > Those auxiliary repositories referenced by git-submodule, such as
> > dtc.git in my last email, are only available on git.qemu.org
> > <http://git.qemu.org>.
>
> Hmm, that should be fixed but I don't know who manages github.com/qemu.
> Is it still Anthony?
ENOCONTEXT. Where are you getting HTTP from?
https://github.com/qemu/qemu/blob/master/.gitmodules has
git://git.qemu-project.org/ URLs.
I have push access to github.com/qemu/qemu.git but Anthony has the
GitHub username/password needed to make account changes, new repos, etc.
Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] HTTP access to QEMU Git repositories
2015-12-10 2:13 ` Stefan Hajnoczi
@ 2015-12-10 3:59 ` Anthony Liguori
0 siblings, 0 replies; 11+ messages in thread
From: Anthony Liguori @ 2015-12-10 3:59 UTC (permalink / raw)
To: Stefan Hajnoczi
Cc: Paolo Bonzini, Kai Noda, Laszlo Ersek, qemu-devel,
Anthony Liguori
[-- Attachment #1: Type: text/plain, Size: 983 bytes --]
On Dec 9, 2015 6:14 PM, "Stefan Hajnoczi" <stefanha@redhat.com> wrote:
>
> On Wed, Dec 09, 2015 at 06:07:07PM +0100, Paolo Bonzini wrote:
> > On 09/12/2015 17:37, Kai Noda wrote:
> > > Those auxiliary repositories referenced by git-submodule, such as
> > > dtc.git in my last email, are only available on git.qemu.org
> > > <http://git.qemu.org>.
> >
> > Hmm, that should be fixed but I don't know who manages github.com/qemu.
> > Is it still Anthony?
>
> ENOCONTEXT. Where are you getting HTTP from?
>
> https://github.com/qemu/qemu/blob/master/.gitmodules has
> git://git.qemu-project.org/ URLs.
>
> I have push access to github.com/qemu/qemu.git but Anthony has the
> GitHub username/password needed to make account changes, new repos, etc.
qemu is an organization, not an account. At least Paolo and Andreas are
owners of the org and can add more people.
Let me know if this I am missing anything here. It's been a while and I
only half remember setting this up.
> Stefan
[-- Attachment #2: Type: text/html, Size: 1569 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] HTTP access to QEMU Git repositories
2015-12-09 16:09 [Qemu-devel] HTTP access to QEMU Git repositories Kai Noda
2015-12-09 16:24 ` Laszlo Ersek
@ 2015-12-09 16:42 ` Eric Blake
1 sibling, 0 replies; 11+ messages in thread
From: Eric Blake @ 2015-12-09 16:42 UTC (permalink / raw)
To: Kai Noda, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 560 bytes --]
On 12/09/2015 09:09 AM, Kai Noda wrote:
> Hello, is it possible to enable Git-over-HTTP on git.qemu.org ?
I don't know, but repo.or.cz offers both mirroring and http access:
http://repo.or.cz/qemu.git
> I'd like to access to QEMU Git repositories through HTTP proxy which blocks
> the Git port 9418/TCP.
I've generally found repo.or.cz to be a nice way to get http:// access
to any repo where the upstream repository is git:// only.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2015-12-14 5:04 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09 16:09 [Qemu-devel] HTTP access to QEMU Git repositories Kai Noda
2015-12-09 16:24 ` Laszlo Ersek
2015-12-09 16:37 ` Kai Noda
2015-12-09 17:07 ` Paolo Bonzini
2015-12-09 17:14 ` Liguori, Anthony
2015-12-09 17:22 ` Paolo Bonzini
2015-12-10 8:58 ` Stefan Hajnoczi
2015-12-14 5:04 ` Stefan Hajnoczi
2015-12-10 2:13 ` Stefan Hajnoczi
2015-12-10 3:59 ` Anthony Liguori
2015-12-09 16:42 ` Eric Blake
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).