summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-12-06 03:01:53 +0100
committerMichael Adam <obnox@samba.org>2014-12-17 21:13:44 +0100
commit57a03c694730e3503c54c124d02e6c616b8a272f (patch)
treed63f36fb05625b7153b5c68f4282253d7a962cd5 /script
parentaf9ec9fea5a730023cdee6e236f9585e3a18b0e6 (diff)
downloadsamba-57a03c694730e3503c54c124d02e6c616b8a272f.tar.gz
autobuild: adapt a comment
The configure-option --with-cluster-support now only builds against the included ctdb, and it also builds the ctdb component. The comment in autobuild.py this patch changes was still from the olden days... Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Wed Dec 17 21:13:44 CET 2014 on sn-devel-104
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index e776df8a0bd..55e4449a477 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -59,7 +59,7 @@ tasks = {
("tdb-install", "cd lib/tdb && make install", "text/plain"),
- # build samba with cluster support against this ctdb:
+ # build samba with cluster support (also building ctdb):
("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"),