[niedbalski] Force use of http for key imports
This commit is contained in:
commit
0fc8a2a313
4
Makefile
4
Makefile
@ -12,3 +12,7 @@ test:
|
|||||||
|
|
||||||
sync:
|
sync:
|
||||||
@charm-helper-sync -c charm-helpers-sync.yaml
|
@charm-helper-sync -c charm-helpers-sync.yaml
|
||||||
|
|
||||||
|
publish:
|
||||||
|
bzr push lp:charms/quantum-gateway
|
||||||
|
bzr push lp:charms/trusty/quantum-gateway
|
||||||
|
@ -184,7 +184,7 @@ def add_source(source, key=None):
|
|||||||
apt.write(PROPOSED_POCKET.format(release))
|
apt.write(PROPOSED_POCKET.format(release))
|
||||||
if key:
|
if key:
|
||||||
subprocess.check_call(['apt-key', 'adv', '--keyserver',
|
subprocess.check_call(['apt-key', 'adv', '--keyserver',
|
||||||
'keyserver.ubuntu.com', '--recv',
|
'hkp://keyserver.ubuntu.com:80', '--recv',
|
||||||
key])
|
key])
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user