summaryrefslogtreecommitdiffstats
path: root/script
Commit message (Expand)AuthorAgeFilesLines
...
* autobuild: run ldb tests with TDB_NO_FSYNC=1Stefan Metzmacher2010-10-251-1/+1
* autobuild: don't cleanup the pid file within the retry loopAndrew Tridgell2010-10-211-1/+2
* autobuild: create an autobuild.pid fileAndrew Tridgell2010-10-191-0/+9
* script: the --tests option has been replaced by --test-commandAndrew Tridgell2010-10-151-1/+0
* autobuild: do make install after make testAndrew Tridgell2010-10-131-2/+2
* autobuild: send email failure if rebase failsAndrew Tridgell2010-10-121-9/+16
* autobuild: add an extra blank line before the autobuild markersAndrew Tridgell2010-10-121-0/+1
* land-remote: Fix --fail-slowly.Jelmer Vernooij2010-10-111-0/+2
* land: Use temp dir if /memdisk is not available.Jelmer Vernooij2010-10-091-1/+7
* script: improvements to bisect-test.pyAndrew Tridgell2010-10-071-12/+17
* autobuild: only add autobuild.log if it existsAndrew Tridgell2010-10-061-1/+2
* 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-remote: Force running in foreground when pushing to master.Jelmer Vernooij2010-10-041-2/+2
* land-remote: Announce what address email is going to be sent to.Jelmer Vernooij2010-10-041-0/+3
* autobuild: override the editor when marking the commitAndrew Tridgell2010-10-031-1/+2
* land: Inherit EMAIL from the environment.Jelmer Vernooij2010-10-031-0/+3
* land: Force always emailing when there is no other mechanism of progress repo...Jelmer Vernooij2010-10-031-2/+8
* land: Attach tarball of logs rather than individual logs to keep theJelmer Vernooij2010-10-031-19/+11
* land: Some cosmetic fixes.Jelmer Vernooij2010-10-032-30/+55
* land: Attach test output files to result emails.Jelmer Vernooij2010-10-031-11/+43
* land: Add --revision argument.Jelmer Vernooij2010-10-032-8/+29
* land-remote: Run remote land command unbuffered.Jelmer Vernooij2010-10-032-2/+2
* land-remote: Pass extra arguments on to land.Jelmer Vernooij2010-10-032-3/+3
* 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-022-6/+13
* 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-remote: Checkout repository first.Jelmer Vernooij2010-10-021-2/+3
* land-remote: Use --repository option.Jelmer Vernooij2010-10-021-1/+1
* land: Add --repository option.Jelmer Vernooij2010-10-022-4/+12
* 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-022-0/+473
* bisect: more bisection optionsAndrew Tridgell2010-10-021-6/+12
* script: added bisect-test.py git bisect scriptAndrew Tridgell2010-10-011-0/+85
* autobuild: show top commit in emailsAndrew Tridgell2010-10-011-2/+20
* autobuild: include autobuild.log in logs.tar.gzAndrew Tridgell2010-10-011-0/+1
* autobuild: fixed tuple count for retryAndrew Tridgell2010-10-011-1/+1
* autobuild: revert a bit more of the subunit changesAndrew Tridgell2010-10-011-2/+2
* autobuild: disable the subuit changes for now - they break error checkingAndrew Tridgell2010-10-011-2/+2
* autobuild: fixed the tuples in the retry_taskAndrew Tridgell2010-10-011-2/+3
* autobuild: cwd is needed on all command typesAndrew Tridgell2010-10-011-2/+2
* autobuild: Avoid unnecessary chdir() calls.Jelmer Vernooij2010-10-011-11/+7