diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-18 11:46:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-18 22:37:13 +0200 |
commit | e4076b4a03af0d263c785acdce4ad31afbc46a4d (patch) | |
tree | 5f78e2adc6f38b92ee623a08eb95883b2d2c8c37 /bin | |
parent | header: Add Gitweb link in gentoo.org sites (diff) | |
download | www-e4076b4a03af0d263c785acdce4ad31afbc46a4d.tar.gz www-e4076b4a03af0d263c785acdce4ad31afbc46a4d.tar.bz2 www-e4076b4a03af0d263c785acdce4ad31afbc46a4d.zip |
Generate WKD for Gentoo developer keys
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update-keys.sh | 6 | ||||
-rwxr-xr-x | bin/update.sh | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/bin/update-keys.sh b/bin/update-keys.sh new file mode 100755 index 0000000..6a7ade3 --- /dev/null +++ b/bin/update-keys.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +echo -n 'Updating developer keyrings...' +cd _data && +wget -T 60 -q -N https://qa-reports.gentoo.org/output/active-devs.gpg +echo done. diff --git a/bin/update.sh b/bin/update.sh index 5e8068d..e9e58d8 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -3,6 +3,7 @@ bin/update-devaway.sh || exit 1 bin/update-downloads.sh || exit 1 bin/update-glsa.sh || exit 1 +bin/update-keys.sh || exit 1 bin/update-mirrors.sh || exit 1 bin/update-packages.sh || exit 1 bin/update-planet.sh || exit 1 |