summaryrefslogtreecommitdiffstats
path: root/script/land.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete land-remote.py and land.py scripts.Jelmer Vernooij2012-09-261-741/+0
|
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-1/+1
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-1/+1
| | | | | | | using os.putenv() causes too much confusion, as it doesn't update os.getenv() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* 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
| | | | | | | 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
* 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
| | | | mail size reasonable.
* 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 ↵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.