rpms/kernel/devel/scripts rebase.sh,1.13,1.14

Dave Jones (davej) fedora-extras-commits at redhat.com
Fri Mar 7 17:36:10 UTC 2008


Author: davej

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

Modified Files:
	rebase.sh 
Log Message:
* Fri Mar 07 2008 Dave Jones <davej at redhat.com>
- 2.6.25-rc4-git2



Index: rebase.sh
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/scripts/rebase.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rebase.sh	26 Feb 2008 20:34:04 -0000	1.13
+++ rebase.sh	7 Mar 2008 17:35:21 -0000	1.14
@@ -155,9 +155,9 @@
   cvs add patch-$NEW.bz2.sign
   if [ "$OLDGIT" -ne 0 ]; then
     rm -f patch-$OLD.bz2
+    rm -f patch-$OLD.bz2.sign
+    cvs remove patch-$OLD.bz2.sign
   fi
-  rm -f patch-$OLD.bz2.sign
-  cvs remove patch-$OLD.bz2.sign
 fi
 
 if [ "$OLDRC" != "$NEWRC" -o "$OLDGIT" != "$NEWGIT" ]; then




More information about the fedora-extras-commits mailing list