Searched refs:repos (Results 1 - 2 of 2) sorted by relevance

/openjdk9/common/bin/
H A Dhgforest.sh30 echo "command option: jdk : used only with clone command to request just the extra repos for JDK-only builds"
35 echo " HGFOREST_SEQUENTIAL : (boolean) If 'true' then repos are processed sequentially. Disables concurrency"
39 echo " HGFOREST_CONCURRENCY: (positive integer) Number of repos to process concurrently"
190 repos=""
206 # determine which sub repos need to be cloned.
209 repos="${repos} ${i}"
221 # if there is an "extra sources" path then reparent "extra" repos to that path
247 # Any repos to deal with?
248 if [ "${repos}"
[all...]
H A Dunshuffle_patch.sh31 echo " [Note: patches from other repos do not need updating]"
76 repos="corba jaxp jaxws jdk langtools nashorn"
79 for r in $repos ; do
86 echo "ERROR: Unknown repo: $repo. Should be one of [$repos]." >&2

Completed in 91 milliseconds