Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dwhich_scm.sh94 SCM_TYPE=
101 SCM_TYPE="$1"
104 if [[ "$SCM_TYPE" != "$CWD_TYPE" || "$SCM_TYPE" == git || \
105 "$SCM_TYPE" == mercurial || "$SCM_TYPE" == teamware ]]; then
124 if [[ -z "$SCM_TYPE" ]]; then
126 SCM_TYPE=unknown
128 SCM_TYPE=$LOCAL_TYPE
133 echo "$SCM_TYPE $DIR"
H A Dnightly1349 SCM_TYPE=$(child_wstype)
1585 if [[ $SCM_TYPE != none && $SCM_TYPE != $PARENT_SCM_TYPE ]]; then
1586 echo "cannot bringover from $PARENT_SCM_TYPE to $SCM_TYPE, " \
1612 [[ $SCM_TYPE == none ]] && SCM_TYPE=$PARENT_SCM_TYPE
2070 findunref -S $SCM_TYPE -t $SRC/.build.tstamp -s usr $CODEMGR_WS \