rpms/kernel/FC-5/scripts rebase-xen-kernel.sh,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 7 20:50:58 UTC 2006


Author: quintela

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

Modified Files:
	rebase-xen-kernel.sh 
Log Message:
- update xen to 2.6.18.5.
- Fix bug 211986 on xen eventchn (Glaubert).




Index: rebase-xen-kernel.sh
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/scripts/rebase-xen-kernel.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rebase-xen-kernel.sh	21 Nov 2006 16:54:02 -0000	1.3
+++ rebase-xen-kernel.sh	7 Dec 2006 20:50:55 -0000	1.4
@@ -14,7 +14,7 @@
 # remove previous patch if it exist
 rm -f linux-2.6-xen.patch
 
-for repo in linux-2.6.18-xen xen-3.0.3-testing linux-2.6-xen-3.0.3; do
+for repo in linux-2.6.18-xen ../upstream/xen-3.0.3-testing; do
     if [ ! -d $repo/ ]; then
 	echo "$repo directory don't exist";
 	exit 1
@@ -24,7 +24,7 @@
 done
 
 /usr/bin/diff -urNp --exclude=".hg*" --exclude="*.orig" --exclude="*~" \
-    /scratch/src/linux-2.6.18.3/  linux-2.6.18-xen/ >> linux-2.6-xen.patch
+    /scratch/src/linux-2.6.18.5/  linux-2.6.18-xen/ >> linux-2.6-xen.patch
 
 
 set +x




More information about the fedora-cvs-commits mailing list