make/conf/jib-profiles.js
changeset 53689 b5f7bb57de2f
parent 52930 df629b081ff6
child 53692 314075ea3fcb
equal deleted inserted replaced
53651:0331b08811ad 53689:b5f7bb57de2f
  1152     var args = ["--with-version-build=" + common.build_number];
  1152     var args = ["--with-version-build=" + common.build_number];
  1153     if (input.build_type == "promoted") {
  1153     if (input.build_type == "promoted") {
  1154         args = concat(args,
  1154         args = concat(args,
  1155                       // This needs to be changed when we start building release candidates
  1155                       // This needs to be changed when we start building release candidates
  1156                       // with-version-pre must be set to ea for 'ea' and empty for fcs build
  1156                       // with-version-pre must be set to ea for 'ea' and empty for fcs build
  1157                       "--with-version-pre=ea",
  1157                       "--with-version-pre=",
  1158                       "--without-version-opt");
  1158                       "--without-version-opt");
  1159     } else {
  1159     } else {
  1160         args = concat(args, "--with-version-opt=" + common.build_id);
  1160         args = concat(args, "--with-version-opt=" + common.build_id);
  1161     }
  1161     }
  1162     return args;
  1162     return args;