From 19a8b2ea3e4906d677d3775a98274296e610fbf5 Mon Sep 17 00:00:00 2001 From: asaha Date: Fri, 2 Feb 2018 19:44:29 +0000 Subject: [PATCH] 8195973: Update JDK 10 repo for FCS build Reviewed-by: erikj Contributed-by: diancui.zhou@oracle.com --- make/conf/jib-profiles.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index 5066599a92..34668f349b 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -1077,7 +1077,8 @@ var versionArgs = function(input, common) { 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);