From ea816a4310b1d8db8945ce723dae54dc47329ccb Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 31 Aug 2012 12:59:26 +0100 Subject: [PATCH] Don't upload by default, we have a script installed on the apt server now --- gen-snapshot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen-snapshot.sh b/gen-snapshot.sh index 4fd667aa1..ea791e2f5 100755 --- a/gen-snapshot.sh +++ b/gen-snapshot.sh @@ -71,7 +71,7 @@ echo "running the build..." debuild -b -uc -us $@ || exit # copy the new package to the public server -scp /tmp/airtime_${VERSION}_all.deb apt.sourcefabric.org:/var/www/apt/snapshots/ +# 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/ +# scp /tmp/airtime_${VERSION}_amd64.build apt.sourcefabric.org:/var/www/apt/snapshots/