This commit is contained in:
Kenneth Reitz
2012-08-06 05:53:53 -04:00
parent bca5e90d59
commit e9438d364e
+2
View File
@@ -65,10 +65,12 @@ fi
$(pwd)/formula/$FORMULA $PREFIX_PATH | indent
if [ "$ARCHIVE" ]; then
echo "------> Archiving $FORMULA"
tar cjf $ARCHIVE $PREFIX_PATH
fi
if [ "$S3_BUCKET" ]; then
echo "------> Releasing $FORMULA"
s3put -b $S3_BUCKET $ARCHIVE
fi