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

/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh33 # BRINGOVER_WS may be specified in the env file.
837 # If BRINGOVER_WS was not specified, let it default to CLONE_WS
839 if [ "$BRINGOVER_WS" = "" ]; then
840 BRINGOVER_WS=$CLONE_WS
1426 CODEMGR_WS="$BRINGOVER_WS" "$WHICH_SCM" 2>/dev/null \
1429 # Probe BRINGOVER_WS to determine its type
1430 if [[ $BRINGOVER_WS == ssh://* ]]; then
1432 elif [[ $BRINGOVER_WS == http://* ]] && \
1433 wget -q -O- --save-headers "$BRINGOVER_WS/?cmd=heads" | \
1452 # Echo the SCM types of $CODEMGR_WS and $BRINGOVER_WS
[all...]

Completed in 59 milliseconds