Age | Commit message (Expand) | Author | Files | Lines |
2010-10-03 | land-remote: Pass extra arguments on to land. | Jelmer Vernooij | 2 | -3/+3 |
2010-10-02 | land: Implement --fail-immediately directly in Python, provide subunit file. | Jelmer Vernooij | 1 | -26/+96 |
2010-10-02 | land: Add separate treestagebuilder for subunit. | Jelmer Vernooij | 1 | -12/+41 |
2010-10-02 | land: Cherry-pick tridges changes to autobuild. | Jelmer Vernooij | 1 | -3/+22 |
2010-10-02 | land: Move stage building into a separate class so we can have subclasses (e.... | Jelmer Vernooij | 1 | -35/+64 |
2010-10-02 | land: Only pass shell=True if necessary. | Jelmer Vernooij | 1 | -19/+22 |
2010-10-02 | land: Add --fail-slowly option. | Jelmer Vernooij | 2 | -6/+13 |
2010-10-02 | Several smaller cleanups, use python coding style. | Jelmer Vernooij | 1 | -17/+16 |
2010-10-02 | land: Avoid running things in a shell where not necessary. | Jelmer Vernooij | 1 | -4/+9 |
2010-10-02 | land-remote: Checkout repository first. | Jelmer Vernooij | 1 | -2/+3 |
2010-10-02 | land-remote: Use --repository option. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-02 | land: Add --repository option. | Jelmer Vernooij | 2 | -4/+12 |
2010-10-02 | land: Move more functionality onto builder. | Jelmer Vernooij | 1 | -9/+23 |
2010-10-02 | land: Avoid more uses of chdir(). | Jelmer Vernooij | 1 | -8/+2 |
2010-10-02 | Split land.py back out of autobuild.py, so I can change it without | Jelmer Vernooij | 2 | -0/+473 |
2010-10-02 | bisect: more bisection options | Andrew Tridgell | 1 | -6/+12 |
2010-10-01 | script: added bisect-test.py git bisect script | Andrew Tridgell | 1 | -0/+85 |
2010-10-01 | autobuild: show top commit in emails | Andrew Tridgell | 1 | -2/+20 |
2010-10-01 | autobuild: include autobuild.log in logs.tar.gz | Andrew Tridgell | 1 | -0/+1 |
2010-10-01 | autobuild: fixed tuple count for retry | Andrew Tridgell | 1 | -1/+1 |
2010-10-01 | autobuild: revert a bit more of the subunit changes | Andrew Tridgell | 1 | -2/+2 |
2010-10-01 | autobuild: disable the subuit changes for now - they break error checking | Andrew Tridgell | 1 | -2/+2 |
2010-10-01 | autobuild: fixed the tuples in the retry_task | Andrew Tridgell | 1 | -2/+3 |
2010-10-01 | autobuild: cwd is needed on all command types | Andrew Tridgell | 1 | -2/+2 |
2010-10-01 | autobuild: Avoid unnecessary chdir() calls. | Jelmer Vernooij | 1 | -11/+7 |
2010-10-01 | autobuild: Output test results in subunit. | Jelmer Vernooij | 1 | -3/+5 |
2010-10-01 | autobuild: Provide more information about build sequence, stage name and outp... | Jelmer Vernooij | 1 | -51/+54 |
2010-10-01 | autobuild: Add --always-email option. | Jelmer Vernooij | 1 | -0/+33 |
2010-10-01 | autobuild-remote: Support autobuild.py rather than land.py. | Jelmer Vernooij | 1 | -0/+70 |
2010-10-01 | autobuild: Add --daemon option. | Jelmer Vernooij | 1 | -0/+31 |
2010-10-01 | autobuild: Remove autogen step for projects that have checked in configure. | Jelmer Vernooij | 1 | -6/+3 |
2010-10-01 | autobuild: Simplify find_git_root. | Jelmer Vernooij | 1 | -11/+6 |
2010-09-30 | autobuild: fixed the --tail option for new log locations | Andrew Tridgell | 1 | -1/+1 |
2010-09-30 | autobuild: push of ref/notes/commits isn't allowed in master | Andrew Tridgell | 1 | -1/+3 |
2010-09-30 | autobuild: added much better email reporting | Andrew Tridgell | 1 | -10/+48 |
2010-09-30 | autobuild: fixed exit status | Andrew Tridgell | 1 | -1/+1 |
2010-09-28 | autobuild: use git notes for autobuild messages | Andrew Tridgell | 1 | -1/+1 |
2010-09-28 | selftest: enable FAIL_IMMEDIATELY in autobuild make test | Andrew Tridgell | 1 | -2/+2 |
2010-09-26 | autobuild: use killbysubdir if available | Andrew Tridgell | 1 | -2/+4 |
2010-09-26 | autobuild: exit immediately if no changes from master | Andrew Tridgell | 1 | -1/+9 |
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 |
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 | 2 | -3/+26 |
2010-09-26 | autobuild: added a EDITOR script to mark successful autobuilds | Andrew Tridgell | 2 | -7/+37 |
2010-09-26 | autobuild: added --rebase option | Andrew Tridgell | 1 | -24/+35 |
2010-09-26 | script: added autobuild.py automatic build test script | Andrew Tridgell | 1 | -0/+263 |
2010-04-07 | Move configure_check_unused script to root scriptdir, as it is useful | Jelmer Vernooij | 1 | -0/+124 |
2009-06-03 | Move findstatic.pl script to top-level. | Jelmer Vernooij | 1 | -0/+70 |