build: skip shipping the alpha13 provision in the release tarballs
authorAndrew Bartlett <abartlet@samba.org>
Mon, 3 Sep 2012 08:55:06 +0000 (18:55 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 3 Sep 2012 11:01:58 +0000 (13:01 +0200)
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 <abartlet@samba.org>
Autobuild-Date(master): Mon Sep  3 13:01:58 CEST 2012 on sn-devel-104

wscript

diff --git a/wscript b/wscript
index 37c25de4dd1944ed3a1547bcff45289c7971b600..64aaaf2fd0b75752da327db641aed102e359b41b 100755 (executable)
--- 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'