Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-26 | autobuild: use killbysubdir if available | Andrew Tridgell | 1 | -2/+4 | |
this will reduce the spurious test output while processes are being killed | |||||
2010-09-26 | autobuild: exit immediately if no changes from master | Andrew Tridgell | 1 | -1/+9 | |
we don't need to test master in autobuild | |||||
2010-09-26 | autobuild: fixed detection of master changes | Andrew Tridgell | 1 | -3/+4 | |
2010-09-26 | autobuild: added --retry option | Andrew Tridgell | 1 | -26/+68 | |
this allows the build to auto retry if master changes | |||||
2010-09-26 | autobuild: enable ccache | Andrew Tridgell | 1 | -0/+2 | |
2010-09-26 | autobuild: added --fix-whitespace option | Andrew Tridgell | 1 | -1/+7 | |
2010-09-26 | autobuild: added --rebase-master and --push-master | Andrew Tridgell | 1 | -3/+21 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2010-09-26 | autobuild: added a EDITOR script to mark successful autobuilds | Andrew Tridgell | 1 | -7/+28 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2010-09-26 | autobuild: added --rebase option | Andrew Tridgell | 1 | -24/+35 | |
this allows you to rebase on a URL before starting | |||||
2010-09-26 | script: added autobuild.py automatic build test script | Andrew Tridgell | 1 | -0/+263 | |
this can be used to run all tests in parallel, in free git clones |