ctdb-build: move ctdb_etcd_lock to utils/etcd
authorDavid Disseldorp <ddiss@samba.org>
Tue, 6 Dec 2016 12:38:45 +0000 (13:38 +0100)
committerAmitay Isaacs <amitay@samba.org>
Fri, 9 Dec 2016 03:10:20 +0000 (04:10 +0100)
Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/utils/etcd/ctdb_etcd_lock [moved from ctdb/tools/ctdb_etcd_lock with 100% similarity]
ctdb/wscript

index 18bac1028a8c8b14b4c9418dd7015dcec72b720e..9b63c79165c194254d2e40837f945d10aafa3f52 100644 (file)
@@ -567,7 +567,7 @@ def build(bld):
                       destname='ctdb_diagnostics', chmod=0755)
 
     bld.SAMBA_GENERATOR('ctdb-etcd-lock',
-                        source='tools/ctdb_etcd_lock',
+                        source='utils/etcd/ctdb_etcd_lock',
                         target='ctdb_etcd_lock',
                         rule='sed %s ${SRC} > ${TGT}' % (sed_cmdline))
     bld.INSTALL_FILES('${CTDB_HELPER_BINDIR}', 'ctdb_etcd_lock',