changeset 48954 | c8a33db795b6 |
parent 48835 | 62004f705d27 |
parent 48868 | f0981646b6c6 |
child 48909 | 54b423e1c4cf |
--- a/make/conf/jib-profiles.js Sat Feb 10 09:48:51 2018 +0000 +++ b/make/conf/jib-profiles.js Sat Feb 10 09:25:35 2018 +0100 @@ -1089,7 +1089,8 @@ if (input.build_type == "promoted") { args = concat(args, // This needs to be changed when we start building release candidates - "--with-version-pre=ea", + // with-version-pre must be set to ea for 'ea' and empty for fcs build + "--with-version-pre=", "--without-version-opt"); } else { args = concat(args, "--with-version-opt=" + common.build_id);