summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)AuthorFilesLines
2010-09-30autobuild: fixed exit statusAndrew Tridgell1-1/+1
this should fix the case where we don't send logs on failure
2010-09-28autobuild: use git notes for autobuild messagesAndrew Tridgell1-1/+1
This avoids changing the commit ID when we add a note that the autobuild has passed thanks to Jelmer for this suggestion!
2010-09-28selftest: enable FAIL_IMMEDIATELY in autobuild make testAndrew Tridgell1-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
2010-09-26autobuild: use killbysubdir if availableAndrew Tridgell1-2/+4
this will reduce the spurious test output while processes are being killed
2010-09-26autobuild: exit immediately if no changes from masterAndrew Tridgell1-1/+9
we don't need to test master in autobuild
2010-09-26autobuild: fixed detection of master changesAndrew Tridgell1-3/+4
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 Tridgell2-3/+26
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-09-26autobuild: added a EDITOR script to mark successful autobuildsAndrew Tridgell2-7/+37
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
2010-04-07Move configure_check_unused script to root scriptdir, as it is usefulJelmer Vernooij1-0/+124
for both s3 and s4.
2009-06-03Move findstatic.pl script to top-level.Jelmer Vernooij1-0/+70