Home
last modified time | relevance | path

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

/titanic_52/usr/src/tools/scripts/
H A Dwhich_scm.sh91 SCM_TYPE=
98 SCM_TYPE="$1"
101 if [[ "$SCM_TYPE" != "$CWD_TYPE" || "$SCM_TYPE" == git || \
102 "$SCM_TYPE" == mercurial || "$SCM_TYPE" == teamware ]]; then
121 if [[ -z "$SCM_TYPE" ]]; then
123 SCM_TYPE=unknown
125 SCM_TYPE=$LOCAL_TYPE
130 echo "$SCM_TYPE
[all...]
H A Dnightly1489 SCM_TYPE=$(child_wstype)
1687 if [[ $SCM_TYPE != none && $SCM_TYPE != $PARENT_SCM_TYPE ]]; then
1688 echo "cannot bringover from $PARENT_SCM_TYPE to $SCM_TYPE, " \
1711 # $CODEMGR_WS. If so, then SCM_TYPE was previously "none,"
1714 [[ $SCM_TYPE = none ]] && SCM_TYPE=$PARENT_SCM_TYPE
2118 findunref -S $SCM_TYPE -t $SRC/.build.tstamp -s usr $CODEMGR_WS \