Searched refs:repo (Results 1 - 5 of 5) sorted by relevance

/openjdk10/common/bin/
H A Dunshuffle_patch.sh28 echo "Usage: $0 [-h|--help] [-v|--verbose] <repo> <input_patch> <output_patch>"
30 echo " <repo> is one of: corba, jaxp, jaxws, jdk, langtools, nashorn"
75 # Check the given repo
77 repo="$1"
80 if [ $repo = "$r" ] ; then
86 echo "ERROR: Unknown repo: $repo. Should be one of [$repos]." >&2
157 matchpath="$repo"/"$path"/x
H A Dhgforest.sh237 # local source repo. Clone the "extra" subrepos that exist there.
240 # sub-repo there in source but not here
310 echo "serving root repo ${serving}" > ${status_output}
334 # regular repo or "extra" repo?
357 while [ ! -d "${parent_path}" ] ; do ## nested repo, ensure containing dir exists
434 repo="`echo ${rc} | sed -e 's@^'${tmp}'@@' -e 's@/*\([^/]*\)\.pid\.rc$@\1@' -e 's@_@/@g'`"
435 echo "WARNING: ${repo} exited abnormally (${exit_code})" > ${status_output}
/openjdk10/make/
H A DSourceRevision.gmk48 $(foreach repo, $(call FindAllReposRel), \
49 $(if $(wildcard $(TOPDIR)/$(repo)/.hg),, \
50 $(error Inconsistent revision control: $(repo) is missing .hg directory)) \
76 $(foreach repo, $(call FindAllReposRel), \
77 $(eval $(call SetupGetRevisionForRepo, $(repo))) \
/openjdk10/corba/make/
H A DMakefile44 $(info Cannot locate top-level Makefile. Is this repo not checked out as part of a complete forest?)
/openjdk10/make/devkit/
H A DcreateGraphvizBundle.sh42 wget http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/getPackage/libtool-ltdl-2.2.6-15.5.el6.x86_64.rpm

Completed in 57 milliseconds