[PATCH] improve a comment

Michael Adam obnox at samba.org
Wed Dec 17 08:34:22 MST 2014


Hi!

While I am working on getting the clustered-member selftest
environment ready for master so that we test the dbwrap->ctdb
codepath in autobuild, here is a first trivial patch
that percolated through.

Review/push appreciated!

Thanks - Michael

-------------- next part --------------
From 56f1c89113ac737dbf769b937748a778156f7334 Mon Sep 17 00:00:00 2001
From: Michael Adam <obnox at samba.org>
Date: Sat, 6 Dec 2014 03:01:53 +0100
Subject: [PATCH] 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 at samba.org>
---
 script/autobuild.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/autobuild.py b/script/autobuild.py
index e776df8..55e4449 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"),
-- 
2.1.0

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20141217/ff5931aa/attachment.pgp>


More information about the samba-technical mailing list