summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2016-06-13 11:54:09 -0400
committerZakhar Kleyman <zakhar.kleyman@mongodb.com>2016-06-13 11:54:09 -0400
commitefd3a6d6f5b41806a9aa7bff0d70129af531d45e (patch)
treefa761daae6fdeec37bd69588bad9899096148daf
parent98009524ca86f9e63b3865d55638630e3985d34e (diff)
downloadmongo-efd3a6d6f5b41806a9aa7bff0d70129af531d45e.tar.gz
SERVER-24422: update mongodb-mongo-master with mongodb-mongo-v3.0 in evergreen.yml
-rw-r--r--etc/evergreen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 78027d85c83..e36714dcada 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -351,7 +351,7 @@ tasks:
aws_key: ${aws_key}
aws_secret: ${aws_secret}
local_file: src/distsrc.${ext|tgz}
- remote_file: mongodb-mongo-master/${build_variant}/${revision}/sources/mongo-src-${build_id}.${ext|tgz}
+ remote_file: mongodb-mongo-v3.0/${build_variant}/${revision}/sources/mongo-src-${build_id}.${ext|tgz}
bucket: mciuploads
permissions: public-read
content_type: ${content_type|application/x-gzip}
@@ -1927,7 +1927,7 @@ tasks:
params:
aws_key: ${aws_key}
aws_secret: ${aws_secret}
- remote_file: mongodb-mongo-master/${build_variant}/${revision}/sources/mongo-src-${build_id}.${ext|tgz}
+ remote_file: mongodb-mongo-v3.0/${build_variant}/${revision}/sources/mongo-src-${build_id}.${ext|tgz}
bucket: mciuploads
local_file: src/distsrc.${ext|tgz}
build_variants: [ linux-64, windows-64-2k8 ]