1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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
This commit is contained in:
Andrew Bartlett 2010-05-28 20:34:08 +10:00
parent b088a27551
commit e5fca6aebf

View File

@ -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