From b2d50f49cbeaad102b901f63d5b15265adbf26c5 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Wed, 13 Apr 2011 13:16:05 -0400 Subject: nuke 'FILES' use with fedpkg upload --- scripts/rebase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/rebase.sh b/scripts/rebase.sh index ac6522a4c..6b09fe9e9 100755 --- a/scripts/rebase.sh +++ b/scripts/rebase.sh @@ -133,7 +133,7 @@ if [ "$OLDRC" != "$NEWRC" ]; then rm -f patch-2.6.$OLDBASE-rc$OLDRC.bz2 curl -O $KORG26TESTING/patch-2.6.$NEWBASE-rc$NEWRC.bz2 - fedpkg upload FILES=patch-2.6.$NEWBASE-rc$NEWRC.bz2 + fedpkg upload patch-2.6.$NEWBASE-rc$NEWRC.bz2 # Another awkward (albeit unlikely) corner case. # Moving from say 26-rc3-git1 to 26-rc4-git1 -- cgit