[niedbalski] Force use of http for key imports

This commit is contained in:
James Page 2014-05-02 10:48:12 +01:00
commit 0fc8a2a313
2 changed files with 5 additions and 1 deletions

View File

@ -12,3 +12,7 @@ test:
sync:
@charm-helper-sync -c charm-helpers-sync.yaml
publish:
bzr push lp:charms/quantum-gateway
bzr push lp:charms/trusty/quantum-gateway

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])