After download of Xen4.0, Is there a simple way to disable to not download from git implicitly ? (I already did it offline and would like to use that build instead.) Idea is: "make world" would not enforce git automatically. Any suggestions ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
http://bderzhavets.wordpress.com/2010/02/28/maintain-mikle-youngs-xen-4-0-0-0-2-rc4-fc12-src-rpm-in-sync-with-httpxenbits-xensource-comxen-unstable-hg/ --- On Thu, 5/20/10, ccmail111 <ccmail111@yahoo.com> wrote: From: ccmail111 <ccmail111@yahoo.com> Subject: [Xen-users] Xen 4.0 build git To: xen-users@lists.xensource.com Date: Thursday, May 20, 2010, 1:36 PM After download of Xen4.0, Is there a simple way to disable to not download from git implicitly ? (I already did it offline and would like to use that build instead.) Idea is: "make world" would not enforce git automatically. Any suggestions ? -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hmm, looked at URL But what I am looking for is: Xen "make world" to skip/avoid step below: make -f buildconfigs/mk.linux-2.6-pvops build make[4]: Entering directory `/test/xen-4.0.0/contents'' 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/master; \ cd ..; mv linux-2.6-pvops.git.tmp linux-2.6-pvops.git; \ fi + git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-pvops.git.tmp --- On Thu, 5/20/10, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] Xen 4.0 build git To: xen-users@lists.xensource.com, "ccmail111" <ccmail111@yahoo.com> Date: Thursday, May 20, 2010, 1:45 PM http://bderzhavets.wordpress.com/2010/02/28/maintain-mikle-youngs-xen-4-0-0-0-2-rc4-fc12-src-rpm-in-sync-with-httpxenbits-xensource-comxen-unstable-hg/ --- On Thu, 5/20/10, ccmail111 <ccmail111@yahoo.com> wrote: From: ccmail111 <ccmail111@yahoo.com> Subject: [Xen-users] Xen 4.0 build git To: xen-users@lists.xensource.com Date: Thursday, May 20, 2010, 1:36 PM After download of Xen4.0, Is there a simple way to disable to not download from git implicitly ? (I already did it offline and would like to use that build instead.) Idea is: "make world" would not enforce git automatically. Any suggestions ? -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
make install-xen make install-tools make install-stubdom Then clone JF''s Git Repo, checkout git branch as you want and build corresponding kernel. That''s all i always do. Boris. --- On Thu, 5/20/10, ccmail111 <ccmail111@yahoo.com> wrote: From: ccmail111 <ccmail111@yahoo.com> Subject: Re: [Xen-users] Xen 4.0 build question. To: xen-users@lists.xensource.com, "Boris Derzhavets" <bderzhavets@yahoo.com> Date: Thursday, May 20, 2010, 2:44 PM Hmm, looked at URL But what I am looking for is: Xen "make world" to skip/avoid step below: make -f buildconfigs/mk.linux-2.6-pvops build make[4]: Entering directory `/test/xen-4.0.0/contents'' 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/master; \ cd ..; mv linux-2.6-pvops.git.tmp linux-2.6-pvops.git; \ fi + git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-pvops.git.tmp --- On Thu, 5/20/10, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] Xen 4.0 build git To: xen-users@lists.xensource.com, "ccmail111" <ccmail111@yahoo.com> Date: Thursday, May 20, 2010, 1:45 PM http://bderzhavets.wordpress.com/2010/02/28/maintain-mikle-youngs-xen-4-0-0-0-2-rc4-fc12-src-rpm-in-sync-with-httpxenbits-xensource-comxen-unstable-hg/ --- On Thu, 5/20/10, ccmail111 <ccmail111@yahoo.com> wrote: From: ccmail111 <ccmail111@yahoo.com> Subject: [Xen-users] Xen 4.0 build git To: xen-users@lists.xensource.com Date: Thursday, May 20, 2010, 1:36 PM After download of Xen4.0, Is there a simple way to disable to not download from git implicitly ? (I already did it offline and would like to use that build instead.) Idea is: "make world" would not enforce git automatically. Any suggestions ? -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Yes, but if you untar from source tar ball and run: "make world" from Xen.4.0.0 directory, it tries to do smarts (as below) check for git directory (if exists, update, if not then create new etc.) - this is the step I want Xen to skip automatically. --- On Thu, 5/20/10, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] Xen 4.0 build question. To: xen-users@lists.xensource.com, "ccmail111" <ccmail111@yahoo.com> Date: Thursday, May 20, 2010, 3:26 PM make install-xen make install-tools make install-stubdom Then clone JF''s Git Repo, checkout git branch as you want and build corresponding kernel. That''s all i always do. Boris. --- On Thu, 5/20/10, ccmail111 <ccmail111@yahoo.com> wrote: From: ccmail111 <ccmail111@yahoo.com> Subject: Re: [Xen-users] Xen 4.0 build question. To: xen-users@lists.xensource.com, "Boris Derzhavets" <bderzhavets@yahoo.com> Date: Thursday, May 20, 2010, 2:44 PM Hmm, looked at URL But what I am looking for is: Xen "make world" to skip/avoid step below: make -f buildconfigs/mk.linux-2.6-pvops build make[4]: Entering directory `/test/xen-4.0.0/contents'' 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/master; \ cd ..; mv linux-2.6-pvops.git.tmp linux-2.6-pvops.git; \ fi + git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-pvops.git.tmp --- On Thu, 5/20/10, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] Xen 4.0 build git To: xen-users@lists.xensource.com, "ccmail111" <ccmail111@yahoo.com> Date: Thursday, May 20, 2010, 1:45 PM http://bderzhavets.wordpress.com/2010/02/28/maintain-mikle-youngs-xen-4-0-0-0-2-rc4-fc12-src-rpm-in-sync-with-httpxenbits-xensource-comxen-unstable-hg/ --- On Thu, 5/20/10, ccmail111 <ccmail111@yahoo.com> wrote: From: ccmail111 <ccmail111@yahoo.com> Subject: [Xen-users] Xen 4.0 build git To: xen-users@lists.xensource.com Date: Thursday, May 20, 2010, 1:36 PM After download of Xen4.0, Is there a simple way to disable to not download from git implicitly ? (I already did it offline and would like to use that build instead.) Idea is: "make world" would not enforce git automatically. Any suggestions ? -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users