~landscape/landscape-bundles/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Simon Poirier
  • Date: 2021-07-26 23:43:06 UTC
  • mfrom: (55.1.1 trunk)
  • Revision ID: simon.poirier@canonical.com-20210726234306-y5d5pyvkdt2mfi8i
Merge bash_quotes [f=] [r=roadmr] [a=Simon Poirier]
Updated charm rev and fixed charm publish script.

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