summaryrefslogtreecommitdiff
path: root/script/land.py
AgeCommit message (Collapse)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-1/+1
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-02-22python: use os.environ[] instead of os.putenv()Andrew Tridgell1-1/+1
using os.putenv() causes too much confusion, as it doesn't update os.getenv() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-10-09land: Use temp dir if /memdisk is not available.Jelmer Vernooij1-1/+7
2010-10-05land: Fix stage description during failure.Jelmer Vernooij1-2/+2
2010-10-05land: Print out failed test in case of subunit failures.Jelmer Vernooij1-3/+30
2010-10-05land: Fix failure detection.Jelmer Vernooij1-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-05land: Simplify retry checker.Jelmer Vernooij1-20/+30
2010-10-03land: Attach tarball of logs rather than individual logs to keep theJelmer Vernooij1-19/+11
mail size reasonable.
2010-10-03land: Some cosmetic fixes.Jelmer Vernooij1-29/+39
2010-10-03land: Attach test output files to result emails.Jelmer Vernooij1-11/+43
2010-10-03land: Add --revision argument.Jelmer Vernooij1-6/+20
2010-10-03land-remote: Run remote land command unbuffered.Jelmer Vernooij1-1/+1
2010-10-03land-remote: Pass extra arguments on to land.Jelmer Vernooij1-1/+0
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 Vernooij1-5/+10
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: Add --repository option.Jelmer Vernooij1-4/+9
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 Vernooij1-0/+473
risking to break the autobuild system.