Merge lp:~rockstar/launchpad/branch-scan-job-script into lp:launchpad/db-devel
Proposed by
Paul Hummer
on 2010-01-14
| Status: | Merged |
|---|---|
| Approved by: | Tim Penhey on 2010-01-14 |
| Approved revision: | not available |
| Merged at revision: | not available |
| Proposed branch: | lp:~rockstar/launchpad/branch-scan-job-script |
| Merge into: | lp:launchpad/db-devel |
| Diff against target: |
287 lines (+136/-24) 10 files modified
Makefile (+1/-1) cronscripts/scan_branches.py (+25/-0) cronscripts/upgrade_branches.py (+1/-1) lib/lp/code/configure.zcml (+9/-0) lib/lp/code/interfaces/branchjob.py (+6/-22) lib/lp/code/model/branch.py (+2/-0) lib/lp/code/model/branchjob.py (+11/-0) lib/lp/code/model/tests/test_branch.py (+12/-0) lib/lp/code/scripts/tests/test_scan_branches.py (+59/-0) lib/lp/services/job/interfaces/job.py (+10/-0) |
| To merge this branch: | bzr merge lp:~rockstar/launchpad/branch-scan-job-script |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Tim Penhey (community) | 2010-01-14 | Approve on 2010-01-14 | |
|
Review via email:
|
|||
To post a comment you must log in.
| Paul Hummer (rockstar) wrote : | # |
| Tim Penhey (thumper) wrote : | # |
I'd like to see the Makefile updated for sync_branches to use this script.
review:
Needs Fixing

Hello there Tim sir-
This branch adds the cron script that finds and runs all the BranchScanJobs, mirrorComplete, and has it accompanying tests as well.
and its accompanying tests. It also adds the creation of these BranchScanJobs
to IBranch.
Cheers,
Paul