diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-02-28 13:32:55 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-03-04 05:00:27 +0100 |
commit | 6f092cfd878a16db276238444f41d6218e66d12a (patch) | |
tree | ac4d938f4d926de2cee99ce97f4b8eaddb4947d0 /script | |
parent | ebe6627c1f0e6b488a0c456860a055fd5701e84d (diff) | |
download | samba-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-x | script/autobuild.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py index 41ba8a4b16..4af70ee821 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"), |