From cea6463452fb138b4536aed6660be082343dd9de Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Tue, 22 Nov 2016 11:58:12 -0500 Subject: SERVER-27151: update curator to latest release (cherry picked from commit 8d9e729fb81696d016e912604a466e8b81164b6b) --- etc/evergreen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 39ea55051c2..30c7a0c2336 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -1964,7 +1964,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="fab90fac3cb45c0ef411e647b3d621cbe053fe19" + CURATOR_RELEASE="88f34a9f1c79db7ea9597b6e85eb5995d03714ba" 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 -- cgit v1.2.1