summaryrefslogtreecommitdiff
path: root/script/autobuild.py
AgeCommit message (Collapse)AuthorFilesLines
2010-09-26autobuild: added --retry optionAndrew Tridgell1-26/+68
this allows the build to auto retry if master changes
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
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-09-26autobuild: added a EDITOR script to mark successful autobuildsAndrew Tridgell1-7/+28
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-09-26autobuild: added --rebase optionAndrew Tridgell1-24/+35
this allows you to rebase on a URL before starting
2010-09-26script: added autobuild.py automatic build test scriptAndrew Tridgell1-0/+263
this can be used to run all tests in parallel, in free git clones