diff options
author | Kyle McMartin <kyle@redhat.com> | 2011-04-13 13:16:05 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2011-04-13 13:16:05 -0400 |
commit | b2d50f49cbeaad102b901f63d5b15265adbf26c5 (patch) | |
tree | 0aaa8d69adc9697e8526486a4aadafc7f9607883 /scripts | |
parent | 4e0e69a64c7c471a103b24bfe416f6555c5de486 (diff) | |
download | kernel-b2d50f49cbeaad102b901f63d5b15265adbf26c5.tar.gz kernel-b2d50f49cbeaad102b901f63d5b15265adbf26c5.tar.xz kernel-b2d50f49cbeaad102b901f63d5b15265adbf26c5.zip |
nuke 'FILES' use with fedpkg upload
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/rebase.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |