backports release files in natty and above don't have new apt metadata
Bug #721591 reported by
Scott Kitterman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
William Grant |
Bug Description
See https:/
We need to add two fields to -backports Release files for >= Natty:
NotAutomatic: yes
ButAutomaticUpg
The latter will be ignored by older apts, but the former will not, so this cannot be done for older series.
Related branches
lp:~wgrant/launchpad/backports-not-automatic
- Stuart Bishop (community): Approve (db)
- Steve Kowalik (community): Approve (code)
- Robert Collins (community): Approve (db)
-
Diff: 188 lines (+71/-3)8 files modifieddatabase/schema/patch-2208-57-0.sql (+6/-0)
lib/lp/archivepublisher/publishing.py (+4/-0)
lib/lp/archivepublisher/tests/test_publisher.py (+40/-1)
lib/lp/registry/configure.zcml (+2/-1)
lib/lp/registry/interfaces/distroseries.py (+8/-0)
lib/lp/registry/model/distroseries.py (+1/-0)
lib/lp/soyuz/scripts/initialise_distroseries.py (+5/-0)
lib/lp/soyuz/scripts/tests/test_initialise_distroseries.py (+5/-1)
tags: | added: soyuz-publish |
description: | updated |
Changed in launchpad: | |
status: | Incomplete → Triaged |
importance: | Undecided → High |
summary: |
- Please make *-backports not automatic starting with Natty + backports release files in natty and above don't have new apt metadata |
Changed in launchpad: | |
assignee: | nobody → William Grant (wgrant) |
status: | Triaged → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
To post a comment you must log in.
Sorry, that spec really doesn't help me understand what you want LP to do here.