~blr/charms/precise/squid-forwardproxy/fix-unit-state

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Kit Randel
  • Date: 2015-12-15 19:54:20 UTC
  • Revision ID: kit.randel@canonical.com-20151215195420-tygayoykg4e2p3wb
Add charmhelpers for local unit storage support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- mode: makefile -*-
 
2
 
 
3
PYTHON := /usr/bin/env python
 
4
 
 
5
all: sync
 
6
 
 
7
sync: update-ch
 
8
        @echo "Syncing charmhelpers..."
 
9
        @mkdir -p hooks/charmhelpers
 
10
        @$(PYTHON) /tmp/charm_helpers_sync.py -c charm-helpers.yaml
 
11
 
 
12
 
 
13
update-ch:
 
14
        @bzr cat lp:charm-helpers/tools/charm_helpers_sync/charm_helpers_sync.py > /tmp/charm_helpers_sync.py