summaryrefslogtreecommitdiffstats
path: root/script/land.py
Commit message (Expand)AuthorAgeFilesLines
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-1/+1
* land: Use temp dir if /memdisk is not available.Jelmer Vernooij2010-10-091-1/+7
* land: Fix stage description during failure.Jelmer Vernooij2010-10-051-2/+2
* land: Print out failed test in case of subunit failures.Jelmer Vernooij2010-10-051-3/+30
* land: Fix failure detection.Jelmer Vernooij2010-10-051-33/+39
* land: Simplify retry checker.Jelmer Vernooij2010-10-051-20/+30
* land: Attach tarball of logs rather than individual logs to keep theJelmer Vernooij2010-10-031-19/+11
* land: Some cosmetic fixes.Jelmer Vernooij2010-10-031-29/+39
* land: Attach test output files to result emails.Jelmer Vernooij2010-10-031-11/+43
* land: Add --revision argument.Jelmer Vernooij2010-10-031-6/+20
* land-remote: Run remote land command unbuffered.Jelmer Vernooij2010-10-031-1/+1
* land-remote: Pass extra arguments on to land.Jelmer Vernooij2010-10-031-1/+0
* land: Implement --fail-immediately directly in Python, provide subunit file.Jelmer Vernooij2010-10-021-26/+96
* land: Add separate treestagebuilder for subunit.Jelmer Vernooij2010-10-021-12/+41
* land: Cherry-pick tridges changes to autobuild.Jelmer Vernooij2010-10-021-3/+22
* land: Move stage building into a separate class so we can have subclasses (e....Jelmer Vernooij2010-10-021-35/+64
* land: Only pass shell=True if necessary.Jelmer Vernooij2010-10-021-19/+22
* land: Add --fail-slowly option.Jelmer Vernooij2010-10-021-5/+10
* Several smaller cleanups, use python coding style.Jelmer Vernooij2010-10-021-17/+16
* land: Avoid running things in a shell where not necessary.Jelmer Vernooij2010-10-021-4/+9
* land: Add --repository option.Jelmer Vernooij2010-10-021-4/+9
* land: Move more functionality onto builder.Jelmer Vernooij2010-10-021-9/+23
* land: Avoid more uses of chdir().Jelmer Vernooij2010-10-021-8/+2
* Split land.py back out of autobuild.py, so I can change it withoutJelmer Vernooij2010-10-021-0/+473