[niedbalski] Force use of http for key imports

This commit is contained in:
James Page 2014-05-02 10:50:38 +01:00
commit b2a11ee5cf
2 changed files with 5 additions and 1 deletions

View File

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

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