summaryrefslogtreecommitdiffstats
path: root/script/autobuild.py
Commit message (Collapse)AuthorAgeFilesLines
* autobuild: use git notes for autobuild messagesAndrew Tridgell2010-09-281-1/+1
| | | | | | | This avoids changing the commit ID when we add a note that the autobuild has passed thanks to Jelmer for this suggestion!
* selftest: enable FAIL_IMMEDIATELY in autobuild make testAndrew Tridgell2010-09-281-2/+2
| | | | | | | this should reduce the time we wait for previous failing builds. Right now this will only work for s4, as we need a makefile change for s3 support
* autobuild: use killbysubdir if availableAndrew Tridgell2010-09-261-2/+4
| | | | | this will reduce the spurious test output while processes are being killed
* autobuild: exit immediately if no changes from masterAndrew Tridgell2010-09-261-1/+9
| | | | we don't need to test master in autobuild
* autobuild: fixed detection of master changesAndrew Tridgell2010-09-261-3/+4
|
* autobuild: added --retry optionAndrew Tridgell2010-09-261-26/+68
| | | | this allows the build to auto retry if master changes
* autobuild: enable ccacheAndrew Tridgell2010-09-261-0/+2
|
* autobuild: added --fix-whitespace optionAndrew Tridgell2010-09-261-1/+7
|
* autobuild: added --rebase-master and --push-masterAndrew Tridgell2010-09-261-3/+21
| | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* autobuild: added a EDITOR script to mark successful autobuildsAndrew Tridgell2010-09-261-7/+28
| | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* autobuild: added --rebase optionAndrew Tridgell2010-09-261-24/+35
| | | | this allows you to rebase on a URL before starting
* script: added autobuild.py automatic build test scriptAndrew Tridgell2010-09-261-0/+263
this can be used to run all tests in parallel, in free git clones