diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-04-26 16:44:00 +1000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-05-16 19:02:00 +0200 |
commit | 768c3bb16ae8aac2d96d4fa0d8a7593fc9be6ca8 (patch) | |
tree | b1b1dd39eba45b141b84ace3c55e3e136abf7037 /wscript | |
parent | 46e98cf20b04f3668e96fb597a414d0b39d5b1ed (diff) | |
download | samba-768c3bb16ae8aac2d96d4fa0d8a7593fc9be6ca8.tar.gz |
build: Blacklist the release-4-0-0 provision as well
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>
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |