Skip to content

Commit fa36a33

Browse files
author
MarcoFalke
committed
travis: Switch to ubuntu keyserver to avoid timeouts
1 parent 904129b commit fa36a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/lint_06_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ test/lint/lint-all.sh
2020

2121
if [ "$TRAVIS_REPO_SLUG" = "bitcoin/bitcoin" -a "$TRAVIS_EVENT_TYPE" = "cron" ]; then
2222
git log --merges --before="2 days ago" -1 --format='%H' > ./contrib/verify-commits/trusted-sha512-root-commit
23-
while read -r LINE; do travis_retry gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys $LINE; done < contrib/verify-commits/trusted-keys &&
23+
travis_retry gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys $(<contrib/verify-commits/trusted-keys) &&
2424
./contrib/verify-commits/verify-commits.py --clean-merge=2;
2525
fi

0 commit comments

Comments
 (0)