7196361: add hotspot/make/closed to hgforest.sh
Reviewed-by: ohair
This commit is contained in:
parent
1bd0a0be7d
commit
1fc1536a31
@ -58,7 +58,7 @@ if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ "${pull_extra_base}" != "" ] ; then
|
if [ "${pull_extra_base}" != "" ] ; then
|
||||||
subrepos_extra="jdk/src/closed jdk/make/closed jdk/test/closed hotspot/src/closed hotspot/test/closed deploy install sponsors pubs"
|
subrepos_extra="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_default_tail=`echo ${pull_default} | sed -e 's@^.*://[^/]*/\(.*\)@\1@'`
|
||||||
pull_extra="${pull_extra_base}/${pull_default_tail}"
|
pull_extra="${pull_extra_base}/${pull_default_tail}"
|
||||||
for i in ${subrepos_extra} ; do
|
for i in ${subrepos_extra} ; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user