aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-04-26 12:26:44 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-04-26 12:26:44 -0400
commit7d92b25a26a7c7e964f296b4a364c55fcb8637d1 (patch)
treebc82fa9842dbb06fc47f9841875a8649ebe26a43
parent5ef489023ee2e8728cf63131eee33b24aa837c61 (diff)
downloadkorg-helpers-7d92b25a26a7c7e964f296b4a364c55fcb8637d1.tar.gz
Adjust default sig-prover node list
We're migrating the nodes to their new homes on Equinix gen3 systems, so adjust the list of edge sites accordingly. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--sig-prover.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/sig-prover.conf b/sig-prover.conf
index b94fabe..4c140c3 100644
--- a/sig-prover.conf
+++ b/sig-prover.conf
@@ -29,10 +29,9 @@ keyringdir = ./sig-prover-keyrings
#mailpass = [some password]
# These hosts will be concatenated with the paths defined in each section.
# You can reduce this to just the nearest host to you.
-hosts = https://ewr.edge.kernel.org
- https://sjc.edge.kernel.org
- https://nrt.edge.kernel.org
- https://ams.edge.kernel.org
+hosts = https://na.edge.kernel.org
+ https://eu.edge.kernel.org
+ https://ap.edge.kernel.org
# We grab sha256sums.asc from each path defined in the sections below, which
# is inline-signed by a special "autosigner" key. This key should NOT be added
# to the other keyrings, as it is NOT supposed to be signing any releases