diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-03 18:55:06 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-03 13:01:58 +0200 |
commit | 18c0d872d119f47f3f82f6fa1f4fa8a2afc36750 (patch) | |
tree | 610488abcf20219a3404392fc9b23bb56e0a1d1a /wscript | |
parent | 2dd0e7141f24a4e92e165c3aadaaa3a97eb26712 (diff) | |
download | samba-18c0d872d119f47f3f82f6fa1f4fa8a2afc36750.tar.gz |
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 <abartlet@samba.org>
Autobuild-Date(master): Mon Sep 3 13:01:58 CEST 2012 on sn-devel-104
Diffstat (limited to 'wscript')
-rwxr-xr-x | 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') +samba_dist.DIST_BLACKLIST('.gitignore .bzrignore source4/selftest/provisions/alpha13') # install in /usr/local/samba by default Options.default_prefix = '/usr/local/samba' |