diff options
author | Ernie Hershey <ernie.hershey@10gen.com> | 2015-12-10 12:01:44 -0500 |
---|---|---|
committer | Ernie Hershey <ernie.hershey@10gen.com> | 2015-12-10 12:01:44 -0500 |
commit | c824d36046be8a512e09174137da060ea6632dd6 (patch) | |
tree | acd7463187e5af75f45685eada8381576a3a8295 | |
parent | 2a785c9376d051222047980e6df097aae0890b78 (diff) | |
download | mongo-c824d36046be8a512e09174137da060ea6632dd6.tar.gz |
SERVER-19893, SERVER-8770 - Fix notary client source archive extension
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 099381ce0bf..99c66b4546f 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -1882,7 +1882,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 - notary-client.py --key-name "${signing_key_name}" --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-${push_name}-${push_arch}-debugsymbols-${suffix}.${ext|tgz} mongodb-win32-${push_arch}-${suffix}.msi mongodb-src-${src_suffix}.${ext|tgz} + notary-client.py --key-name "${signing_key_name}" --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-${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 for rpm in $(find repo/ -name \*.rpm) ; do |