summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-03 18:55:06 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-03 13:01:58 +0200
commit18c0d872d119f47f3f82f6fa1f4fa8a2afc36750 (patch)
tree610488abcf20219a3404392fc9b23bb56e0a1d1a
parent2dd0e7141f24a4e92e165c3aadaaa3a97eb26712 (diff)
downloadsamba-18c0d872d119f47f3f82f6fa1f4fa8a2afc36750.tar.gz
build: skip shipping the alpha13 provision in the release tarballs
This test is important, but it is not important enough to include this volume of data in every tarball. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Sep 3 13:01:58 CEST 2012 on sn-devel-104
-rwxr-xr-xwscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 37c25de4dd1..64aaaf2fd0b 100755
--- 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')
+samba_dist.DIST_BLACKLIST('.gitignore .bzrignore source4/selftest/provisions/alpha13')
# install in /usr/local/samba by default
Options.default_prefix = '/usr/local/samba'