~andrewjbeach/juju-ci-tools/make-local-patcher

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Curtis Hovey
  • Date: 2015-01-07 17:42:03 UTC
  • mto: This revision was merged to the branch mainline in revision 795.
  • Revision ID: curtis@canonical.com-20150107174203-51itwel80n86kr3w
Always update juju on slaves and master.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
lint:
4
4
        flake8 .
5
5
apt-update:
6
 
        sudo apt-get update
 
6
        sudo apt-get -qq update
7
7
juju-ci-tools.common_0.1.0-0_all.deb: apt-update
8
8
        sudo apt-get install -y equivs
9
9
        equivs-build juju-ci-tools-common
10
10
install-deps: juju-ci-tools.common_0.1.0-0_all.deb apt-update
11
11
        sudo dpkg -i juju-ci-tools.common_0.1.0-0_all.deb || true
12
12
        sudo apt-get install -y -f
 
13
        sudo apt-get install -y juju-local juju
13
14
.PHONY: lint test apt-update install-deps