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 20:55:39 +0000
commit1ad8c6db331f7cfff9c8c6b0a1dae6b75c5bae93 (patch)
tree77fb95325a49d9adceffd3b6941150422024182b /etc
parentf06b301fc7917388f769b1bc3a664dbfdfa61768 (diff)
downloadmongo-1ad8c6db331f7cfff9c8c6b0a1dae6b75c5bae93.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 693031314de..ea2c9d05631 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -607,6 +607,8 @@ functions:
cat <<EOF > notary_env.sh
export NOTARY_TOKEN=${signing_auth_token_42}
+ export BARQUE_USERNAME=${barque_user}
+ export BARQUE_PASSWORD=${barque_password}
EOF
echo "${signing_auth_token_42}" > signing_auth_token
@@ -6624,7 +6626,7 @@ tasks:
CURATOR_RELEASE=${curator_release|"latest"}
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
- name: push
tags: ["publish"]