Add source package uploading.
This commit is contained in:
@@ -94,6 +94,13 @@ echo "Creating packages..."
|
|||||||
echo "linux package build failed, refer to linux/package.log."
|
echo "linux package build failed, refer to linux/package.log."
|
||||||
fi
|
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
|
wait
|
||||||
echo "Package build done."
|
echo "Package build done."
|
||||||
|
|
||||||
|
|||||||
@@ -20,5 +20,6 @@ upload mac OpenRA-${TAG}.zip
|
|||||||
upload linux/deb openra_${LINUXVERSION}_all.deb
|
upload linux/deb openra_${LINUXVERSION}_all.deb
|
||||||
upload linux/rpm openra-${LINUXVERSION}-1.noarch.rpm
|
upload linux/rpm openra-${LINUXVERSION}-1.noarch.rpm
|
||||||
upload linux/arch openra-${LINUXVERSION}-1-any.pkg.tar.xz
|
upload linux/arch openra-${LINUXVERSION}-1-any.pkg.tar.xz
|
||||||
|
upload . ${TAG}.tar.gz
|
||||||
|
|
||||||
curl http://${SERVER}/home/syncdownloads
|
curl http://${SERVER}/home/syncdownloads
|
||||||
Reference in New Issue
Block a user