Home
last modified time | relevance | path

Searched refs:BRINGOVER_WS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dnightly721 if [ "$BRINGOVER_WS" = "" ]; then
722 BRINGOVER_WS=$CLONE_WS
929 CODEMGR_WS="$BRINGOVER_WS" "$WHICH_SCM" 2>/dev/null \
933 case "$BRINGOVER_WS" in
1004 if [ -d "${BRINGOVER_WS}" ]; then
1005 …REF_WS="--reference-if-able $(git -C ${BRINGOVER_WS} rev-parse --path-format=absolute --git-common…
1012 ${BRINGOVER_WS} ${CODEMGR_WS}
1421 if [ -d "$BRINGOVER_WS" ]; then
1422 BRINGOVER_BRANCH=$(cd "${BRINGOVER_WS}"; git rev-parse --abbrev-ref HEAD)
1424 … printf "%s: can't determine BRINGOVER_BRANCH from repo in 'detached HEAD' state\n" "$BRINGOVER_WS"
[all …]