~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Kapil Thangavelu
  • Author(s): Kapil Thangavelu
  • Date: 2012-12-12 18:25:05 UTC
  • mfrom: (77.2.9 lbox-check)
  • Revision ID: kapil.foss@gmail.com-20121212182505-2un7032k8isroamz
lbox.check for automated testing on propose/merge

That is all.

R=rharding
CC=
https://codereview.appspot.com/6930057

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
install: \
26
26
        $(INI) deps \
27
27
        bin/buildout \
28
 
    $(PSERVE) \
 
28
        $(PSERVE) \
29
29
        bin/nosetests \
30
 
    bin/py bin/ipy \
 
30
        bin/py bin/ipy \
31
31
        bin/sphinx
32
32
 
33
33
 
61
61
        bin/buildout install test
62
62
        @touch --no-create $@
63
63
 
 
64
sysdeps:
 
65
        sudo apt-get install -y $(SYSTEM_DEPS);
 
66
 
64
67
deps:
65
 
        sudo apt-get install -y $(SYSTEM_DEPS);
66
68
        if test -d download-cache; \
67
69
                then bzr up download-cache; \
68
70
                else bzr checkout lp:~juju-jitsu/charmworld/download-cache; \