summaryrefslogtreecommitdiff
path: root/ctdb/wscript
AgeCommit message (Expand)AuthorFilesLines
2015-03-04ctdb-build: Specify absolute path to libsocket-wrapper.soAmitay Isaacs1-1/+2
2015-03-04ctdb-tests: Unit tests for statd-calloutMartin Schwenke1-1/+2
2014-12-15ctdb-build: fix build without xsltprocBjörn Baumbach1-3/+4
2014-12-15ctdb-build: Fix the installation of config files for top-level buildAmitay Isaacs1-2/+7
2014-12-15ctdb-build: Fix the indentationAmitay Isaacs1-1/+1
2014-10-28ctdb-logging: Separate out syslog and file logging backendsMartin Schwenke1-1/+4
2014-10-08ctdb-build: Make some steps conditional on standalone buildMartin Schwenke1-37/+49
2014-10-08ctdb-build: Rename define BINDIR to CTDB_HELPER_BINDIRMartin Schwenke1-1/+1
2014-10-06ctdb-build: Fix handling of public headersMartin Schwenke1-1/+5
2014-10-06ctdb-build: Change from ctdb-util to samba-utilMartin Schwenke1-7/+38
2014-10-06ctdb-build: Add generation of Samba-style version.hMartin Schwenke1-0/+9
2014-10-06ctdb-build: Move generation of ctdb_version.h earlierMartin Schwenke1-6/+6
2014-09-19ctdb-build: Add missing configure checks for backtraceAmitay Isaacs1-0/+4
2014-09-17ctdb-build: Check for libpcapAmitay Isaacs1-1/+11
2014-09-17ctdb-build: Check for ETIME in errno.hAmitay Isaacs1-0/+3
2014-09-17ctdb-build: Add some missing configure checksMartin Schwenke1-0/+10
2014-09-17ctdb-build: Improve platform checkAmitay Isaacs1-3/+3
2014-09-12ctdb-doc: Add ctdb-statistics manual pageAmitay Isaacs1-1/+3
2014-09-11ctdb-build: Remove unnecessary lib/util include path from testsMartin Schwenke1-3/+3
2014-09-10ctdb-build: Tests don't include lib/util/*.c, link ctdb-util insteadMartin Schwenke1-3/+3
2014-09-10ctdb-build: Drop lib/util from includesMartin Schwenke1-3/+3
2014-09-10ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke1-4/+9
2014-09-10ctdb-build: Make ctdb-util a wscript build subsystemMartin Schwenke1-17/+5
2014-09-10ctdb-build: Add extra includes to help recursive utility compilationMartin Schwenke1-0/+11
2014-09-10ctdb-build: Fix includes for SAMBA_BINARY()sMartin Schwenke1-3/+6
2014-09-10ctdb-build: Don't try to set lib64 directory automatically in buildMartin Schwenke1-4/+0
2014-09-10ctdb-build: Make ctdb-client depend on ctdb-util and ctdb-util-miscMartin Schwenke1-7/+6
2014-09-10ctdb-util: Remove util/strlist.c and references to str_util_*()Martin Schwenke1-1/+1
2014-09-05ctdb/wscript: pass dep_vars=['VERSION'] to SAMBA_GENERATOR()Stefan Metzmacher1-8/+11
2014-09-03ctdb-build: SAMBA_BINARY targets should not include bin/ prefixAmitay Isaacs1-15/+14
2014-08-21ctdb-build: Add missing dependency on poptAmitay Isaacs1-1/+1
2014-08-21ctdb-build: Avoid unused variable warning in output from rpcgenMartin Schwenke1-1/+3
2014-08-11ctdb-build: popt has moved from lib/ to third_party/Amitay Isaacs1-1/+2
2014-08-11ctdb-build: Replace indentation tabs with spacesAmitay Isaacs1-2/+2
2014-08-09third_party/popt: Initial support for popt.Ira Cooper1-3/+12
2014-07-08ctdb-build: fix wscript formatting as per PEP8Amitay Isaacs1-14/+24
2014-07-08ctdb-build: Create ctdb only ctagsAmitay Isaacs1-1/+1
2014-07-08ctdb-build: Replace os.system with samba_utils.RUN_COMMANDAmitay Isaacs1-5/+20
2014-07-08ctdb-build: Check the return value of RUN_COMMANDAmitay Isaacs1-3/+12
2014-06-24ctdb-build: Instead of default test_wrap, install fixed test_wrapAmitay Isaacs1-1/+14
2014-06-24ctdb-build: Fix sed expression to protect '\'Amitay Isaacs1-1/+1
2014-06-24ctdb-build: Use correct path variables for ctdb_run_tests.shAmitay Isaacs1-1/+1
2014-06-24ctdb-build: Use CTDB_ETCDIR instead of ETCDIR/ctdbAmitay Isaacs1-3/+5
2014-06-24ctdb-build: Use CTDB_RUNDIR instead of VARDIR/run/ctdbAmitay Isaacs1-4/+5
2014-06-24ctdb-build: Add special target to get build versionAmitay Isaacs1-1/+3
2014-06-20autobuild: Remove unsupported --enable-socket-wrapper option from the "ctdb" ...Amitay Isaacs1-1/+1
2014-06-20ctdb-build: Add target to build RPMsAmitay Isaacs1-0/+9
2014-06-20ctdb-build: Add waf build for CTDBAmitay Isaacs1-0/+565