build: Blacklist the release-4-0-0 provision as well
authorAndrew Bartlett <abartlet@samba.org>
Fri, 26 Apr 2013 06:44:00 +0000 (16:44 +1000)
committerStefan Metzmacher <metze@samba.org>
Thu, 16 May 2013 17:02:00 +0000 (19:02 +0200)
This reduces the size of the published tarball while ensuring we test with it
during autobuild.

Andrew Bartlett

Reviewed-by: Stefan Metzmacher <metze@samba.org>
wscript

diff --git a/wscript b/wscript
index dad54d1c6cba2878d14091c33863f01808a00dd0..a7432283c5d38a92b93ce273364539a84d0a0206 100644 (file)
--- 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')
+samba_dist.DIST_BLACKLIST('.gitignore .bzrignore source4/selftest/provisions/alpha13 source4/selftest/provisions/release-4-0-0/')
 
 # install in /usr/local/samba by default
 Options.default_prefix = '/usr/local/samba'