Update publish target in makefile; update 00-setup and tests.yaml for dependencies.
This commit is contained in:
parent
cb96ab2a3c
commit
21b0f0e32a
@ -1 +1,2 @@
|
|||||||
€}q(U collectorqUcoverage v3.7.1qUlinesq}q(UF/home/jamespage/src/charms/next-resync/ceph-osd/unit_tests/__init__.pyq]qKaUQ/home/jamespage/src/charms/landing-beisner-resync/ceph-osd/unit_tests/__init__.pyq]q Kauu.
|
€}q(U collectorqUcoverage v3.7.1qUlinesq}q(UF/home/jamespage/src/charms/next-resync/ceph-osd/unit_tests/__init__.pyq]qKaUQ/home/jamespage/src/charms/landing-beisner-resync/ceph-osd/unit_tests/__init__.pyq]q KaU5/home/ubuntu/bzr/next/ceph-osd/unit_tests/__init__.pyq
|
||||||
|
]qKauu.
|
2
Makefile
2
Makefile
@ -24,6 +24,6 @@ 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
|
||||||
$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
|
$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
|
||||||
|
|
||||||
publish: lint
|
publish: lint test
|
||||||
bzr push lp:charms/ceph-osd
|
bzr push lp:charms/ceph-osd
|
||||||
bzr push lp:charms/trusty/ceph-osd
|
bzr push lp:charms/trusty/ceph-osd
|
||||||
|
@ -5,8 +5,10 @@ set -ex
|
|||||||
sudo add-apt-repository --yes ppa:juju/stable
|
sudo add-apt-repository --yes ppa:juju/stable
|
||||||
sudo apt-get update --yes
|
sudo apt-get update --yes
|
||||||
sudo apt-get install --yes python-amulet \
|
sudo apt-get install --yes python-amulet \
|
||||||
python-distro-info \
|
|
||||||
python-keystoneclient \
|
|
||||||
python-glanceclient \
|
|
||||||
python-cinderclient \
|
python-cinderclient \
|
||||||
|
python-distro-info \
|
||||||
|
python-glanceclient \
|
||||||
|
python-heatclient \
|
||||||
|
python-keystoneclient \
|
||||||
python-novaclient
|
python-novaclient
|
||||||
|
python-swiftclient
|
||||||
|
@ -9,8 +9,10 @@ sources:
|
|||||||
packages:
|
packages:
|
||||||
- amulet
|
- amulet
|
||||||
- python-amulet
|
- python-amulet
|
||||||
- python-distro-info
|
|
||||||
- python-keystoneclient
|
|
||||||
- python-glanceclient
|
|
||||||
- python-cinderclient
|
- python-cinderclient
|
||||||
|
- python-distro-info
|
||||||
|
- python-glanceclient
|
||||||
|
- python-heatclient
|
||||||
|
- python-keystoneclient
|
||||||
- python-novaclient
|
- python-novaclient
|
||||||
|
- python-swiftclient
|
||||||
|
Loading…
Reference in New Issue
Block a user