All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-devel] [PATCH] Replaced git:// to https:// - resolved receiving sources behind some routers and HW-firewalls Fixed URLs to actual - replaced git.qemu-project.com to git.qemu.org Slightly fixed u-boot-sam460ex URL (added .git)
       [not found] <e43421dc-b008-42aa-a195-350ffb35e3f2@vc.local>
@ 2018-06-18  9:47 ` Daniel P. Berrangé
  0 siblings, 0 replies; only message in thread
From: Daniel P. Berrangé @ 2018-06-18  9:47 UTC (permalink / raw)
  To: Iliya Dyachenko; +Cc: qemu-devel

You need to trim the subject line so it is about 70 characters or less
and then have a blank line

On Mon, Jun 18, 2018 at 12:32:01PM +0300, Iliya Dyachenko wrote:
> Signed-off-by: Iliya Dyachenko <gandalfthewhite@mail.ru>
> ---
>  .gitmodules | 32 ++++++++++++++++----------------
>  1 file changed, 16 insertions(+), 16 deletions(-)
> 
> diff --git a/.gitmodules b/.gitmodules
> index 49e9c2e3f4..e6bc732d16 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -1,48 +1,48 @@
>  [submodule "roms/vgabios"]
>  	path = roms/vgabios
> -	url = git://git.qemu-project.org/vgabios.git/
> +	url = https://git.qemu.org/git/vgabios.git

[snip]

This is highly desirable, however, we cannot do it right now.

The git.qemu.org server is still using the dumb git http protocol, so it
would be a performance regression over git://

We need the server config fixing to use the smart http protocol.

Essentially this just involves configuring apache to add

  <Directory /usr/libexec/git-core>
    Allow from all
  </Directory>

  SetEnv GIT_PROJECT_ROOT /data/git

  ScriptAliasMatch "^/git/(.*\.git/(HEAD|info/refs))$" \
    /usr/libexec/git-core/git-http-backend/$1
  ScriptAliasMatch "^/git/(.*\.git/git-(upload|receive)-pack)$" \
    /usr/libexec/git-core/git-http-backend/$1



Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-18  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <e43421dc-b008-42aa-a195-350ffb35e3f2@vc.local>
2018-06-18  9:47 ` [Qemu-devel] [PATCH] Replaced git:// to https:// - resolved receiving sources behind some routers and HW-firewalls Fixed URLs to actual - replaced git.qemu-project.com to git.qemu.org Slightly fixed u-boot-sam460ex URL (added .git) Daniel P. Berrangé

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.