s4:build Don't automatically mark as 'not a git snapshot'.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 28 May 2010 10:34:08 +0000 (20:34 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 28 May 2010 11:59:14 +0000 (21:59 +1000)
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

index 21bfd2cf2b40dfe8e1b45ae3c8a16db14545d3e5..6fc17714f73eae8acf4966cd3c93548d7bfca986 100755 (executable)
@@ -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