8217352: Remove EA from version string starting with Initial RC promotion

Reviewed-by: erikj, tbell
This commit is contained in:
Jerry Zhou 2019-01-21 02:43:33 +00:00
parent 4e8a04bbf1
commit 6fad78894d

View File

@ -1154,7 +1154,7 @@ var versionArgs = function(input, common) {
args = concat(args,
// This needs to be changed when we start building release candidates
// with-version-pre must be set to ea for 'ea' and empty for fcs build
"--with-version-pre=ea",
"--with-version-pre=",
"--without-version-opt");
} else {
args = concat(args, "--with-version-opt=" + common.build_id);