diff options
author | Ryan Egesdahl <ryan.egesdahl@mongodb.com> | 2020-07-23 16:26:03 -0700 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-11 20:59:57 +0000 |
commit | 9c76ca572a2ce128faac54b4ac2b894636ead69d (patch) | |
tree | 49cd2d09924ab743f000caf9d614b41782be7f4b /src/mongo | |
parent | a7f239476e2e0b17fcfea38e3de3aee5fb9c6081 (diff) | |
download | mongo-9c76ca572a2ce128faac54b4ac2b894636ead69d.tar.gz |
SERVER-49054 Install Compass instead of Compass Community
Now that Compass is free to everybody, install it instead of Compass
Community.
(cherry picked from commit 01ebcc1885d7b8da42d10650898bf3ed7548e898)
(cherry picked from commit e952d0b90f16b749db73edf1f2e695947623f798)
(cherry picked from commit 1a5497e6b6f83a48dc2743e14222fcdc98303b05)
(cherry picked from commit a2a4b1e0d785d067c0d011c9ea4db7cfe0f6f649)
Diffstat (limited to 'src/mongo')
-rw-r--r-- | src/mongo/SConscript | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript index 45237c795fa..d93eb08faa6 100644 --- a/src/mongo/SConscript +++ b/src/mongo/SConscript @@ -639,10 +639,7 @@ for full_dir, archive_dir in env["ARCHIVE_ADDITION_DIR_MAP"].items(): for target in env["DIST_BINARIES"]: installBinary(env, "db/modules/" + target) -# Set the download url to the right place -compass_type = 'compass-community' -if 'enterprise' in env['MONGO_MODULES']: - compass_type = 'compass' +compass_type = 'compass' compass_script = "install_compass" if env.TargetOSIs('windows'): |