~vultaire/charm-graylog:makefile-reworks

Last commit made on 2020-02-14
Get this branch:
git clone -b makefile-reworks https://git.launchpad.net/~vultaire/charm-graylog
Only Paul Goins can upload to this branch. If you are Paul Goins please log in for upload directions.

Branch merges

Branch information

Name:
makefile-reworks
Repository:
lp:~vultaire/charm-graylog

Recent commits

44fb9f6... by Paul Goins

Replacing $JUJU_REPOSITORY with $CHARM_BUILD_DIR

$CHARM_BUILD_DIR is the non-deprecated equivalent to
$JUJU_REPOSITORY/builds. This changes the last few $JUJU_REPOSITORY
references.

63eac86... by Paul Goins

Removed "echo" inserted for test purposes

5d97638... by Paul Goins

Updated tests/README.md to use CHARM_BUILD_DIR

f59ca1b... by Paul Goins

Updated to use CHARM_BUILD_DIR

* CHARM_BUILD_DIR can be explicitly specified, or it will fall back to
  $JUJU_REPOSITORY/builds or, if that is also unspecified,
  ../graylog-built/builds.

* The local overlay template has been updated to depend upon
  CHARM_BUILD_DIR rather than JUJU_REPOSITORY.

* Fixed a small issue: the previous JUJU_REPOSITORY setting wasn't
  being included in the environment for the "make functional" target;
  now it is.

8168d75... by Paul Goins

Re-added bionic-ha.yaml, but noted as not yet used

9b44bdc... by Paul Goins

Changed get_graylog_client() to get_graylog_clients().

7536ca1... by Paul Goins

Brought things the rest of the way into line.

d6a9fb4... by Paul Goins

Initial merge against updated trunk

c8f1540... by Peter Sabaini

Elim. superfluous branch, formatting

da866ea... by Paul Goins

Removed "z" prefix from zaza-specific imports

This is an artifact from when I was experimenting with a combination
of zaza and libjuju methodologies. As zaza does everything I need,
I've removed the libjuju imports and, as of this commit, am removing
the zaza-specific differentiation.