upgrade-charm fails to change a symlink to a regular file
Bug #988115 reported by
Clint Byrum
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
Undecided
|
William Reade | ||
pyjuju |
Triaged
|
High
|
Unassigned |
Bug Description
Test case:
create a charm with upgrade-charm hook linked to install
so
hooks/install (regular executable file)
hooks/upgrade-charm -> install
Deploy this charm. Once it is deployed, change the local charm so that hooks/upgrade-charm is a regular executable file.
juju juju-upgrade-charm xxxx to upgrade the charm
I would expect the charm to be identical, but instead, upgrade-charm is still a symlink to install.
tags: | added: canonical-webops-juju |
tags: | added: goju-resolved |
Changed in juju: | |
milestone: | none → 0.8 |
Changed in juju: | |
status: | Confirmed → Triaged |
To post a comment you must log in.
William I've assigned you this task because I'm wondering if your new merging code will address this in the Go port.