From cb9a8869835603700c7bc00062b255c206700ac8 Mon Sep 17 00:00:00 2001 From: Tim Heyer Date: Tue, 13 Jun 2017 15:08:41 +0000 Subject: [PATCH] Update example .yaml file in README -Change file name from `example/armada.yaml` to `example/openstack-helm.yaml` -Change location of libgit2.sh script from `scripts/` to `tools/` in README -Correct the spelling of the `armada` command in README -Change the tox.ini file to reflect the current location of the libgit2.sh script --- README.rst | 6 +++--- tox.ini | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index cdc98c04..66c87d17 100644 --- a/README.rst +++ b/README.rst @@ -67,7 +67,7 @@ Installing Dependecies: you can run: -- ``tox testenv:ubuntu`` or ``sudo sh scripts/libgit2.sh`` +- ``tox testenv:ubuntu`` or ``sudo sh tools/libgit2.sh`` - ``sudo pip install -r requirements.txt`` NOTE: If you want to use virtualenv please refer to `pygit2`_ @@ -98,13 +98,13 @@ number of charts: :: - $ aramda apply examples/armada.yaml [--debug ] + $ armada apply examples/openstack-helm.yaml [--debug ] Your output will look something like this: :: - $ armada apply examples/armada.yaml 2017-02-10 09:42:36,753 + $ armada apply examples/openstack-helm.yaml 2017-02-10 09:42:36,753 armada INFO Cloning git: .. _pygit2: http://www.pygit2.org/install.html#libgit2-within-a-virtual-environment diff --git a/tox.ini b/tox.ini index 17b0907f..19da00e8 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv= [testenv:ubuntu] commands = - sh {toxinidir}/scripts/libgit2.sh + sh {toxinidir}/tools/libgit2.sh [testenv:docs] commands = python setup.py build_sphinx