summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-06-11 15:57:39 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-07-15 11:06:32 -0400
commit4bc39c948e4f8fca3d6cef04e4469f5d99dcb297 (patch)
treeaee6b108c028d77a6c53d5650d2f498c194c4c6a
parentf55cbd6e76ec1516f685a547810689887d06aa66 (diff)
downloadmongo-r3.0.5-rc0.tar.gz
SERVER-18910 Don't set distname during compiler3.0.5-rc0
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 77021cc458c..12798e1403b 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -236,7 +236,7 @@ tasks:
export MONGO_PHASE="${task_name}_${execution}"
rm -rf ${install_directory|/data/mongo-install-directory}
- ${scons|scons} ${compile_flags|} --distname=binaries --use-new-tools all dist distsrc-${ext|tgz} ${msi_target|}
+ ${scons|scons} ${compile_flags|} --use-new-tools all dist distsrc-${ext|tgz} ${msi_target|}
${python|python} buildscripts/generate_compile_expansions.py version.json | \
tee compile_expansions.yml