summaryrefslogtreecommitdiffstats
path: root/script/autobuild.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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