~dannf/charms/+source/scalebot-jenkins:env-fix

Last commit made on 2017-02-07
Get this branch:
git clone -b env-fix https://git.launchpad.net/~dannf/charms/+source/scalebot-jenkins
Only dann frazier can upload to this branch. If you are dann frazier please log in for upload directions.

Branch merges

Branch information

Name:
env-fix
Repository:
lp:~dannf/charms/+source/scalebot-jenkins

Recent commits

b7c1919... by dann frazier

Replace SCALEBOT_ROOT w/ SCALEBOT_HOME and SCALEBOT_REPO

Originally we had planned to expose SCALEBOT_ROOT to users, pointing to
the top of the scalebot git repository, which would be at /srv/scalebot.
However, when implementing the git clone support, the repo ended up being
cloned to /srv/scalebot/repo as a way to leave room to add other artifacts
under /srv/scalebot. Let's be more explicit and expose the repo location
as $SCALEBOT_REPO.

a99c969... by dann frazier

pep8 fix: E501 line too long (83 > 79 characters)

3bf2a75... by dann frazier

pep8 fix: "E302 expected 2 blank lines, found 1"

e2c06d8... by Sean Feole

Merge branch 'master' into shellenv

e3c5206... by Sean Feole

-removed charmhelpers.core.hookenv as it's unused

25679f2... by Sean Feole

- Hardcoded PYTHONPATH AND SCALEBOT ROOT
- Removed Config.yaml as we don't need them, we can install JUJU via the jenkins layer
- Adjusted reactive/scalebot-jenkins.py per MP comments

fb18e00... by dann frazier

Create a local clone of the scalebot repo

This repo contains the jenkins job builder files and the tests
that they execute. Make the repository/branch/key configurable
via juju config so that users can test code before merging.

d6b2b04... by dann frazier

pep8: fix overly long line

ae31f03... by Sean Feole

- Fixed for PEP8 formatting

aafbd21... by Sean Feole

- Fixed config.yaml my previous commit did not include the changes