script/autobuild.py: add log_base variable to avoid hardcoded values
[sfrench/samba-autobuild/.git] / script / land.py
2011-07-05 Andrew Bartlettldb: make ldb a top level library for Samba 4.0
2011-02-22 Andrew Tridgellpython: use os.environ[] instead of os.putenv()
2010-10-09 Jelmer Vernooijland: Use temp dir if /memdisk is not available.
2010-10-05 Jelmer Vernooijland: Fix stage description during failure.
2010-10-05 Jelmer Vernooijland: Print out failed test in case of subunit failures.
2010-10-05 Jelmer Vernooijland: Fix failure detection.
2010-10-05 Jelmer Vernooijland: Simplify retry checker.
2010-10-03 Jelmer Vernooijland: Attach tarball of logs rather than individual...
2010-10-03 Jelmer Vernooijland: Some cosmetic fixes.
2010-10-03 Jelmer Vernooijland: Attach test output files to result emails.
2010-10-03 Jelmer Vernooijland: Add --revision argument.
2010-10-03 Jelmer Vernooijland-remote: Run remote land command unbuffered.
2010-10-02 Jelmer Vernooijland-remote: Pass extra arguments on to land.
2010-10-02 Jelmer Vernooijland: Implement --fail-immediately directly in Python...
2010-10-02 Jelmer Vernooijland: Add separate treestagebuilder for subunit.
2010-10-02 Jelmer Vernooijland: Cherry-pick tridges changes to autobuild.
2010-10-02 Jelmer Vernooijland: Move stage building into a separate class so...
2010-10-02 Jelmer Vernooijland: Only pass shell=True if necessary.
2010-10-02 Jelmer Vernooijland: Add --fail-slowly option.
2010-10-02 Jelmer VernooijSeveral smaller cleanups, use python coding style.
2010-10-02 Jelmer Vernooijland: Avoid running things in a shell where not necessary.
2010-10-02 Jelmer Vernooijland: Add --repository option.
2010-10-02 Jelmer Vernooijland: Move more functionality onto builder.
2010-10-02 Jelmer Vernooijland: Avoid more uses of chdir().
2010-10-02 Jelmer VernooijSplit land.py back out of autobuild.py, so I can change...