summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-07-30 12:29:21 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-07-30 12:29:21 +0200
commiteda7f35bc891ca4a7505ec054a2b4591c6edfb38 (patch)
tree92610bb043aba6519b7d0b69a9bae275432732c3 /source4/script
parentc9803ee26ad1b2f92f2ce7653ce16ac84d0b3eb6 (diff)
downloadsamba-eda7f35bc891ca4a7505ec054a2b4591c6edfb38.tar.gz
samba-eda7f35bc891ca4a7505ec054a2b4591c6edfb38.tar.bz2
samba-eda7f35bc891ca4a7505ec054a2b4591c6edfb38.zip
Remove RFC's from the release tarballs to make the lives of the Debian
maintainers of Samba4 a bit easier.
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/mkrelease.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/script/mkrelease.sh b/source4/script/mkrelease.sh
index 303dfe6d95..69ddaa213e 100755
--- a/source4/script/mkrelease.sh
+++ b/source4/script/mkrelease.sh
@@ -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