summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-02-28 13:32:55 +1300
committerJeremy Allison <jra@samba.org>2014-03-04 05:00:27 +0100
commit6f092cfd878a16db276238444f41d6218e66d12a (patch)
treeac4d938f4d926de2cee99ce97f4b8eaddb4947d0 /script
parentebe6627c1f0e6b488a0c456860a055fd5701e84d (diff)
downloadsamba-6f092cfd878a16db276238444f41d6218e66d12a.tar.gz
samba-6f092cfd878a16db276238444f41d6218e66d12a.tar.xz
samba-6f092cfd878a16db276238444f41d6218e66d12a.zip
autobuild: Run "make dist" to ensure non-waf docs build is run
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Mar 4 05:00:27 CET 2014 on sn-devel-104
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 41ba8a4b16f..4af70ee8211 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -101,7 +101,8 @@ tasks = {
("configure", "PYTHONPATH=${PYTHON_PREFIX}/site-packages:$PYTHONPATH PKG_CONFIG_PATH=$PKG_CONFIG_PATH:${PREFIX_DIR}/lib/pkgconfig ./configure --bundled-libraries=!talloc,!tdb,!pytdb,!ntdb,!pyntdb,!ldb,!pyldb,!tevent,!pytevent --abi-check --enable-debug -C ${PREFIX}", "text/plain"),
("make", "make", "text/plain"),
- ("install", "make install", "text/plain")],
+ ("install", "make install", "text/plain"),
+ ("dist", "make dist", "text/plain")],
"ldb" : [
("random-sleep", "../../script/random-sleep.sh 60 600", "text/plain"),