rpms/kernel/devel/scripts pull-upstreams.sh,1.2,1.3

Dave Jones (davej) fedora-extras-commits at redhat.com
Thu Jul 12 16:47:43 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel/scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17023/scripts

Modified Files:
	pull-upstreams.sh 
Log Message:
* Thu Jul 12 2007 Dave Jones <davej at redhat.com>
- 2.6.22-git2



Index: pull-upstreams.sh
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/scripts/pull-upstreams.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pull-upstreams.sh	10 Jul 2007 18:11:44 -0000	1.2
+++ pull-upstreams.sh	12 Jul 2007 16:47:11 -0000	1.3
@@ -3,6 +3,7 @@
 wget http://people.redhat.com/roland/utrace/2.6-current/series
 for i in `grep patch$ series`
 do
+  rm -f $i
   wget http://people.redhat.com/roland/utrace/2.6-current/$i
 done
 rm -f series




More information about the scm-commits mailing list