Merge lp:~jml/launchpad/buildd-deferred into lp:launchpad
Proposed by
Jonathan Lange
on 2010-09-20
| Status: | Merged |
|---|---|
| Approved by: | Julian Edwards on 2010-09-20 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 11581 |
| Proposed branch: | lp:~jml/launchpad/buildd-deferred |
| Merge into: | lp:launchpad |
| Diff against target: |
396 lines (+230/-12) 7 files modified
lib/canonical/buildd/slave.py (+2/-0) lib/canonical/buildd/tests/buildd-slave-test.conf (+7/-0) lib/lp/buildmaster/manager.py (+15/-1) lib/lp/buildmaster/model/builder.py (+45/-9) lib/lp/buildmaster/tests/test_builder.py (+157/-1) lib/lp/buildmaster/tests/test_manager.py (+0/-1) lib/lp/soyuz/tests/soyuzbuilddhelpers.py (+4/-0) |
| To merge this branch: | bzr merge lp:~jml/launchpad/buildd-deferred |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Julian Edwards (community) | 2010-09-20 | Approve on 2010-09-20 | |
|
Review via email:
|
|||
Commit Message
Change BuilderSlave to use xmlrpclib.
Description of the Change
This branch changes the BuilderSlave class in Soyuz to use composition, rather than inheritance, to do the XML-RPC interactions.
To post a comment you must log in.
review:
Approve
