mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
script/autobuild.py: use --picky-developer for the samba-ctdb target
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Wed Dec 17 11:52:25 CET 2014 on sn-devel-104
This commit is contained in:
committed by
Amitay Isaacs
parent
8367089b73
commit
770f222f33
@@ -60,7 +60,7 @@ tasks = {
|
||||
|
||||
|
||||
# build samba with cluster support against this ctdb:
|
||||
("samba-configure", "PYTHONPATH=${PYTHON_PREFIX}/site-packages:$PYTHONPATH PKG_CONFIG_PATH=${PREFIX_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH} ./configure.developer ${PREFIX} --with-selftest-prefix=./bin/ab --with-cluster-support --bundled-libraries=!tdb", "text/plain"),
|
||||
("samba-configure", "PYTHONPATH=${PYTHON_PREFIX}/site-packages:$PYTHONPATH PKG_CONFIG_PATH=${PREFIX_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH} ./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab --with-cluster-support --bundled-libraries=!tdb", "text/plain"),
|
||||
("samba-make", "make", "text/plain"),
|
||||
("samba-check", "./bin/smbd -b | grep CLUSTER_SUPPORT", "text/plain"),
|
||||
("samba-install", "make install", "text/plain"),
|
||||
|
||||
Reference in New Issue
Block a user