summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-03-03 14:26:36 +1300
committerKarolin Seeger <kseeger@samba.org>2014-07-15 12:46:15 +0200
commit5572384d450d93176345000ad69b62cc8abcbd3b (patch)
tree6c565d163e7b10373504c3e320730c46108edffc /wscript
parentf2c728d2e7bb6e9f294fc1a5e06a6e00db9ee15d (diff)
downloadsamba-5572384d450d93176345000ad69b62cc8abcbd3b.tar.gz
build: Exclude source4/selftest/provisions/release-4-1-0rc3 from the tarball
Change-Id: Id4ddaabb91363174d2fbef09e823f53b13912a51 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Mar 21 10:06:04 CET 2014 on sn-devel-104 (cherry picked from commit efad13addca918e18e3df341cc38405a93028940)
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2f02c6ea000..f3521d825f3 100644
--- a/wscript
+++ b/wscript
@@ -12,7 +12,7 @@ import wafsamba, Options, samba_dist, Scripting, Utils, samba_version
samba_dist.DIST_DIRS('.')
-samba_dist.DIST_BLACKLIST('.gitignore .bzrignore source4/selftest/provisions/alpha13 source4/selftest/provisions/release-4-0-0/')
+samba_dist.DIST_BLACKLIST('.gitignore .bzrignore source4/selftest/provisions/alpha13 source4/selftest/provisions/release-4-0-0/ source4/selftest/provisions/release-4-1-0rc3/')
# install in /usr/local/samba by default
Options.default_prefix = '/usr/local/samba'