summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2018-04-20 10:31:01 -0400
committerZakhar Kleyman <zakhar.kleyman@mongodb.com>2018-04-20 11:22:38 -0400
commitc6e3031ef797b9e3c65de9aaf9da812c49a97e5a (patch)
tree6e7501844b955bfcdd46110ae4b064fc1d628f40
parentdb28df6ea99353ec9a3ef16ef4141947b56e5868 (diff)
downloadmongo-c6e3031ef797b9e3c65de9aaf9da812c49a97e5a.tar.gz
SERVER-34587 Update signing key to 4.0
-rw-r--r--etc/evergreen.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index bf3ab4abd8b..ed80f082e64 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -5406,10 +5406,10 @@ tasks:
set -o errexit
cat <<EOF > notary_env.sh
- export NOTARY_TOKEN=${signing_auth_token_38}
+ export NOTARY_TOKEN=${signing_auth_token_40}
EOF
- echo "${signing_auth_token_38}" > signing_auth_token
+ echo "${signing_auth_token_40}" > signing_auth_token
- command: shell.exec
params:
@@ -5426,7 +5426,7 @@ tasks:
mv distsrc.${ext|tgz} mongodb-src-${src_suffix}.${ext|tar.gz} || true
/usr/bin/find build/ -type f | grep msi$ | xargs -I original_filename cp original_filename mongodb-win32-${push_arch}-${suffix}.msi || true
- /usr/local/bin/notary-client.py --key-name "server-3.8" --auth-token-file ${workdir}/src/signing_auth_token --comment "Evergreen Automatic Signing ${revision} - ${build_variant} - ${branch_name}" --notary-url http://notary-service.build.10gen.cc:5000 --skip-missing mongodb-${push_name}-${push_arch}-${suffix}.${ext|tgz} mongodb-shell-${push_name}-${push_arch}-${suffix}.${ext|tgz} mongodb-${push_name}-${push_arch}-debugsymbols-${suffix}.${ext|tgz} mongodb-win32-${push_arch}-${suffix}.msi mongodb-src-${src_suffix}.${ext|tar.gz}
+ /usr/local/bin/notary-client.py --key-name "server-4.0" --auth-token-file ${workdir}/src/signing_auth_token --comment "Evergreen Automatic Signing ${revision} - ${build_variant} - ${branch_name}" --notary-url http://notary-service.build.10gen.cc:5000 --skip-missing mongodb-${push_name}-${push_arch}-${suffix}.${ext|tgz} mongodb-shell-${push_name}-${push_arch}-${suffix}.${ext|tgz} mongodb-${push_name}-${push_arch}-debugsymbols-${suffix}.${ext|tgz} mongodb-win32-${push_arch}-${suffix}.msi mongodb-src-${src_suffix}.${ext|tar.gz}
if [ "${has_packages|}" = "true" ]; then
CURATOR_RELEASE="ea8d75dcc1a587111e7418e2428fb67e267af9fe"