summaryrefslogtreecommitdiff
path: root/script/autobuild.py
AgeCommit message (Expand)AuthorFilesLines
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