From 18c0d872d119f47f3f82f6fa1f4fa8a2afc36750 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 3 Sep 2012 18:55:06 +1000 Subject: [PATCH] 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 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.34.1