From 78cd466f423d6cce677d4cecf1cab4878360035a Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 15 Aug 2012 10:55:21 +0100 Subject: [PATCH] Copy the new package and build log to the public server --- gen-snapshot.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gen-snapshot.sh b/gen-snapshot.sh index 27fb105a4..d98899993 100755 --- a/gen-snapshot.sh +++ b/gen-snapshot.sh @@ -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/