Remove RFC's from the release tarballs to make the lives of the Debian
authorJelmer Vernooij <jelmer@samba.org>
Thu, 30 Jul 2009 10:29:21 +0000 (12:29 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 30 Jul 2009 10:29:21 +0000 (12:29 +0200)
maintainers of Samba4 a bit easier.

source4/script/mkrelease.sh

index 303dfe6d953e9e568976e90136024d494972ffe2..69ddaa213ec8acf1df1f725d0728fe0ee7a788f0 100755 (executable)
@@ -11,6 +11,9 @@ OUTDIR=`mktemp -d samba-XXXXX`
 
 echo SAMBA_VERSION_IS_GIT_SNAPSHOT=no >> $OUTDIR/source4/VERSION
 
+rm -f $OUTDIR/source4/ldap_server/devdocs/rfc????.txt \
+      $OUTDIR/source4/heimdal/lib/wind/rfc????.txt
+
 #Prepare the tarball for a Samba4 release, with some generated files,
 #but without Samba3 stuff (to avoid confusion)
 ( cd $OUTDIR/ || exit 1