~rharding/charmworld/proof-config-2

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Tarmac
  • Author(s): Abel Deuring
  • Date: 2013-10-10 17:29:55 UTC
  • mfrom: (411.2.5 use-charmtools-tarball)
  • Revision ID: tarmac-20131010172955-ibndxfb9pgwkx0po
charmtools added to the required source packages; logic that tries to find the charmtools library at different locations removed.

Approved by Juju Gui Bot, Benji York.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
python-deps: $(PYTHON_PACKAGE_CANARY)
83
83
$(PYTHON_PACKAGE_CANARY): requirements.txt | bin/pip
84
84
        if test -d download-cache; \
85
 
            then : bzr up download-cache; \
 
85
            then bzr up download-cache; \
86
86
            else bzr checkout lp:~juju-jitsu/charmworld/download-cache; \
87
87
        fi
88
88
        bin/pip install --no-index --no-dependencies --find-links \