[niedbalski] Force use of http for key imports

This commit is contained in:
James Page 2014-05-02 10:45:47 +01:00
commit 3188cd09f1
2 changed files with 5 additions and 1 deletions

View File

@ -11,3 +11,7 @@ test:
sync:
@charm-helper-sync -c charm-helpers.yaml
publish:
bzr push lp:charms/nova-compute
bzr push lp:charms/trusty/nova-compute

View File

@ -184,7 +184,7 @@ def add_source(source, key=None):
apt.write(PROPOSED_POCKET.format(release))
if key:
subprocess.check_call(['apt-key', 'adv', '--keyserver',
'keyserver.ubuntu.com', '--recv',
'hkp://keyserver.ubuntu.com:80', '--recv',
key])