Merge lp:~mvo/launchpad/add-cnf-metadata-to-release-file into lp:launchpad
Proposed by
Michael Vogt
on 2018-04-13
Status: | Needs review |
---|---|
Proposed branch: | lp:~mvo/launchpad/add-cnf-metadata-to-release-file |
Merge into: | lp:launchpad |
Diff against target: |
62 lines (+41/-0) 2 files modified
lib/lp/archivepublisher/publishing.py (+11/-0) lib/lp/archivepublisher/tests/test_publisher.py (+30/-0) |
To merge this branch: | bzr merge lp:~mvo/launchpad/add-cnf-metadata-to-release-file |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Launchpad code reviewers | 2018-04-13 | Pending | |
Review via email:
|
Commit message
This tiny MP adds code to launchpad to add command-not-found metadata in the archive to the Release file so that this metadata can be fetched via `apt update`. Getting the metadata to this dir will require an extra MP for ubuntu-
Description of the change
This tiny MP adds code to launchpad to add command-not-found metadata in the archive to the Release file so that this metadata can be fetched via `apt update`. Getting the metadata to this dir will require an extra MP for ubuntu-
To post a comment you must log in.
Unmerged revisions
- 18610. By Michael Vogt on 2018-04-13
-
archivepublisher: add support for cnf metadata adding