diff --git a/Makefile b/Makefile index c2414445..78949e50 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/hooks/charmhelpers/fetch/__init__.py b/hooks/charmhelpers/fetch/__init__.py index 97a19912..dce7db4c 100644 --- a/hooks/charmhelpers/fetch/__init__.py +++ b/hooks/charmhelpers/fetch/__init__.py @@ -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])