summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAlexander Neben <alexander.neben@mongodb.com>2022-05-13 01:10:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-13 01:38:01 +0000
commit90a033ffa15e8a1c2ca9018534f873fe0cfc0f0c (patch)
treef8007bdb6455687a8df1534b45080d0a5b3ee776 /SConstruct
parent0592f87648a1fc2fdf4a51c96eb01d84330aad5b (diff)
downloadmongo-90a033ffa15e8a1c2ca9018534f873fe0cfc0f0c.tar.gz
SERVER-64352 mongo shell no longer built by default
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct8
1 files changed, 4 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 38884c00102..f328a6f2871 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5037,15 +5037,15 @@ env.AddPackageNameAlias(
)
env.AddPackageNameAlias(
- component="shell",
+ component="jstestshell",
role="runtime",
- name="mongodb-shell",
+ name="mongodb-jstestshell",
)
env.AddPackageNameAlias(
- component="shell",
+ component="jstestshell",
role="debug",
- name="mongodb-shell-debugsymbols",
+ name="mongodb-jstestshell-debugsymbols",
)
env.AddPackageNameAlias(