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)
committerKarolin Seeger <kseeger@samba.org>
Wed, 29 May 2013 09:50:15 +0000 (11:50 +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>
(cherry picked from commit 768c3bb16ae8aac2d96d4fa0d8a7593fc9be6ca8)

wscript

diff --git a/wscript b/wscript
index 645deb2de0a3d614ec83a993b473286c84a674e3..a9954ed6cf5ddb3490c9475c20eee5ee6f448692 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'