summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Kleinman <samk@10gen.com>2016-07-29 22:59:43 -0400
committerSam Kleinman <samk@10gen.com>2016-07-30 07:03:47 -0400
commitc85976c222764fbf9495349671eb74045a862d76 (patch)
treeae73201a9d97bcc9e0afba71b929ce2fdd48a461
parent8c33be6ca2523af862db28157d1b8bfdb3f6028a (diff)
downloadmongo-c85976c222764fbf9495349671eb74045a862d76.tar.gz
SERVER-24699: bump curator version and fix shell invocation
(cherry picked from commit ba4b3ae46e6d96bf52fc3b7f38845dd107fc5173)
-rw-r--r--etc/evergreen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 4a6af167933..7bc77f23ec7 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1954,10 +1954,10 @@ 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="90080e97b430c197ec487f52de569b2adc028b4e"
+ CURATOR_RELEASE="7cce8f7fe0cce087dffd01450fd124daf78eed17"
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 $(find repo \(-name "*.deb" -o -name "*.rpm"\) -printf "%h\n" | head -n 1)/\*
+ ./curator repo --config ./etc/repo_config.yaml --distro ${packager_distro} --edition ${repo_edition} --version ${version} --arch ${packager_arch} --packages repo
fi
# Put the binaries tarball/zipfile