index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
script
/
land.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
land-remote: Run remote land command unbuffered.
Jelmer Vernooij
2010-10-03
1
-1
/
+1
|
*
land-remote: Pass extra arguments on to land.
Jelmer Vernooij
2010-10-03
1
-1
/
+0
|
*
land: Implement --fail-immediately directly in Python, provide subunit file.
Jelmer Vernooij
2010-10-02
1
-26
/
+96
|
*
land: Add separate treestagebuilder for subunit.
Jelmer Vernooij
2010-10-02
1
-12
/
+41
|
*
land: Cherry-pick tridges changes to autobuild.
Jelmer Vernooij
2010-10-02
1
-3
/
+22
|
*
land: Move stage building into a separate class so we can have subclasses ↵
Jelmer Vernooij
2010-10-02
1
-35
/
+64
|
|
|
|
(e.g. subunit-specific).
*
land: Only pass shell=True if necessary.
Jelmer Vernooij
2010-10-02
1
-19
/
+22
|
*
land: Add --fail-slowly option.
Jelmer Vernooij
2010-10-02
1
-5
/
+10
|
*
Several smaller cleanups, use python coding style.
Jelmer Vernooij
2010-10-02
1
-17
/
+16
|
*
land: Avoid running things in a shell where not necessary.
Jelmer Vernooij
2010-10-02
1
-4
/
+9
|
*
land: Add --repository option.
Jelmer Vernooij
2010-10-02
1
-4
/
+9
|
*
land: Move more functionality onto builder.
Jelmer Vernooij
2010-10-02
1
-9
/
+23
|
*
land: Avoid more uses of chdir().
Jelmer Vernooij
2010-10-02
1
-8
/
+2
|
*
Split land.py back out of autobuild.py, so I can change it without
Jelmer Vernooij
2010-10-02
1
-0
/
+473
risking to break the autobuild system.