diff options
author | Sam Kleinman <samk@10gen.com> | 2016-09-06 14:47:37 -0400 |
---|---|---|
committer | Sam Kleinman <samk@10gen.com> | 2016-09-06 14:48:03 -0400 |
commit | 37960347aaec93a154b1c35ed309246f99a554d9 (patch) | |
tree | d54db24950bfc7518350f18002df4dba50f037d1 /etc | |
parent | 22af9339872802479af1961d3c7e7eeab9a86344 (diff) | |
download | mongo-37960347aaec93a154b1c35ed309246f99a554d9.tar.gz |
SERVER-25908: bump curator for improved reository layout
(cherry picked from commit 5d21159ed9c243396c710e6fd75ea556140a04ff)
Diffstat (limited to 'etc')
-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 d2884ebbeb3..2137ce282a7 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -1912,7 +1912,7 @@ tasks: notary-client.py --key-name "server-3.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="9e2f2f3067ed52f757674d359258eb7c374978c0" + CURATOR_RELEASE="bb867ba2f0aa10b5fd223b31ef99a054527a386c" 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 ${packager_arch} --packages repo |