summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKim Tao <kim.tao@mongodb.com>2020-03-10 14:41:36 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-11 21:10:48 +0000
commit9082ee59c842d0529c6b2609db1b4a389b64b1b4 (patch)
tree5a0b171d6c4385f12a24376cdc0f1efba491eddb /etc
parent77ed9d9df105b9d1b4cc7686f9131bfec8b9f76e (diff)
downloadmongo-9082ee59c842d0529c6b2609db1b4a389b64b1b4.tar.gz
SERVER-46754: use new repobuilding service to publish packages
(cherry picked from commit cfc7b0f2cc4a3aeecfc4552f52be96475d39088c)
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index ac1f426374f..e2df8a68b6a 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -5658,6 +5658,8 @@ tasks:
cat <<EOF > notary_env.sh
export NOTARY_TOKEN=${signing_auth_token_40}
+ export BARQUE_USERNAME=${barque_user}
+ export BARQUE_PASSWORD=${barque_password}
EOF
echo "${signing_auth_token_40}" > signing_auth_token
@@ -5683,7 +5685,7 @@ tasks:
CURATOR_RELEASE=${curator_release|"37d930ea2eeb27acb3782f1aa4d69da1e9dac223"}
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
+ ./curator repo submit --service ${barque_url} --config ./etc/repo_config.yaml --distro ${packager_distro} --edition ${repo_edition} --version ${version} --arch ${packager_arch} --packages https://s3.amazonaws.com/mciuploads/${project}/${build_variant}/${revision}/artifacts/${build_id}-packages.tgz
fi
# Put the binaries tarball/zipfile