Update repo to do ch-sync from Git
Change-Id: I168da6bc248554e4e8df28e5c5ce2286365073df
This commit is contained in:
parent
f62513ad06
commit
d235201b08
4
Makefile
4
Makefile
@ -14,8 +14,8 @@ functional_test:
|
|||||||
|
|
||||||
bin/charm_helpers_sync.py:
|
bin/charm_helpers_sync.py:
|
||||||
@mkdir -p bin
|
@mkdir -p bin
|
||||||
@bzr cat lp:charm-helpers/tools/charm_helpers_sync/charm_helpers_sync.py \
|
@curl -o bin/charm_helpers_sync.py https://raw.githubusercontent.com/juju/charm-helpers/master/tools/charm_helpers_sync/charm_helpers_sync.py
|
||||||
> bin/charm_helpers_sync.py
|
|
||||||
|
|
||||||
sync: bin/charm_helpers_sync.py
|
sync: bin/charm_helpers_sync.py
|
||||||
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
|
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
branch: lp:charm-helpers
|
repo: https://github.com/juju/charm-helpers
|
||||||
destination: charmhelpers
|
destination: charmhelpers
|
||||||
include:
|
include:
|
||||||
- core
|
- core
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
branch: lp:charm-helpers
|
repo: https://github.com/juju/charm-helpers
|
||||||
destination: tests/charmhelpers
|
destination: tests/charmhelpers
|
||||||
include:
|
include:
|
||||||
- core
|
- core
|
||||||
|
Loading…
Reference in New Issue
Block a user