Support snap branch channels
Bug #1754405 reported by
Michał Sawicz
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Colin Watson |
Bug Description
When using snap support in Launchpad, there's no way to publish the built snaps in a branch channel.
Related branches
lp:~cjwatson/launchpad/snap-channels-branch
- William Grant (community): Approve (code)
-
Diff: 632 lines (+285/-65)7 files modifiedlib/lp/snappy/browser/tests/test_snap.py (+3/-2)
lib/lp/snappy/browser/widgets/storechannels.py (+46/-23)
lib/lp/snappy/browser/widgets/templates/storechannels.pt (+23/-2)
lib/lp/snappy/browser/widgets/tests/test_storechannelswidget.py (+117/-22)
lib/lp/snappy/interfaces/snap.py (+3/-1)
lib/lp/snappy/validators/channels.py (+44/-7)
lib/lp/snappy/validators/tests/test_channels.py (+49/-8)
Changed in launchpad: | |
importance: | Undecided → High |
status: | New → Triaged |
tags: | added: snap |
tags: |
added: lp-snappy removed: snap |
Changed in launchpad: | |
status: | Triaged → In Progress |
assignee: | nobody → Colin Watson (cjwatson) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
FWIW, this was excluded from LP's channel picker implementation because at the time branches were only defined for stable, and we want to move towards discouraging people to upload auto-built snaps to stable (see bug 1666267). But branches have been defined for any risk level since SCA r4121 last June, so it should be safe to do this now.