index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
script
/
land.py
Age
Commit message (
Collapse
)
Author
Files
Lines
2010-10-09
land: Use temp dir if /memdisk is not available.
Jelmer Vernooij
1
-1
/
+7
2010-10-05
land: Fix stage description during failure.
Jelmer Vernooij
1
-2
/
+2
2010-10-05
land: Print out failed test in case of subunit failures.
Jelmer Vernooij
1
-3
/
+30
2010-10-05
land: Fix failure detection.
Jelmer Vernooij
1
-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
2010-10-05
land: Simplify retry checker.
Jelmer Vernooij
1
-20
/
+30
2010-10-03
land: Attach tarball of logs rather than individual logs to keep the
Jelmer Vernooij
1
-19
/
+11
mail size reasonable.
2010-10-03
land: Some cosmetic fixes.
Jelmer Vernooij
1
-29
/
+39
2010-10-03
land: Attach test output files to result emails.
Jelmer Vernooij
1
-11
/
+43
2010-10-03
land: Add --revision argument.
Jelmer Vernooij
1
-6
/
+20
2010-10-03
land-remote: Run remote land command unbuffered.
Jelmer Vernooij
1
-1
/
+1
2010-10-03
land-remote: Pass extra arguments on to land.
Jelmer Vernooij
1
-1
/
+0
2010-10-02
land: Implement --fail-immediately directly in Python, provide subunit file.
Jelmer Vernooij
1
-26
/
+96
2010-10-02
land: Add separate treestagebuilder for subunit.
Jelmer Vernooij
1
-12
/
+41
2010-10-02
land: Cherry-pick tridges changes to autobuild.
Jelmer Vernooij
1
-3
/
+22
2010-10-02
land: Move stage building into a separate class so we can have subclasses ↵
Jelmer Vernooij
1
-35
/
+64
(e.g. subunit-specific).
2010-10-02
land: Only pass shell=True if necessary.
Jelmer Vernooij
1
-19
/
+22
2010-10-02
land: Add --fail-slowly option.
Jelmer Vernooij
1
-5
/
+10
2010-10-02
Several smaller cleanups, use python coding style.
Jelmer Vernooij
1
-17
/
+16
2010-10-02
land: Avoid running things in a shell where not necessary.
Jelmer Vernooij
1
-4
/
+9
2010-10-02
land: Add --repository option.
Jelmer Vernooij
1
-4
/
+9
2010-10-02
land: Move more functionality onto builder.
Jelmer Vernooij
1
-9
/
+23
2010-10-02
land: Avoid more uses of chdir().
Jelmer Vernooij
1
-8
/
+2
2010-10-02
Split land.py back out of autobuild.py, so I can change it without
Jelmer Vernooij
1
-0
/
+473
risking to break the autobuild system.