From: Andrew Bartlett Date: Mon, 3 Mar 2014 01:26:36 +0000 (+1300) Subject: build: Exclude source4/selftest/provisions/release-4-1-0rc3 from the tarball X-Git-Tag: ldb-1.1.17~581 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=efad13addca918e18e3df341cc38405a93028940;p=samba.git build: Exclude source4/selftest/provisions/release-4-1-0rc3 from the tarball Change-Id: Id4ddaabb91363174d2fbef09e823f53b13912a51 Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Fri Mar 21 10:06:04 CET 2014 on sn-devel-104 --- diff --git a/wscript b/wscript index 26431a45bdc..5007834b1ed 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'