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

roland roland at fedoraproject.org
Wed Dec 16 22:09:43 UTC 2009


Author: roland

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

Modified Files:
	pull-upstreams.sh 
Log Message:
utrace update, now testing the utrace-based ptrace!


Index: pull-upstreams.sh
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/scripts/pull-upstreams.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- pull-upstreams.sh	8 Jan 2009 04:42:24 -0000	1.6
+++ pull-upstreams.sh	16 Dec 2009 22:09:42 -0000	1.7
@@ -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 fedora-extras-commits mailing list