WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] every "make world" for xen 3.3.1 on debian etch download the

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] every "make world" for xen 3.3.1 on debian etch download the kernel from mercurial
From: Andrea Zagli <azagli@xxxxxxxxx>
Date: Tue, 10 Mar 2009 11:28:23 +0100
Delivery-date: Tue, 10 Mar 2009 03:29:08 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Internet Messaging Program (IMP) H3 (4.3.2)
every time that i launch "make world" the installation program download the entire kernel from mercurial

why?

looking to the sript i saw

 if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \
     __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..) ; \
     if [ -d ${__repo} ] ; then \
         echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \
         ln -s ${__repo} linux-2.6.18-xen.hg ; \
     else \
         echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \
         hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \
     fi ; \
 else \
     __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \
     echo "Pulling changes from ${__parent} into linux-2.6.18-xen.hg." ; \
     hg -R linux-2.6.18-xen.hg pull ${__parent} ; \
 fi

that seems to be updated (pull) the kernel when it finds the kernel already downloaded and not to download again and again

thanks


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] every "make world" for xen 3.3.1 on debian etch download the kernel from mercurial, Andrea Zagli <=