Changeset 10913 for fact/tools


Ignore:
Timestamp:
06/06/11 14:35:10 (13 years ago)
Author:
ogrimm
Message:
FADctrl will write and publish data only for active boards
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/Scripts/Logon

    r10118 r10913  
    1212export LD_LIBRARY_PATH=$QWTDIR/lib:$DIMDIR/linux:$LD_LIBRARY_PATH
    1313export PATH=$DIMDIR/linux:$REPOS_DIR/tools/Scripts:$QTDIR/bin:.:$PATH
    14 
    15 # Check if repository is a mixed or locally modified version (only for login shell))
    16 # The revision warning is given only once at login.
    17 
    18 if [ "${USER}" = "daqct3" ]; then
    19 #if shopt -q login_shell; then
    20 if [[ `svnversion $REPOS_DIR/drsdaq -n` == *:* ]] || [[ `svnversion $REPOS_DIR/drsdaq -n` == *M ]]; then
    21     xterm -e "echo 'Warning: drsdaq in repository does not have a single revision number';
    22     echo 'Make an update before starting a run!';
    23     echo 'Contact O.Grimm or Q.Weitzel in case you need help';
    24     echo 'Hit return to continue';
    25     read;"
    26 #fi
    27 fi
    28 fi
Note: See TracChangeset for help on using the changeset viewer.