summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Streets <jonathan.streets@10gen.com>2021-02-25 13:37:23 -0500
committerJon Streets <jonathan.streets@10gen.com>2021-02-25 13:37:23 -0500
commit7e5fad1cf642eb7fc1ce0c482984ba9b720fc2e9 (patch)
tree5915701a3c0cb687cc6cb061f7c08bfd7c74c93c
parenteb1cd218736accb4e959cc85f0d6600ac715d298 (diff)
downloadmongo-7e5fad1cf642eb7fc1ce0c482984ba9b720fc2e9.tar.gz
Update version string to splunk v3
-rw-r--r--etc/evergreen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 43c06b7e3f8..ef6b7841f3d 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -537,7 +537,7 @@ functions:
### SPLUNK
#sed -i.bak "s/built-without-version-string/3.6.17-SERVER-42525-splunk/" common/options/options.go
- sed -i.bak "s/built-without-version-string/3.6.17-linux-splunk-v2/" common/options/options.go
+ sed -i.bak "s/built-without-version-string/3.6.17-linux-splunk-v3/" common/options/options.go
sed -i.bak "s/built-without-git-spec/$(git rev-parse HEAD)/" common/options/options.go
# Move the vendor source to make compatible with gccgo
@@ -884,7 +884,7 @@ functions:
# We get the raw version string (r1.2.3-45-gabcdef) from git
### MONGO_VERSION=$(git describe)
### SPLUNK
- MONGO_VERSION=3.6.17-linux-splunk-v2
+ MONGO_VERSION=3.6.17-linux-splunk-v3
# If this is a patch build, we add the patch version id to the version string so we know
# this build was a patch, and which evergreen task it came from
### SPLUNK Get rid of the below block