From: Automatic source maintenance Date: Sat, 26 Jun 2010 12:54:10 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: SQUID_3_2_0_1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edcd6c81662efdd5cacc1c8fdc9e885cb66756b7;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/mksnapshot.sh b/mksnapshot.sh index bd79f07e84..d126cba636 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -21,7 +21,7 @@ date=`env TZ=GMT date +%Y%m%d` tmpdir=${TMPDIR:-${PWD}}/${module}-${tag}-mksnapshot rm -rf $tmpdir -trap "rm -rf $tmpdir" 0 +# trap "rm -rf $tmpdir" 0 rm -f ${tag}.out bzr export $tmpdir $BZRROOT/$module/$branchpath || exit 1 @@ -84,9 +84,8 @@ fi cd $startdir echo "Preparing to publish: ${PACKAGE}-${VERSION}-${date}.tar.* ..." echo "LOCAL: " ; pwd -echo "LOCAL TARS: " ; ls -1 ./*.tar.* -echo "BUILT TARS: " ; ls -1 $tmpdir/*.tar.* -echo "BUILT TARS SUB: " ; ls -1 $tmpdir/*/*.tar.* +echo "BUILT TARS: " ; ls -1 $tmpdir/*.tar.* || true +echo "BUILT TARS SUB: " ; ls -1 $tmpdir/*/*.tar.* || true cp -p $tmpdir/${PACKAGE}-${VERSION}-${date}.tar.gz . echo ${PACKAGE}-${VERSION}-${date}.tar.gz >>${tag}.out