Charm fails on charm helper PPA for phpmyadmin
Bug #1350023 reported by
Jorge Castro
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
phpmyadmin (Juju Charms Collection) |
New
|
High
|
Unassigned |
Bug Description
The install hook does:
# Install the totally awesome charm-helper-sh package
add-apt-repository ppa:juju/pkgs
apt-get update
apt-get install -y charm-helper-sh
This is wrong/deprecated, and also doesn't have ppc64le packages, so it fails. We need to remove this and modernize this charm.
To clarify, what it is done in current templates is :
apt-get install -y python-pip
pip install charmhelpers