gen-snapshot fixes for cron task
This commit is contained in:
parent
b8d9861001
commit
e25063a812
|
@ -11,7 +11,7 @@ git pull
|
|||
|
||||
echo "cleaning up previous build..."
|
||||
|
||||
rm -rf /tmp/airtime-*
|
||||
rm -rf /tmp/airtime*
|
||||
mkdir -p ${BUILDDEST}airtime
|
||||
|
||||
echo "copying files to temporary directory..."
|
||||
|
@ -55,8 +55,4 @@ 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/
|
||||
|
||||
# copy the build log too
|
||||
# scp /tmp/airtime_${VERSION}_amd64.build apt.sourcefabric.org:/var/www/apt/snapshots/
|
||||
cp /tmp/airtime_${VERSION}* /var/www/apt/snapshots/
|
||||
|
|
Loading…
Reference in New Issue