rpms/kernel/devel/scripts rebase-xen-kernel.sh,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 20 14:24:38 UTC 2006


Author: quintela

Update of /cvs/dist/rpms/kernel/devel/scripts
In directory cvs.devel.redhat.com:/tmp/cvs-serv14898/scripts

Modified Files:
	rebase-xen-kernel.sh 
Log Message:
use real xen-unstable changeset


Index: rebase-xen-kernel.sh
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/scripts/rebase-xen-kernel.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rebase-xen-kernel.sh	19 Aug 2006 16:45:56 -0000	1.2
+++ rebase-xen-kernel.sh	20 Sep 2006 14:24:36 -0000	1.3
@@ -11,20 +11,15 @@
 # remove previous patch if it exist
 rm -f linux-2.6-xen.patch
 
-for repo in linux-2.6 linux-2.6-xen-fedora linux-2.6-xen; do
+for repo in linux-2.6 linux-2.6-xen-fedora xen-unstable linux-2.6-xen linux-2.6-xen-local; do
     if [ ! -d $repo/ ]; then
 	echo "$repo directory don't exist";
 	exit 1
     else
-	echo - $repo `cd $repo; (hg tip | grep "changeset:")` >> linux-2.6-xen.patch
+	echo "  * $repo `cd $repo; (hg tip | grep 'changeset:')`" >> linux-2.6-xen.patch
     fi
 done
 
-# xen unstable is special, don't you know
-echo - `cd linux-2.6-xen; (hg tip -v| grep "xen-unstable changeset:")` >> linux-2.6-xen.patch
-
-
-
 /usr/bin/diff -urNp --exclude=".hg*" --exclude="*.orig" --exclude="*~" \
     linux-2.6/ linux-2.6-xen-fedora/ >> linux-2.6-xen.patch
 




More information about the fedora-cvs-commits mailing list