From: hno <> Date: Sat, 19 Oct 2002 18:29:00 +0000 (+0000) Subject: Squid releasenotes snapshots (merged from SQUID2) X-Git-Tag: SQUID_3_0_PRE1~619 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a26ddb616935690c06dbdee2f79c6ec33f0003;p=thirdparty%2Fsquid.git Squid releasenotes snapshots (merged from SQUID2) --- diff --git a/mksnapshot.sh b/mksnapshot.sh index 8712aae8e9..f5cf9a4357 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -40,11 +40,16 @@ make -s dist-all cd $startdir cp -p $tmpdir/${PACKAGE}-${VERSION}-${date}.tar.gz . -cp -p $tmpdir/${PACKAGE}-${VERSION}-${date}.tar.bz2 . - echo ${PACKAGE}-${VERSION}-${date}.tar.gz >>${tag}.out +cp -p $tmpdir/${PACKAGE}-${VERSION}-${date}.tar.bz2 . echo ${PACKAGE}-${VERSION}-${date}.tar.bz2 >>${tag}.out +relnotes=$tmpdir/doc/release-notes/release-`echo $VERSION | cut -d. -f1,2 | cut -d- -f1`.html +if [ -f $relnotes ]; then + cp -p $relnotes ${PACKAGE}-${VERSION}-${date}-RELEASENOTES.html + echo ${PACKAGE}-${VERSION}-${date}-RELEASENOTES.html >>${tag}.out +fi + if (echo $VERSION | grep PRE) || (echo $VERSION | grep STABLE); then echo "Differences from ${PACKAGE}-${VERSION} to ${PACKAGE}-${VERSION}-${date}" >${PACKAGE}-${VERSION}-${date}.diff cvs -q rdiff -u -r SQUID_`echo $VERSION | tr .- __` -r $tag $module >>${PACKAGE}-${VERSION}-${date}.diff