summaryrefslogtreecommitdiff
path: root/script/autobuild.py
AgeCommit message (Expand)AuthorFilesLines
2011-03-01autobuild: enabled samba3-waf buildAndrew Tridgell1-1/+8
2011-02-22python: use os.environ[] instead of os.putenv()Andrew Tridgell1-1/+1
2011-02-07script/autobuild.py: git diff has a '--stat' option, no need to use 'diffstat'Stefan Metzmacher1-1/+1
2011-02-07autobuild: lib/replace doesn't need autogen.shAndrew Tridgell1-2/+1
2011-02-07autobuild: fixed clone source for build treesAndrew Tridgell1-1/+1
2011-02-07autobuild: add a bit more debug info in autobuildAndrew Tridgell1-7/+8
2011-02-07autobuild: decouple build directories from target namesAndrew Tridgell1-53/+68
2011-01-11autobuild: added "make distcheck" for our libsAndrew Tridgell1-0/+5
2011-01-05script/autobuild.py: add pidl testsStefan Metzmacher1-0/+9
2011-01-05script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/Stefan Metzmacher1-1/+1
2010-12-31script/autobuild.py: check that the source tree has no uncommitted changes af...Stefan Metzmacher1-7/+21
2010-12-24tdb: Remove autotools support.Jelmer Vernooij1-4/+2
2010-10-25autobuild: add some commentsStefan Metzmacher1-0/+2
2010-10-25autobuild: run ldb tests with TDB_NO_FSYNC=1Stefan Metzmacher1-1/+1
2010-10-21autobuild: don't cleanup the pid file within the retry loopAndrew Tridgell1-1/+2
2010-10-19autobuild: create an autobuild.pid fileAndrew Tridgell1-0/+9
2010-10-13autobuild: do make install after make testAndrew Tridgell1-2/+2
2010-10-12autobuild: send email failure if rebase failsAndrew Tridgell1-9/+16
2010-10-06autobuild: only add autobuild.log if it existsAndrew Tridgell1-1/+2
2010-10-03autobuild: override the editor when marking the commitAndrew Tridgell1-1/+2
2010-10-01autobuild: show top commit in emailsAndrew Tridgell1-2/+20
2010-10-01autobuild: include autobuild.log in logs.tar.gzAndrew Tridgell1-0/+1
2010-10-01autobuild: fixed tuple count for retryAndrew Tridgell1-1/+1
2010-10-01autobuild: revert a bit more of the subunit changesAndrew Tridgell1-2/+2
2010-10-01autobuild: disable the subuit changes for now - they break error checkingAndrew Tridgell1-2/+2
2010-10-01autobuild: fixed the tuples in the retry_taskAndrew Tridgell1-2/+3
2010-10-01autobuild: cwd is needed on all command typesAndrew Tridgell1-2/+2
2010-10-01autobuild: Avoid unnecessary chdir() calls.Jelmer Vernooij1-11/+7
2010-10-01autobuild: Output test results in subunit.Jelmer Vernooij1-3/+5
2010-10-01autobuild: Provide more information about build sequence, stage name and outp...Jelmer Vernooij1-51/+54
2010-10-01autobuild: Add --always-email option.Jelmer Vernooij1-0/+33
2010-10-01autobuild: Add --daemon option.Jelmer Vernooij1-0/+31
2010-10-01autobuild: Remove autogen step for projects that have checked in configure.Jelmer Vernooij1-6/+3
2010-10-01autobuild: Simplify find_git_root.Jelmer Vernooij1-11/+6
2010-09-30autobuild: fixed the --tail option for new log locationsAndrew Tridgell1-1/+1
2010-09-30autobuild: push of ref/notes/commits isn't allowed in masterAndrew Tridgell1-1/+3
2010-09-30autobuild: added much better email reportingAndrew Tridgell1-10/+48
2010-09-30autobuild: fixed exit statusAndrew Tridgell1-1/+1
2010-09-28autobuild: use git notes for autobuild messagesAndrew Tridgell1-1/+1
2010-09-28selftest: enable FAIL_IMMEDIATELY in autobuild make testAndrew Tridgell1-2/+2
2010-09-26autobuild: use killbysubdir if availableAndrew Tridgell1-2/+4
2010-09-26autobuild: exit immediately if no changes from masterAndrew Tridgell1-1/+9
2010-09-26autobuild: fixed detection of master changesAndrew Tridgell1-3/+4
2010-09-26autobuild: added --retry optionAndrew Tridgell1-26/+68
2010-09-26autobuild: enable ccacheAndrew Tridgell1-0/+2
2010-09-26autobuild: added --fix-whitespace optionAndrew Tridgell1-1/+7
2010-09-26autobuild: added --rebase-master and --push-masterAndrew Tridgell1-3/+21
2010-09-26autobuild: added a EDITOR script to mark successful autobuildsAndrew Tridgell1-7/+28
2010-09-26autobuild: added --rebase optionAndrew Tridgell1-24/+35
2010-09-26script: added autobuild.py automatic build test scriptAndrew Tridgell1-0/+263