~landscape/landscape-bundles/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Adam Collard
  • Date: 2019-04-05 10:20:26 UTC
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: adam.collard@canonical.com-20190405102026-2h99xa5oh1csi7uy
Port update-charm-revisions script to (snap'd) charm CLI

Bump charm revisions

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
.PHONY: deps
27
27
deps:
28
 
        sudo add-apt-repository -y ppa:juju/stable
29
 
        sudo apt-get update
30
 
        sudo apt-get install -y \
31
 
        charm
32
 
        sudo apt-get install -y \
33
 
        python3-jinja2 \
34
 
        python3-yaml \
35
 
        jq
36
 
 
 
28
        sudo snap install --classic charm
 
29
        sudo apt-get install -y python3-jinja2 python3-yaml jq
37
30
 
38
31
.PHONY: check
39
32
proof: render