All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Juan <juan.lorenzo-del-castillo@hp.com>
Cc: kvm@vger.kernel.org
Subject: Re: git access via http to kvm-kmod
Date: Fri, 15 Jun 2012 19:02:19 +0200	[thread overview]
Message-ID: <4FDB6A9B.8050209@siemens.com> (raw)
In-Reply-To: <loom.20120615T174433-680@post.gmane.org>

On 2012-06-15 17:54, Juan wrote:
> Hi,
> 
> I cloned the KVM external module kit from http://git.kiszka.org/?p=kvm-kmod.git.
> Following the README, when I try to build it by running 'git submodule update',
> I get an error:
> 
> $ git submodule initSubmodule 'linux' (http://git.kiszka.org/kvm.git) registered
> for path 'linux'
> $ git submodule update
> Cloning into 'linux'...
> fatal: http://git.kiszka.org/kvm.git/info/refs not found: did you run git
> update-server-info on the server?
> Clone of 'http://git.kiszka.org/kvm.git' into submodule path 'linux' failed

The default submodule path assumes that kvm-kmod is still hosted on
kernel.org. I will fix this.

Meanwhile you need to set

[submodule "linux"]
        url = http://git.kernel.org/pub/scm/virt/kvm/kvm.git

in .git/config of your kvm-kmod clone.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

  reply	other threads:[~2012-06-15 17:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-15 15:54 git access via http to kvm-kmod Juan
2012-06-15 17:02 ` Jan Kiszka [this message]
2012-06-18 16:12   ` Juan Lorenzo del Castillo
     [not found]   ` <4FDF50CF.1040505@hp.com>
2012-06-18 16:15     ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FDB6A9B.8050209@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=juan.lorenzo-del-castillo@hp.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.