# HG changeset patch # User asaha # Date 1517600669 0 # Node ID 8a0181cb87d211130edb8535677618c0da5773a8 # Parent a844c1447af5776017de480b63593a50dc3c13e0 8195973: Update JDK 10 repo for FCS build Reviewed-by: erikj Contributed-by: diancui.zhou@oracle.com diff -r a844c1447af5 -r 8a0181cb87d2 make/conf/jib-profiles.js --- a/make/conf/jib-profiles.js Fri Feb 02 08:41:02 2018 -0800 +++ b/make/conf/jib-profiles.js Fri Feb 02 19:44:29 2018 +0000 @@ -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 @@ 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);