diff options
author | Zakhar Kleyman <zakhar.kleyman@mongodb.com> | 2017-09-29 11:34:15 -0400 |
---|---|---|
committer | Zakhar Kleyman <zakhar.kleyman@mongodb.com> | 2017-09-29 11:34:15 -0400 |
commit | e4714d328466884fdbfc6750fa3bde40280cf855 (patch) | |
tree | 1f6a13400d1e41bcbf76f6efe29b87d37c9d3dad /etc/evergreen.yml | |
parent | 056b343ef1a771c261fcc911bc82d7d7c9012f76 (diff) | |
download | mongo-e4714d328466884fdbfc6750fa3bde40280cf855.tar.gz |
SERVER-31006 bump curator to latest
Diffstat (limited to 'etc/evergreen.yml')
-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 eefa5042c6e..96e1b5e7b26 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -1962,7 +1962,7 @@ tasks: notary-client.py --key-name "server-3.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-${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="88f34a9f1c79db7ea9597b6e85eb5995d03714ba" + CURATOR_RELEASE="ea8d75dcc1a587111e7418e2428fb67e267af9fe" curl -L -O http://boxes.10gen.com/build/curator/curator-dist-rhel70-$CURATOR_RELEASE.tar.gz tar -zxvf curator-dist-rhel70-$CURATOR_RELEASE.tar.gz ./curator repo --config ./etc/repo_config.yaml --distro ${packager_distro} --edition ${repo_edition} --version ${version} --arch "x86_64" --packages repo |