rpms/kernel/devel/scripts rebase.sh,1.15,1.16

Dave Jones (davej) fedora-extras-commits at redhat.com
Fri Jun 13 19:48:52 UTC 2008


Author: davej

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

Modified Files:
	rebase.sh 
Log Message:
fix another rebase.sh corner case.
moving from rc4-git to rc5-git didn't upload the new 'rc', just the -git




Index: rebase.sh
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/scripts/rebase.sh,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- rebase.sh	21 May 2008 19:21:07 -0000	1.15
+++ rebase.sh	13 Jun 2008 19:47:59 -0000	1.16
@@ -133,6 +133,8 @@
   rm -f patch-2.6.$OLDBASE-rc$OLDRC.bz2
   rm -f patch-2.6.$OLDBASE-rc$OLDRC.bz2.sign
   cvs remove patch-2.6.$OLDBASE-rc$OLDRC.bz2.sign
+  make download
+  make upload FILES=patch-2.6.$NEWBASE-rc$NEWRC.bz2
 fi
 
 if [ "$OLDGIT" != "$NEWGIT" ]; then




More information about the fedora-extras-commits mailing list