[niedbalski] Force use of http for key imports
This commit is contained in:
commit
b2a11ee5cf
4
Makefile
4
Makefile
@ -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
|
||||
|
@ -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])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user