From e5fca6aebf1fdde230be09c0bec718b7a607e056 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 28 May 2010 20:34:08 +1000 Subject: s4:build Don't automatically mark as 'not a git snapshot'. If we generate a tarball, it may well be a git snapshot - we will change the VERSION file if it really is a release. Andrew Bartlett --- source4/script/mkrelease.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/script/mkrelease.sh') diff --git a/source4/script/mkrelease.sh b/source4/script/mkrelease.sh index 21bfd2cf2b..6fc17714f7 100755 --- a/source4/script/mkrelease.sh +++ b/source4/script/mkrelease.sh @@ -11,8 +11,6 @@ echo "WARNING: This script prepares an autotools based release, which has known OUTDIR=`mktemp -d samba-XXXXX` (git archive --format=tar HEAD | (cd $OUTDIR/ && tar xf -)) -echo SAMBA_VERSION_IS_GIT_SNAPSHOT=no >> $OUTDIR/source4/VERSION - #Prepare the tarball for a Samba4 release, with some generated files, #but without Samba3 stuff (to avoid confusion) ( cd $OUTDIR/ || exit 1 -- cgit