~martin-kalcok/charm-thruk-agent:stable/20.02

Last commit made on 2020-02-28
Get this branch:
git clone -b stable/20.02 https://git.launchpad.net/~martin-kalcok/charm-thruk-agent
Only Martin Kalcok can upload to this branch. If you are Martin Kalcok please log in for upload directions.

Branch merges

Branch information

Name:
stable/20.02
Repository:
lp:~martin-kalcok/charm-thruk-agent

Recent commits

ee3bfa4... by Jeremy Lounder

Updated maintainer in metadata

4874b9c... by Felipe Reyes

Use add-apt-repository only when needed

Reviewed-on: https://code.launchpad.net/~freyes/thruk-agent-charm/+git/thruk-agent-charm/+merge/376486
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Jorge Niedbalski <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

f07f325... by Felipe Reyes

pep8 fixes

102f692... by Felipe Reyes

Use add-apt-repository only when needed

Call add-apt-repository only when the 'source' or the 'key' have changed,
and filter the list of packages to install to avoid re-installing the ones
that are already present in the system, this reduces the number of executions
of "apt-get update" and "apt-get install" which were being called on every
update-status hook execution.

Closes-Bug: #1829681

3a95125... by Xav Paice

Update to allow the use of the newer juju proxy settings for apt installations.

Reviewed-on: https://code.launchpad.net/~xavpaice/thruk-agent-charm/+git/thruk-agent-charm/+merge/368892
Reviewed-by: Wouter van Bommel <email address hidden>

66c1990... by Xav Paice

add juju env to add-apt-repository for proxy settings

c91084b... by Xav Paice

update charmhelpers as at 69ae66d1acf5c4e6fed2a4375ad0bbcbfcfafc42

9447b49... by Shane Peters

enable status updates

Reviewed-on: https://code.launchpad.net/~shaner/thruk-agent-charm/+git/thruk-agent-charm/+merge/361690
Reviewed-by: Stuart Bishop <email address hidden>

c0153b9... by Shane Peters

enable status updates

0afb7b5... by Alvaro Uria

charm proof fixes