summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)AuthorFilesLines
2010-10-03land: Some cosmetic fixes.Jelmer Vernooij2-30/+55
2010-10-03land: Attach test output files to result emails.Jelmer Vernooij1-11/+43
2010-10-03land: Add --revision argument.Jelmer Vernooij2-8/+29
2010-10-03land-remote: Run remote land command unbuffered.Jelmer Vernooij2-2/+2
2010-10-03land-remote: Pass extra arguments on to land.Jelmer Vernooij2-3/+3
2010-10-02land: Implement --fail-immediately directly in Python, provide subunit file.Jelmer Vernooij1-26/+96
2010-10-02land: Add separate treestagebuilder for subunit.Jelmer Vernooij1-12/+41
2010-10-02land: Cherry-pick tridges changes to autobuild.Jelmer Vernooij1-3/+22
2010-10-02land: Move stage building into a separate class so we can have subclasses ↵Jelmer Vernooij1-35/+64
(e.g. subunit-specific).
2010-10-02land: Only pass shell=True if necessary.Jelmer Vernooij1-19/+22
2010-10-02land: Add --fail-slowly option.Jelmer Vernooij2-6/+13
2010-10-02Several smaller cleanups, use python coding style.Jelmer Vernooij1-17/+16
2010-10-02land: Avoid running things in a shell where not necessary.Jelmer Vernooij1-4/+9
2010-10-02land-remote: Checkout repository first.Jelmer Vernooij1-2/+3
2010-10-02land-remote: Use --repository option.Jelmer Vernooij1-1/+1
2010-10-02land: Add --repository option.Jelmer Vernooij2-4/+12
2010-10-02land: Move more functionality onto builder.Jelmer Vernooij1-9/+23
2010-10-02land: Avoid more uses of chdir().Jelmer Vernooij1-8/+2
2010-10-02Split land.py back out of autobuild.py, so I can change it withoutJelmer Vernooij2-0/+473
risking to break the autobuild system.
2010-10-02bisect: more bisection optionsAndrew Tridgell1-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-01script: added bisect-test.py git bisect scriptAndrew Tridgell1-0/+85
this can be used to work out what commit broke a set of tests
2010-10-01autobuild: show top commit in emailsAndrew Tridgell1-2/+20
2010-10-01autobuild: include autobuild.log in logs.tar.gzAndrew Tridgell1-0/+1
2010-10-01autobuild: fixed tuple count for retryAndrew Tridgell1-1/+1
2010-10-01autobuild: revert a bit more of the subunit changesAndrew Tridgell1-2/+2
still not quite right - we can enable this again once its fully tested
2010-10-01autobuild: disable the subuit changes for now - they break error checkingAndrew Tridgell1-2/+2
2010-10-01autobuild: fixed the tuples in the retry_taskAndrew Tridgell1-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
2010-10-01autobuild: cwd is needed on all command typesAndrew Tridgell1-2/+2
2010-10-01autobuild: Avoid unnecessary chdir() calls.Jelmer Vernooij1-11/+7
2010-10-01autobuild: Output test results in subunit.Jelmer Vernooij1-3/+5
2010-10-01autobuild: Provide more information about build sequence, stage name and ↵Jelmer Vernooij1-51/+54
output mime type (all plain text for now).
2010-10-01autobuild: Add --always-email option.Jelmer Vernooij1-0/+33
2010-10-01autobuild-remote: Support autobuild.py rather than land.py.Jelmer Vernooij1-0/+70
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Oct 1 09:46:37 UTC 2010 on sn-devel-104
2010-10-01autobuild: Add --daemon option.Jelmer Vernooij1-0/+31
2010-10-01autobuild: Remove autogen step for projects that have checked in configure.Jelmer Vernooij1-6/+3
2010-10-01autobuild: Simplify find_git_root.Jelmer Vernooij1-11/+6
2010-09-30autobuild: fixed the --tail option for new log locationsAndrew Tridgell1-1/+1
2010-09-30autobuild: push of ref/notes/commits isn't allowed in masterAndrew Tridgell1-1/+3
metze may enable this later Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Sep 30 22:25:02 UTC 2010 on sn-devel-104
2010-09-30autobuild: added much better email reportingAndrew Tridgell1-10/+48
logs are now accessible via http://git.samba.org
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>