Merge pull request #3829 from pchote/upload-src-package

Update packaging scripts
This commit is contained in:
Matthias Mailänder
2013-09-14 04:26:47 -07:00
2 changed files with 8 additions and 2 deletions

View File

@@ -94,6 +94,13 @@ echo "Creating packages..."
echo "linux package build failed, refer to linux/package.log."
fi
) &
(
curl -L -o "$OUTPUTDIR/$TAG.tar.gz" "https://github.com/OpenRA/OpenRA/archive/$TAG.tar.gz"
if [ $? -ne 0 ]; then
echo "source code package download failed."
fi
) &
wait
echo "Package build done."

View File

@@ -20,5 +20,4 @@ upload mac OpenRA-${TAG}.zip
upload linux/deb openra_${LINUXVERSION}_all.deb
upload linux/rpm openra-${LINUXVERSION}-1.noarch.rpm
upload linux/arch openra-${LINUXVERSION}-1-any.pkg.tar.xz
curl http://${SERVER}/home/syncdownloads
upload . ${TAG}.tar.gz