Merge lp://staging/~mac9416/unwrapt/dependency_statuses into lp://staging/unwrapt
Proposed by
mac9416
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~mac9416/unwrapt/dependency_statuses |
Merge into: | lp://staging/unwrapt |
Diff against target: |
282 lines (+57/-42) 3 files modified
example.py (+4/-1) unwrapt/DefinitionBase.py (+5/-2) unwrapt/definitions/aptdef/__init__.py (+48/-39) |
To merge this branch: | bzr merge lp://staging/~mac9416/unwrapt/dependency_statuses |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Keryx Admins | Pending | ||
Review via email: mp+32357@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2010-08-11.
Description of the change
Started work on the dependency package statuses. I say "statuses" because there will have to be one for "to be downloaded" and "to be installed".
I have everything in order except getting on_mark_package to mark the top-level package as "to be donwloaded" and the dependencies as "dependency to be downloaded". See huge comment at top of on_mark_package.
I also dropped a few unrelated TODOs, FIXMEs, and improvements.
To post a comment you must log in.