My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/web/nodejs/update-keyring

18 lines
630 B

#!/usr/bin/env nix-shell
#! nix-shell --pure -i bash -p coreutils findutils gnupg curl
# https://github.com/nodejs/node#release-team
HOME=`mktemp -d`
keyserver="pool.sks-keyservers.net"
cat << EOF | xargs -P 4 -n 1 gpg --keyserver $keyserver --recv-keys
94AE36675C464D64BAFA68DD7434390BDBE9B9C5
FD3A5288F042B6850C66B31F09FE44734EB7990E
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
DD8F2338BAE7501E3DD5AC78C273792F7D83545D
C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
B9AE9905FFD7803F25714661B63B535A4C206CA9
56730D5401028683275BD23C23EFEFE93C4CFFFE
77984A986EBC2AA786BC0F66B01FBB92821C587A
EOF
gpg -a --export > nodejs-release-keys.asc