3 if [ ! -d ".git" -o `dirname $0` != "./source4/script" ]; then
4 echo "Run this script from the top-level directory in the"
5 echo "repository as: ./source4/script/mkrelease.sh"
10 ..
/buildtools
/bin
/waf dist
11 TGZFILE
="`echo *.tar.gz`"
13 TARFILE
="`echo *.tar`"
16 echo "gpg --detach-sign --armor $TARFILE"
18 echo "And then upload "
19 echo "$TARFILE.gz $TARFILE.asc"
20 echo "to pub/samba/samba4/ on samba.org"