[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-devel] Xen git auto pull
- To: xen-devel@xxxxxxxxxxxxxxxxxxx
- From: ccmail111 <ccmail111@xxxxxxxxx>
- Date: Thu, 20 May 2010 15:44:57 -0700 (PDT)
- Delivery-date: Thu, 20 May 2010 15:45:55 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=nyHv4tkxdsDcQqVfLaYP3XIwjtTWI56Tau1S+kk6Ics/sxd0Ck9dl4LV/UtBDX/wGc3FaOWFWci5BSiZOxgw6mpiwaY9pDceyq0oH/STeT8W/6PKM4Qmj3JwCsQIVbPPf4/nbiZc4UwBG4gtjcbDk+Ny1Pn/elXxYPteIa3aEx8=;
- List-id: Xen developer discussion <xen-devel.lists.xensource.com>
Is there a way in Xen build structure - not to automatically git (update or create new directory) as below ?
I am looking for is: Xen "make" to skip/avoid below (automatically and as default):
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
+ '[' -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
Any suggestions ?
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|