From ecbc1b11a5a354055c3d5ab63b6926a2dbda8ecd Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Fri, 25 Jun 2010 22:45:39 -0600 Subject: [PATCH] Bootstrapped --- mksnapshot.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mksnapshot.sh b/mksnapshot.sh index 21218bbd3f..2edb651c4f 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -56,23 +56,24 @@ echo "TMPDIR: ${tmpdir}" 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 - echo "Building Tarball (${basetarball}) ..." +#if (echo $VERSION | grep PRE) || (echo $VERSION | grep STABLE); then + echo "Building Tarball diff (${basetarball}) ..." if [ -f $basetarball ]; then tar jxf ${PACKAGE}-${VERSION}-${date}.tar.bz2 tar jxf $basetarball echo "Differences from ${PACKAGE}-${VERSION} to ${PACKAGE}-${VERSION}-${date}" >${PACKAGE}-${VERSION}-${date}.diff diff -ruN ${PACKAGE}-${VERSION} ${PACKAGE}-${VERSION}-${date} >>${PACKAGE}-${VERSION}-${date}.diff || true else + echo "Building Tarball diff ... skipped (no tarball exists)." #cvs -q rdiff -u -r SQUID_`echo $VERSION | tr .- __` -r $tag $module >>${PACKAGE}-${VERSION}-${date}.diff || true fi #elif [ -f STABLE_BRANCH ]; then #stable=`cat STABLE_BRANCH` #echo "Differences from ${stable} to ${PACKAGE}-${VERSION}-${date}" >${PACKAGE}-${VERSION}-${date}.diff #cvs -q rdiff -u -r $stable -r $tag $module >>${PACKAGE}-${VERSION}-${date}.diff -else - echo "Building Tarball ... skipped." -fi +#else +# echo "Building Tarball ... skipped." +#fi cd $startdir echo "Preparing to publish: ${PACKAGE}-${VERSION}-${date}.tar.* ..." -- 2.47.2