Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-10 | autobuild: perfer to use git mail address in autobuild comment | Björn JACKE | 1 | -1/+5 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 10 23:56:37 UTC 2010 on sn-devel-104 | |||||
2010-10-25 | autobuild: add some comments | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-10-25 | autobuild: run ldb tests with TDB_NO_FSYNC=1 | Stefan Metzmacher | 1 | -1/+1 | |
Only the tdb tests should not have this. metze | |||||
2010-10-21 | autobuild: don't cleanup the pid file within the retry loop | Andrew Tridgell | 1 | -1/+2 | |
if we rebase and retry we need to keep the pid file | |||||
2010-10-19 | autobuild: create an autobuild.pid file | Andrew Tridgell | 1 | -0/+9 | |
this will allow us to avoid an error email when you resubmit and there is an existing autobuild. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 19 23:36:05 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | script: the --tests option has been replaced by --test-command | Andrew Tridgell | 1 | -1/+0 | |
2010-10-13 | autobuild: do make install after make test | Andrew Tridgell | 1 | -2/+2 | |
this ensures that commits that break uninstalled testing get caught by autobuild in future Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-12 | autobuild: send email failure if rebase fails | Andrew Tridgell | 1 | -9/+16 | |
users need to know if the rebase on master fails Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 12 02:53:15 UTC 2010 on sn-devel-104 | |||||
2010-10-12 | autobuild: add an extra blank line before the autobuild markers | Andrew Tridgell | 1 | -0/+1 | |
2010-10-11 | land-remote: Fix --fail-slowly. | Jelmer Vernooij | 1 | -0/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 11 15:54:31 UTC 2010 on sn-devel-104 | |||||
2010-10-09 | land: Use temp dir if /memdisk is not available. | Jelmer Vernooij | 1 | -1/+7 | |
2010-10-07 | script: improvements to bisect-test.py | Andrew Tridgell | 1 | -12/+17 | |
- allow control of all the commands (eg. specify configure command) - do a bisect reset at the end Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 7 04:11:21 UTC 2010 on sn-devel-104 | |||||
2010-10-06 | autobuild: only add autobuild.log if it exists | Andrew Tridgell | 1 | -1/+2 | |
this makes running autobuild on other than sn-devel easier | |||||
2010-10-05 | land: Fix stage description during failure. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-05 | land: Print out failed test in case of subunit failures. | Jelmer Vernooij | 1 | -3/+30 | |
2010-10-05 | land: Fix failure detection. | Jelmer Vernooij | 1 | -33/+39 | |
What subprocess.Popen.poll() returns is a exit code, not a status. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Oct 5 13:05:25 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | land: Simplify retry checker. | Jelmer Vernooij | 1 | -20/+30 | |
2010-10-04 | land-remote: Force running in foreground when pushing to master. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-04 | land-remote: Announce what address email is going to be sent to. | Jelmer Vernooij | 1 | -0/+3 | |
2010-10-03 | autobuild: override the editor when marking the commit | Andrew Tridgell | 1 | -1/+2 | |
this avoids the problem of a user having an editor set in their global .gitconfig, and that having higher precedence than the EDITOR environment variable Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Sun Oct 3 15:22:01 UTC 2010 on sn-devel-104 | |||||
2010-10-03 | land: Inherit EMAIL from the environment. | Jelmer Vernooij | 1 | -0/+3 | |
2010-10-03 | land: Force always emailing when there is no other mechanism of progress ↵ | Jelmer Vernooij | 1 | -2/+8 | |
reporting. | |||||
2010-10-03 | land: Attach tarball of logs rather than individual logs to keep the | Jelmer Vernooij | 1 | -19/+11 | |
mail size reasonable. | |||||
2010-10-03 | land: Some cosmetic fixes. | Jelmer Vernooij | 2 | -30/+55 | |
2010-10-03 | land: Attach test output files to result emails. | Jelmer Vernooij | 1 | -11/+43 | |
2010-10-03 | land: Add --revision argument. | Jelmer Vernooij | 2 | -8/+29 | |
2010-10-03 | land-remote: Run remote land command unbuffered. | Jelmer Vernooij | 2 | -2/+2 | |
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 ↵ | Jelmer Vernooij | 1 | -35/+64 | |
(e.g. subunit-specific). | |||||
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 | |
risking to break the autobuild system. | |||||
2010-10-02 | bisect: more bisection options | Andrew Tridgell | 1 | -6/+12 | |
and fixes for the old ones Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Oct 2 06:14:46 UTC 2010 on sn-devel-104 | |||||
2010-10-01 | script: added bisect-test.py git bisect script | Andrew Tridgell | 1 | -0/+85 | |
this can be used to work out what commit broke a set of tests | |||||
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 | |
still not quite right - we can enable this again once its fully tested | |||||
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 | |
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Oct 1 18:22:22 UTC 2010 on sn-devel-104 |