Copy the new package and build log to the public server

This commit is contained in:
Daniel James 2012-08-15 10:55:21 +01:00
parent 5b81d2a33d
commit 78cd466f42
1 changed files with 7 additions and 3 deletions

View File

@ -61,13 +61,17 @@ rm -r airtime/airtime_mvc/library/ZFDebug/
#Strip un-needed install scripts
rm -r airtime/install_full/
#Fix permissions
chmod -x airtime/python_apps/media-monitor2/mm1.99.sh
#############################
echo "running the build..."
debuild -b -uc -us $@ || exit
exit
# optionally, copy the new package to the public server
# copy the new package to the public server
scp /tmp/airtime_${VERSION}_all.deb apt.sourcefabric.org:/var/www/apt/snapshots/
# copy the build log too
scp /tmp/airtime_${VERSION}_amd64.build apt.sourcefabric.org:/var/www/apt/snapshots/