From: Automatic source maintenance Date: Fri, 25 Jun 2010 00:11:09 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: SQUID_3_2_0_1~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=069abead2c8cecd12c89c09ee6668f8ceda722d5;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/mksnapshot.sh b/mksnapshot.sh index 021cc09722..abe5f3cd25 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -25,7 +25,7 @@ trap "rm -rf $tmpdir" 0 rm -f ${tag}.out bzr export $tmpdir $BZRROOT/$module/$branchpath || exit 1 -if [ ! -f $tmpdir/configyre ] && [ -f $tmpdir/configure.in ]; then +if [ ! -f $tmpdir/configure ] && [ -f $tmpdir/configure.in ]; then sh -c "cd $tmpdir && ./bootstrap.sh" fi if [ ! -f $tmpdir/configure ]; then @@ -46,7 +46,7 @@ EOS ./test-builds.sh --cleanup || exit 1 ./configure --silent -make -s dist-all +make -s dist-all || echo "ERROR: make dist-all failed." basetarball=/server/httpd/htdocs/squid-cache.org/Versions/v`echo $VERSION | cut -d. -f1`/`echo $VERSION | cut -d. -f-2|cut -d- -f1`/${PACKAGE}-${VERSION}.tar.bz2 if (echo $VERSION | grep PRE) || (echo $VERSION | grep STABLE); then @@ -66,6 +66,7 @@ fi cd $startdir echo "Preparing to publish: ${PACKAGE}-${VERSION}-${date}.tar.* ..." +pwd ls -1 ./*.tar.* ls -1 $tmpdir/*.tar.* cp -p $tmpdir/${PACKAGE}-${VERSION}-${date}.tar.gz .