All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Colp <Patrick.Colp@citrix.com>
To: Boris Derzhavets <bderzhavets@yahoo.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	Keir Fraser <keir.fraser@eu.citrix.com>,
	Jun Koi <junkoi2004@gmail.com>
Subject: Re: Re: Which branch to checkout running "make world" for	xen-unstable ?
Date: Thu, 25 Jun 2009 15:22:27 +0100	[thread overview]
Message-ID: <4A438823.40603@citrix.com> (raw)
In-Reply-To: <484829.84402.qm@web56104.mail.re3.yahoo.com>

I think you want to do:

XEN_LINUX_GIT_REMOTEBRANCH=origin/xen-tip/next make world


Patrick


Boris Derzhavets wrote:
> That's a result :-
> . . . . . . . . . . . . 
> 
> set -ex; \
>     if ! [ -d linux-2.6-pvops.git ]; then \
>         rm -rf linux-2.6-pvops.git linux-2.6-pvops.git.tmp; \
>         mkdir linux-2.6-pvops.git.tmp; rmdir linux-2.6-pvops.git.tmp; \
>         git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-pvops.git.tmp; \
>         cd linux-2.6-pvops.git.tmp; \
>         git checkout xen-tip/next ; \
>         cd ..; mv linux-2.6-pvops.git.tmp linux-2.6-pvops.git; \
>     fi
> + '[' -d linux-2.6-pvops.git ']'
> + rm -rf linux-2.6-pvops.git linux-2.6-pvops.git.tmp
> + mkdir linux-2.6-pvops.git.tmp
> + rmdir linux-2.6-pvops.git.tmp
> + git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-pvops.git.tmp
> Initialized empty Git repository in /usr/src/xen-unstable.hg/linux-2.6-pvops.git.tmp/.git/
> remote: Counting objects: 1364853, done.
> remote: Compressing objects: 100% (240154/240154), done.
> remote: Total 1364853 (delta 1142538), reused 1337612 (delta 1116195)
> Receiving objects: 100% (1364853/1364853), 321.42 MiB | 79 KiB/s, done.
> Resolving deltas: 100% (1142538/1142538), done.
> Checking out files: 100% (27941/27941), done.
> + cd linux-2.6-pvops.git.tmp
> + git checkout xen-tip/next
> error: pathspec 'xen-tip/next' did not match any file(s) known to git.
> make[3]: *** [linux-2.6-pvops.git/.valid-src] Error 1
> make[3]: Leaving directory `/usr/src/xen-unstable.hg'
> make[2]: *** [linux-2.6-pvops-install] Error 2
> make[2]: Leaving directory `/usr/src/xen-unstable.hg'
> make[1]: *** [install-kernels] Error 1
> make[1]: Leaving directory `/usr/src/xen-unstable.hg'
> make: *** [world] Error 2
> 
> Boris
> 
> --- On Thu, 6/25/09, Keir Fraser <keir.fraser@eu.citrix.com> wrote:
> 
> From: Keir Fraser <keir.fraser@eu.citrix.com>
> Subject: Re: Which branch to checkout running "make world" for xen-unstable ?
> To: "Boris Derzhavets" <bderzhavets@yahoo.com>, "Jun Koi" <junkoi2004@gmail.com>, "Ian Jackson" <Ian.Jackson@eu.citrix.com>
> Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
> Date: Thursday, June 25, 2009, 4:07 AM
> 
> XEN_LINUX_GIT_REMOTEBRANCH=xxx make world
> 
> ...will probably do what you want.
> 
>  -- Keir
> 
> On 24/06/2009 18:01, "Boris Derzhavets" <bderzhavets@yahoo.com> wrote:
> 
>> I believe , that makes sense to provide developers two options :-
>> 1. Checkout xen-tip/master
>> 2. Checkout xen-tip/next
>> when running "make world" for xen unstable.
>>
>> Boris.
>>
>>
>>
>>   
> 
> 
> 
> 
> 
>       
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

  reply	other threads:[~2009-06-25 14:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-25 14:20 Which branch to checkout running "make world" for xen-unstable ? Boris Derzhavets
2009-06-25 14:22 ` Patrick Colp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-06-25 16:14 Boris Derzhavets

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=4A438823.40603@citrix.com \
    --to=patrick.colp@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=bderzhavets@yahoo.com \
    --cc=junkoi2004@gmail.com \
    --cc=keir.fraser@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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.