Refactor repo to not use builds/ directory for compiled charms due to licensing confl...
authorAdam Israel <adam.israel@canonical.com>
Tue, 4 Oct 2016 15:26:03 +0000 (08:26 -0700)
committerAdam Israel <adam.israel@canonical.com>
Tue, 4 Oct 2016 16:19:13 +0000 (09:19 -0700)
commitf9e09f199f524767f7de39bc7ffcfb04c11645f2
treeea43b8e93721c5799b2f0e1e70771fdb1658b5fa
parentf9c7222f8eac9bdf3aba6f378532f5f96923c641
Refactor repo to not use builds/ directory for compiled charms due to licensing conflicts. See README.md for instructions on how to build a layer

Signed-off-by: Adam Israel <adam.israel@canonical.com>
61 files changed:
.gitignore
builds/VyOS-proxy/Makefile [deleted file]
builds/VyOS-proxy/README.ex [deleted file]
builds/VyOS-proxy/README.md [deleted file]
builds/VyOS-proxy/actions.yaml [deleted file]
builds/VyOS-proxy/actions/ping [deleted file]
builds/VyOS-proxy/bin/layer_option [deleted file]
builds/VyOS-proxy/config.yaml [deleted file]
builds/VyOS-proxy/copyright [deleted file]
builds/VyOS-proxy/hooks/config-changed [deleted file]
builds/VyOS-proxy/hooks/hook.template [deleted file]
builds/VyOS-proxy/hooks/install [deleted file]
builds/VyOS-proxy/hooks/leader-elected [deleted file]
builds/VyOS-proxy/hooks/leader-settings-changed [deleted file]
builds/VyOS-proxy/hooks/start [deleted file]
builds/VyOS-proxy/hooks/stop [deleted file]
builds/VyOS-proxy/hooks/update-status [deleted file]
builds/VyOS-proxy/hooks/upgrade-charm [deleted file]
builds/VyOS-proxy/icon.svg [deleted file]
builds/VyOS-proxy/layer.yaml [deleted file]
builds/VyOS-proxy/lib/charms/layer/__init__.py [deleted file]
builds/VyOS-proxy/lib/charms/layer/basic.py [deleted file]
builds/VyOS-proxy/lib/charms/layer/execd.py [deleted file]
builds/VyOS-proxy/metadata.yaml [deleted file]
builds/VyOS-proxy/reactive/__init__.py [deleted file]
builds/VyOS-proxy/reactive/vyos_proxy.py [deleted file]
builds/VyOS-proxy/requirements.txt [deleted file]
builds/VyOS-proxy/revision [deleted file]
builds/VyOS-proxy/tox.ini [deleted file]
builds/VyOS-proxy/wheelhouse/Jinja2-2.8.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/MarkupSafe-0.23.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/PyYAML-3.11.zip [deleted file]
builds/VyOS-proxy/wheelhouse/Tempita-0.5.2.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/cffi-1.7.0.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/charmhelpers-0.7.0.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/charms.reactive-0.4.4.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/cryptography-1.4.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/idna-2.1.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/netaddr-0.7.18.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/paramiko-2.0.1.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/pip-8.1.2.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/pyaml-15.8.2.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/pyasn1-0.1.9.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/pycparser-2.14.tar.gz [deleted file]
builds/VyOS-proxy/wheelhouse/setuptools-23.1.0.zip [deleted file]
builds/VyOS-proxy/wheelhouse/six-1.10.0.tar.gz [deleted file]
layers/vyos-proxy/Makefile [new file with mode: 0644]
layers/vyos-proxy/README.md [new file with mode: 0644]
layers/vyos-proxy/actions.yaml [new file with mode: 0644]
layers/vyos-proxy/actions/ping [new file with mode: 0755]
layers/vyos-proxy/config.yaml [new file with mode: 0644]
layers/vyos-proxy/copyright [new file with mode: 0644]
layers/vyos-proxy/icon.svg [new file with mode: 0644]
layers/vyos-proxy/layer.yaml [new file with mode: 0644]
layers/vyos-proxy/metadata.yaml [new file with mode: 0644]
layers/vyos-proxy/reactive/__init__.py [new file with mode: 0644]
layers/vyos-proxy/reactive/vyos_proxy.py [new file with mode: 0644]
layers/vyos-proxy/requirements.txt [new file with mode: 0644]
layers/vyos-proxy/revision [new file with mode: 0644]
layers/vyos-proxy/tox.ini [new file with mode: 0644]
layers/vyos-proxy/wheelhouse.txt [new file with mode: 0644]