Merge lp:~cjwatson/launchpad/snap-source-deletion into lp:launchpad
Proposed by
Colin Watson
on 2015-08-04
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Merged at revision: | 17675 | ||||
| Proposed branch: | lp:~cjwatson/launchpad/snap-source-deletion | ||||
| Merge into: | lp:launchpad | ||||
| Diff against target: |
366 lines (+180/-16) 7 files modified
lib/lp/code/model/branch.py (+9/-2) lib/lp/code/model/gitrepository.py (+9/-2) lib/lp/code/model/tests/test_branch.py (+21/-2) lib/lp/code/model/tests/test_gitrepository.py (+28/-0) lib/lp/snappy/interfaces/snap.py (+20/-0) lib/lp/snappy/model/snap.py (+18/-0) lib/lp/snappy/tests/test_snap.py (+75/-10) |
||||
| To merge this branch: | bzr merge lp:~cjwatson/launchpad/snap-source-deletion | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2015-08-04 | Approve on 2015-08-05 |
|
Review via email:
|
|||
Commit Message
Detach snap packages from their source branch/repository when it is deleted.
Description of the Change
Detach snap packages from their source branch/repository when it is deleted.
This will make it feasible to add the tests requested in a review comment on https:/
To post a comment you must log in.
review:
Approve
(code)
