I don't have access to the firewall. Could you offer me some direction how to update package keys manually?
I know I can extract the key from the browser : http://keyserver.ubuntu.com/. But for the packages below (grabbed from the provisioning script) how can I add them manually in my vvv instance?
I'm no Linux wizard but I'm trying to get there. :)
Thanks,
Chris S.
# Launchpad Subversion key EAA903E3A2F4C039
gpg -q --keyserver keyserver.ubuntu.com --recv-key EAA903E3A2F4C039
gpg -q -a --export EAA903E3A2F4C039 | apt-key add -
# Launchpad PHP key 4F4EA0AAE5267A6C
gpg -q --keyserver keyserver.ubuntu.com --recv-key 4F4EA0AAE5267A6C
gpg -q -a --export 4F4EA0AAE5267A6C | apt-key add -
# Launchpad git key A1715D88E1DF1F24
gpg -q --keyserver keyserver.ubuntu.com --recv-key A1715D88E1DF1F24
gpg -q -a --export A1715D88E1DF1F24 | apt-key add -
# Launchpad nodejs key C7917B12
gpg -q --keyserver keyserver.ubuntu.com --recv-key C7917B12
gpg -q -a --export C7917B12 | apt-key add -
When provisioning I get errors ...
==> default: gpg:
==> default: requesting key A2F4C039 from hkp server keyserver.ubuntu.com
==> default: gpg: keyserver timed out
==> default: gpg: keyserver receive failed: keyserver error
==> default: gpg:
==> default: WARNING: nothing exported
==> default: gpg:
==> default: no valid OpenPGP data found.
==> default: gpg:
I don't have access to the firewall. Could you offer me some direction how to update package keys manually?
I know I can extract the key from the browser : http://keyserver.ubuntu.com/. But for the packages below (grabbed from the provisioning script) how can I add them manually in my vvv instance?
I'm no Linux wizard but I'm trying to get there. :)
Thanks,
Chris S.
When provisioning I get errors ...