Home
last modified time | relevance | path

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

/titanic_51/usr/src/tools/scripts/
H A Dnightly.sh839 if [ "$BRINGOVER_WS" = "" ]; then
840 BRINGOVER_WS=$CLONE_WS
1426 CODEMGR_WS="$BRINGOVER_WS" "$WHICH_SCM" 2>/dev/null \
1430 if [[ $BRINGOVER_WS == ssh://* ]]; then
1432 elif [[ $BRINGOVER_WS == http://* ]] && \
1433 wget -q -O- --save-headers "$BRINGOVER_WS/?cmd=heads" | \
1544 staffer echo "default=$BRINGOVER_WS" >> $CODEMGR_WS/.hg/hgrc
1592 typeset HG_SOURCE=$BRINGOVER_WS
1596 -v $BRINGOVER_WS > $TMPDIR/incoming_open.out
1606 HG_SOURCE=$BRINGOVER_WS
[all …]
H A Dnightly34 # BRINGOVER_WS may be specified in the env file.
835 # If BRINGOVER_WS was not specified, let it default to CLONE_WS
837 if [ "$BRINGOVER_WS" = "" ]; then
838 BRINGOVER_WS=$CLONE_WS
1436 CODEMGR_WS="$BRINGOVER_WS" "$WHICH_SCM" 2>/dev/null \
1439 # Probe BRINGOVER_WS to determine its type
1440 if [[ $BRINGOVER_WS == ssh://* ]]; then
1442 elif [[ $BRINGOVER_WS == http://* ]] && \
1443 wget -q -O- --save-headers "$BRINGOVER_WS/?cmd=heads" | \
1462 # Echo the SCM types of $CODEMGR_WS and $BRINGOVER_WS
[all...]