~barryprice/charm-canonical-livepatch/+git/canonical-livepatch-charm:lp1778447

Last commit made on 2018-06-29
Get this branch:
git clone -b lp1778447 https://git.launchpad.net/~barryprice/charm-canonical-livepatch/+git/canonical-livepatch-charm
Only Barry Price can upload to this branch. If you are Barry Price please log in for upload directions.

Branch merges

Branch information

Recent commits

7f3efb4... by Barry Price

Reverse fix for LP#1778447 as it seems to do the opposite

a7ec29a... by Paul Collins

use yaml.safe_load when parsing status

Reviewed-on: https://code.launchpad.net/~pjdc/canonical-livepatch-charm/+git/canonical-livepatch-charm/+merge/348730
Reviewed-by: Haw Loeung <email address hidden>

7f37d54... by Paul Collins

use yaml.safe_load when parsing status

This is a fairly unlikely attack vector, but let's
not leave a bad example lying around regardless.

74b40b3... by Barry Price

Use livepatch's native config for proxies - we no longer need to write our own YAML or restart the service. Also import os into its own namespace, will cover other imports in a future MP

Reviewed-on: https://code.launchpad.net/~barryprice/canonical-livepatch-charm/+git/canonical-livepatch-charm/+merge/348671
Reviewed-by: Paul Gear <email address hidden>

5202389... by Barry Price

Reverse os namespace changes, we can handle that with the rest in a separate MP later

5a22e59... by Barry Price

Address LP#1778447

Reviewed-on: https://code.launchpad.net/~barryprice/canonical-livepatch-charm/+git/canonical-livepatch-charm/+merge/348713
Reviewed-by: Paul Gear <email address hidden>

5e56c1f... by Barry Price

Address LP#1778447

0b345e3... by Barry Price

A little more proxy logic cleanup

7b3e696... by Barry Price

Simplify proxy logic and handle unsetting proxy properly. Also drop obsolete yaml routine

4ba36ca... by Barry Price

Variable scope fix