summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2022-04-12 10:58:27 -0400
committerRobert Guo <robert.guo@mongodb.com>2022-04-13 15:26:46 -0400
commit87a5b5494b4a5a3647cf24c96557811d7987c6b7 (patch)
treec2b3300c377f88a702d73d24c740f64b4e4a2a4d /buildscripts
parenteda485be24eb16da967a4a4c0d91f115e5adf8b3 (diff)
downloadmongo-87a5b5494b4a5a3647cf24c96557811d7987c6b7.tar.gz
SERVER-64883 routine changes for branchingr6.0.0-rc0
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/generate_compile_expansions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/generate_compile_expansions.py b/buildscripts/generate_compile_expansions.py
index d29777f9d35..2bf7e67727e 100755
--- a/buildscripts/generate_compile_expansions.py
+++ b/buildscripts/generate_compile_expansions.py
@@ -61,8 +61,8 @@ def generate_version_expansions():
raise ValueError("Unable to parse version from stdin and no version.json provided")
if version_parts[0]:
- expansions["suffix"] = "latest"
- expansions["src_suffix"] = "latest"
+ expansions["suffix"] = "v6.0-latest"
+ expansions["src_suffix"] = "v6.0-latest"
expansions["is_release"] = "false"
else:
expansions["suffix"] = version_line