summaryrefslogtreecommitdiffstats
path: root/script/land.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jelmer Vernooij2010-10-021-35/+64
| | | | (e.g. subunit-specific).
* 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
risking to break the autobuild system.