summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2018-05-22 13:32:26 -0400
committerZakhar Kleyman <zakhar.kleyman@mongodb.com>2018-05-22 13:32:26 -0400
commit7d71638c84fe95e77e2bdd58cfe117b616aeb31a (patch)
tree0b2fd86684e3c0ad3ed90564f1f84310ec39953b /etc
parentdc08e15b1207b4305a6f49a3b28396a0251b0dd7 (diff)
downloadmongo-7d71638c84fe95e77e2bdd58cfe117b616aeb31a.tar.gz
SERVER-35161 Update signing key to 4.2 in master
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index dd26451032b..98d3c153a53 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -6188,10 +6188,10 @@ tasks:
set -o errexit
cat <<EOF > notary_env.sh
- export NOTARY_TOKEN=${signing_auth_token_40}
+ export NOTARY_TOKEN=${signing_auth_token_42}
EOF
- echo "${signing_auth_token_40}" > signing_auth_token
+ echo "${signing_auth_token_42}" > signing_auth_token
- command: shell.exec
params:
@@ -6208,7 +6208,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-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}
+ /usr/local/bin/notary-client.py --key-name "server-4.2" --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"