Print this page
*** NO COMMENTS ***

*** 1088,1098 **** var args = ["--with-version-build=" + common.build_number]; if (input.build_type == "promoted") { 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=", "--without-version-opt"); } else { args = concat(args, "--with-version-opt=" + common.build_id); } return args; --- 1088,1098 ---- var args = ["--with-version-build=" + common.build_number]; if (input.build_type == "promoted") { 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", "--without-version-opt"); } else { args = concat(args, "--with-version-opt=" + common.build_id); } return args;