OpenJDK / jdk9 / jdk9
changeset 966:76533a3f52ce
8034146: Update hgforest.sh for new closed tree
Reviewed-by: jcoomes
author | iris |
---|---|
date | Mon, 10 Feb 2014 12:53:40 -0800 |
parents | c99adfb5c4c1 |
children | d90bb73acd93 |
files | common/bin/hgforest.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/common/bin/hgforest.sh Mon Feb 10 14:25:17 2014 +0100 +++ b/common/bin/hgforest.sh Mon Feb 10 12:53:40 2014 -0800 @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2009, 2014, 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 @@ -88,7 +88,7 @@ fi done if [ "${pull_extra_base}" != "" ] ; then - subrepos_extra="jdk/src/closed jdk/make/closed jdk/test/closed hotspot/make/closed hotspot/src/closed hotspot/test/closed deploy install sponsors pubs" + subrepos_extra="closed jdk/src/closed jdk/make/closed jdk/test/closed hotspot/make/closed hotspot/src/closed hotspot/test/closed deploy install sponsors pubs" pull_default_tail=`echo ${pull_default} | sed -e 's@^.*://[^/]*/\(.*\)@\1@'` pull_extra="${pull_extra_base}/${pull_default_tail}" for i in ${subrepos_extra} ; do