make/conf/jib-profiles.js
changeset 51466 d222f503b7fe
parent 51464 d96e6839e83d
child 51856 11b9d3a6f31c
child 56872 d55ba070479e
equal deleted inserted replaced
51465:e4ba2cfcfa92 51466:d222f503b7fe
  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=",
  1174                       "--with-version-pre=ea",
  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;