Page MenuHomePhabricator

Remove explicit server from the check-keys.sh script
ClosedPublic

Authored by Fabien on Jan 28 2019, 07:16.

Details

Summary

There is no reason to enforce using this server rather than another.
Relying on the user configuration seems to be a better solution, as the
key servers tend to be all synchronized.

Test Plan
./check-keys.sh

Check the keys are retrieved or already known

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jasonbcox requested changes to this revision.Jan 28 2019, 18:13
jasonbcox added a subscriber: jasonbcox.

I'm against this because the default configuration for Ubuntu tends to pick a server like pgp.mit.edu which has very poor uptime. You are free to use whatever keyserver you see fit, but it makes sense to pick one that works at least 99% of the time.

This revision now requires changes to proceed.Jan 28 2019, 18:13

We talked more offline and it's clear that using this keyserver by default doesn't not work well on all configurations. It just happens to work well on my machines.

This revision is now accepted and ready to land.Jan 28 2019, 19:27
This revision was automatically updated to reflect the committed changes.