make/conf/jib-profiles.js
changeset 51464 d96e6839e83d
parent 51280 a306c84e40fa
parent 51457 33c62af31969
child 51466 d222f503b7fe
equal deleted inserted replaced
51448:df1012f6ba94 51464:d96e6839e83d
  1169     var args = ["--with-version-build=" + common.build_number];
  1169     var args = ["--with-version-build=" + common.build_number];
  1170     if (input.build_type == "promoted") {
  1170     if (input.build_type == "promoted") {
  1171         args = concat(args,
  1171         args = concat(args,
  1172                       // This needs to be changed when we start building release candidates
  1172                       // This needs to be changed when we start building release candidates
  1173                       // with-version-pre must be set to ea for 'ea' and empty for fcs build
  1173                       // with-version-pre must be set to ea for 'ea' and empty for fcs build
  1174                       "--with-version-pre=ea",
  1174                       "--with-version-pre=",
  1175                       "--without-version-opt");
  1175                       "--without-version-opt");
  1176     } else {
  1176     } else {
  1177         args = concat(args, "--with-version-opt=" + common.build_id);
  1177         args = concat(args, "--with-version-opt=" + common.build_id);
  1178     }
  1178     }
  1179     return args;
  1179     return args;