rpms/kernel/devel/scripts pull-upstreams.sh,1.6,1.6.6.1

myoung myoung at fedoraproject.org
Sun Jan 31 17:58:12 UTC 2010


Author: myoung

Update of /cvs/pkgs/rpms/kernel/devel/scripts
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11713/scripts

Modified Files:
      Tag: private-myoung-dom0-branch
	pull-upstreams.sh 
Log Message:
switch pvops to xen/next branch for the moment and update to 2.6.32



Index: pull-upstreams.sh
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/scripts/pull-upstreams.sh,v
retrieving revision 1.6
retrieving revision 1.6.6.1
diff -u -p -r1.6 -r1.6.6.1
--- pull-upstreams.sh	8 Jan 2009 04:42:24 -0000	1.6
+++ pull-upstreams.sh	31 Jan 2010 17:58:12 -0000	1.6.6.1
@@ -1,6 +1,8 @@
 #!/bin/bash
 
-url=http://people.redhat.com/roland/utrace/${1:-2.6-current}
+utrace_base=2.6.32
+
+url=http://people.redhat.com/roland/utrace/${1:-$utrace_base}
 
 wget -q -O /dev/stdout $url/series | grep 'patch$' |
 while read i



More information about the scm-commits mailing list