autobuild: send email failure if rebase fails
[samba.git] / script / autobuild.py
2010-10-12 Andrew Tridgellautobuild: send email failure if rebase fails
2010-10-06 Andrew Tridgellautobuild: only add autobuild.log if it exists
2010-10-03 Andrew Tridgellautobuild: override the editor when marking the commit
2010-10-02 Andrew Tridgellautobuild: show top commit in emails
2010-10-02 Andrew Tridgellautobuild: include autobuild.log in logs.tar.gz
2010-10-02 Andrew Tridgellautobuild: fixed tuple count for retry
2010-10-01 Andrew Tridgellautobuild: revert a bit more of the subunit changes
2010-10-01 Andrew Tridgellautobuild: disable the subuit changes for now - they...
2010-10-01 Andrew Tridgellautobuild: fixed the tuples in the retry_task
2010-10-01 Andrew Tridgellautobuild: cwd is needed on all command types
2010-10-01 Jelmer Vernooijautobuild: Avoid unnecessary chdir() calls.
2010-10-01 Jelmer Vernooijautobuild: Output test results in subunit.
2010-10-01 Jelmer Vernooijautobuild: Provide more information about build sequenc...
2010-10-01 Jelmer Vernooijautobuild: Add --always-email option.
2010-10-01 Jelmer Vernooijautobuild: Add --daemon option.
2010-10-01 Jelmer Vernooijautobuild: Remove autogen step for projects that have...
2010-10-01 Jelmer Vernooijautobuild: Simplify find_git_root.
2010-10-01 Andrew Tridgellautobuild: fixed the --tail option for new log locations
2010-09-30 Andrew Tridgellautobuild: push of ref/notes/commits isn't allowed...
2010-09-30 Andrew Tridgellautobuild: added much better email reporting
2010-09-30 Andrew Tridgellautobuild: fixed exit status
2010-09-28 Andrew Tridgellautobuild: use git notes for autobuild messages
2010-09-28 Andrew Tridgellselftest: enable FAIL_IMMEDIATELY in autobuild make...
2010-09-26 Andrew Tridgellautobuild: use killbysubdir if available
2010-09-26 Andrew Tridgellautobuild: exit immediately if no changes from master
2010-09-26 Andrew Tridgellautobuild: fixed detection of master changes
2010-09-26 Andrew Tridgellautobuild: added --retry option
2010-09-26 Andrew Tridgellautobuild: enable ccache
2010-09-26 Andrew Tridgellautobuild: added --fix-whitespace option
2010-09-26 Andrew Tridgellautobuild: added --rebase-master and --push-master
2010-09-26 Andrew Tridgellautobuild: added a EDITOR script to mark successful...
2010-09-26 Andrew Tridgellautobuild: added --rebase option
2010-09-26 Andrew Tridgellscript: added autobuild.py automatic build test script