summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2018-03-16 14:58:22 -0400
committerZakhar Kleyman <zakhar.kleyman@mongodb.com>2018-03-16 14:58:22 -0400
commit570eb761a00444a614bbfbaaaeaa99c2b98a3b28 (patch)
tree31109e585cf455e97a8b9b24e4911660c2d596b1 /buildscripts
parent5d4887d65850f2c1bdb8b2168f348752a1db5015 (diff)
downloadmongo-570eb761a00444a614bbfbaaaeaa99c2b98a3b28.tar.gz
SERVER-33936 update filename suffix to v3.6-latest for nightly builds
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 527ba1b9d0c..5a6c7642370 100755
--- a/buildscripts/generate_compile_expansions.py
+++ b/buildscripts/generate_compile_expansions.py
@@ -60,8 +60,8 @@ def generate_version_expansions(args):
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"] = "v3.6-latest"
+ expansions["src_suffix"] = "v3.6-latest"
else:
expansions["suffix"] = version_line
expansions["src_suffix"] = "r{0}".format(version_line)