Push release tarbal to S3

pull/3169/head
Philip O'Toole 2015-06-27 02:31:54 -04:00
parent 96f2a842f3
commit 6640580b04
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ if [ "x$response" == "xy" -o -n "$NIGHTLY_BUILD" ]; then
cleanup_exit 1
fi
for filepath in `ls *.{deb,rpm}`; do
for filepath in `ls *.{deb,rpm,gz}`; do
filename=`basename $filepath`
if [ -n "$NIGHTLY_BUILD" ]; then
filename=`echo $filename | sed s/$VERSION/nightly/`