Deb package building working and wired up.

This commit is contained in:
Matthew Bowra-Dean
2010-09-14 21:18:02 +12:00
parent 94becc3ddc
commit a04ea789f5
5 changed files with 117 additions and 96 deletions

View File

@@ -75,6 +75,15 @@ if [ $? -ne 0 ]; then
fi
popd &> /dev/null
#deb
msg "\E[34m" "Building deb package."
pushd linux/deb/ &> /dev/null
./buildpackage.sh "ftp.open-ra.org" "httpdocs/releases/linux" "$2" "$3" "$VERSION" ~/openra-package/built ~/debpackage &> package.log
if [ $? -ne 0 ]; then
msg "\E[31m" "Package build failed, refer to log."
fi
popd &> /dev/null
#OSX
msg "\E[34m" "Building OSX package."
pushd osx/ &>/dev/null