From: Andrew Bartlett Date: Mon, 3 Sep 2012 08:55:06 +0000 (+1000) Subject: build: skip shipping the alpha13 provision in the release tarballs X-Git-Tag: samba-4.0.0rc1~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18c0d872d119f47f3f82f6fa1f4fa8a2afc36750;p=thirdparty%2Fsamba.git 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 Autobuild-Date(master): Mon Sep 3 13:01:58 CEST 2012 on sn-devel-104 --- 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'