summaryrefslogtreecommitdiff
path: root/common.yml
diff options
context:
space:
mode:
authormike o'brien <mpobrien005@gmail.com>2015-01-09 16:50:46 -0500
committermike o'brien <mpobrien005@gmail.com>2015-01-09 16:50:46 -0500
commit3919e96b509f5464477b84125d7dc6aa162a48ad (patch)
tree4a98d2cd9ae9651323fc0721f170138bbfc30a80 /common.yml
parent53af2dd5f16ee248063df1e730f08862054049eb (diff)
downloadmongo-3919e96b509f5464477b84125d7dc6aa162a48ad.tar.gz
TOOLS-509 add missing mongo_os setting for osx and win
Diffstat (limited to 'common.yml')
-rw-r--r--common.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.yml b/common.yml
index 612d3540c21..4adef8e64b6 100644
--- a/common.yml
+++ b/common.yml
@@ -10,6 +10,7 @@ mongo_tools_variables:
## Common download URLs (merge in as hashes)
mongo_download_urls:
osx_108: &mongo_url_osx108
+ mongo_os: "osx"
mongo_url: "https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-latest.tgz"
mongo26_url: "https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.6.5.tgz"
mongo24_url: "https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.12.tgz"
@@ -36,6 +37,7 @@ mongo_tools_variables:
mongo26_url: "https://fastdl.mongodb.org/win32/mongodb-win32-i386-2.6.5.zip"
mongo24_url: "https://fastdl.mongodb.org/win32/mongodb-win32-i386-2.4.12.zip"
windows_64_bit: &mongo_url_windows64
+ mongo_os: "windows-64"
mongo_url: "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-latest.zip"
mongo26_url: "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-2.6.5.zip"
mongo24_url: "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-2.4.12.zip"