summaryrefslogtreecommitdiffstats
path: root/script/autobuild.py
Commit message (Expand)AuthorAgeFilesLines
* autobuild: run "samba3-ctdb" by defaultMichael Adam2012-06-221-1/+1
* autobuild: run "samba-ctdb" by default to catch dbwrap_ctdb regressionsMichael Adam2012-06-211-1/+1
* autobuild: add a target "samba3-ctdb" that builds samba3 (autoconf) with clus...Michael Adam2012-06-211-0/+10
* autobuild: add a target "samba-ctdb" that builds samba (waf) with cluster sup...Michael Adam2012-06-211-0/+19
* autobuild: rename the "samba4-libs" target to "samba-libs"Michael Adam2012-06-211-3/+3
* autobuild: rename the "samba4" target to "samba"Michael Adam2012-06-211-8/+8
* script/autobuild: delay start of small projects by 60 to 600 secondsStefan Metzmacher2012-06-201-8/+24
* script/autobuild: don't use 'make -j 4' for bin/smbtorture4Stefan Metzmacher2012-06-201-1/+1
* script/autobuild: don't use make -j for small projectsStefan Metzmacher2012-06-201-11/+11
* TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell2012-06-191-1/+10
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-191-12/+3
* autobuild: Run ABI check on samba4-libs as well.Andrew Bartlett2012-05-181-5/+5
* remove --enable-developer from samba4-libs autobuildAndrew Bartlett2012-04-111-5/+5
* autobuild: Also test a distribution-style build with external libsAndrew Bartlett2012-04-091-1/+24
* autobuild: Enable standalone tdb2 testsAmitay Isaacs2012-03-081-1/+10
* autobuild.py: Catch only true exceptions in except statementAmitay Isaacs2012-01-241-3/+3
* script/autobuild.py: cleanup on rebase failureStefan Metzmacher2012-01-211-0/+2
* script/autobuild.py: split 'samba3' 'make -j 4 everything' into multiple stepsStefan Metzmacher2011-10-111-1/+5
* autobuild: Remove s3-waf from autobuildAndrew Bartlett2011-10-071-8/+1
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-2/+2
* script/autobuild.py: don't force usage of ccache and gccStefan Metzmacher2011-04-301-2/+0
* script/autobuild.py: make sure --with-selftest-prefix keeps workingStefan Metzmacher2011-04-301-1/+1
* autobuild: enabled samba3-waf buildAndrew Tridgell2011-03-011-1/+8
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-1/+1
* script/autobuild.py: git diff has a '--stat' option, no need to use 'diffstat'Stefan Metzmacher2011-02-071-1/+1
* autobuild: lib/replace doesn't need autogen.shAndrew Tridgell2011-02-071-2/+1
* autobuild: fixed clone source for build treesAndrew Tridgell2011-02-071-1/+1
* autobuild: add a bit more debug info in autobuildAndrew Tridgell2011-02-071-7/+8
* autobuild: decouple build directories from target namesAndrew Tridgell2011-02-071-53/+68
* autobuild: added "make distcheck" for our libsAndrew Tridgell2011-01-111-0/+5
* script/autobuild.py: add pidl testsStefan Metzmacher2011-01-051-0/+9
* script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/Stefan Metzmacher2011-01-051-1/+1
* script/autobuild.py: check that the source tree has no uncommitted changes af...Stefan Metzmacher2010-12-311-7/+21
* tdb: Remove autotools support.Jelmer Vernooij2010-12-241-4/+2
* autobuild: add some commentsStefan Metzmacher2010-10-251-0/+2
* autobuild: run ldb tests with TDB_NO_FSYNC=1Stefan Metzmacher2010-10-251-1/+1
* autobuild: don't cleanup the pid file within the retry loopAndrew Tridgell2010-10-211-1/+2
* autobuild: create an autobuild.pid fileAndrew Tridgell2010-10-191-0/+9
* autobuild: do make install after make testAndrew Tridgell2010-10-131-2/+2
* autobuild: send email failure if rebase failsAndrew Tridgell2010-10-121-9/+16
* autobuild: only add autobuild.log if it existsAndrew Tridgell2010-10-061-1/+2
* autobuild: override the editor when marking the commitAndrew Tridgell2010-10-031-1/+2
* autobuild: show top commit in emailsAndrew Tridgell2010-10-011-2/+20
* autobuild: include autobuild.log in logs.tar.gzAndrew Tridgell2010-10-011-0/+1
* autobuild: fixed tuple count for retryAndrew Tridgell2010-10-011-1/+1
* autobuild: revert a bit more of the subunit changesAndrew Tridgell2010-10-011-2/+2
* autobuild: disable the subuit changes for now - they break error checkingAndrew Tridgell2010-10-011-2/+2
* autobuild: fixed the tuples in the retry_taskAndrew Tridgell2010-10-011-2/+3
* autobuild: cwd is needed on all command typesAndrew Tridgell2010-10-011-2/+2
* autobuild: Avoid unnecessary chdir() calls.Jelmer Vernooij2010-10-011-11/+7