Setting origin to PPA post-install does not update APT sources or landscape-client
Bug #1668166 reported by
James Hebden
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
landscape-client-charm |
Fix Committed
|
Medium
|
Björn Tillenius | ||
landscape-client (Juju Charms Collection) |
Fix Committed
|
Medium
|
Björn Tillenius |
Bug Description
Current trunk (rev 55 lp:charms/trusty/landscape-client)
Ubuntu Xenial 16.04
Changing the origin setting does nothing post-install, as the origin config entry is only used when running the install hook. This makes setting the origin post-install do nothing, and means upgrades to Landscape client can not be performed unless the upstream package is upgraded. Switching to a package contained in a newer PPA is not possible.
Related branches
lp://staging/~bjornt/landscape-client-charm/update-source
- 🤖 Landscape Builder: Approve (test results)
- Free Ekanayaka (community): Approve
- Alberto Donato: Approve
-
Diff: 426 lines (+209/-37)4 files modifiedhooks/hooks.py (+13/-6)
hooks/install.py (+18/-19)
hooks/stubs.py (+81/-0)
hooks/test_hooks.py (+97/-12)
tags: |
added: canonical-bootstack removed: bootstack-is |
Changed in landscape-client-charm: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in landscape-client (Juju Charms Collection): | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in landscape-client-charm: | |
status: | Triaged → In Progress |
assignee: | nobody → Björn Tillenius (bjornt) |
Changed in landscape-client-charm: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Hi James -- Is changing the PPA post deploy a regular part of the bootstack process, or something that you noticed as a one-off?