Changeset 162 for tools


Ignore:
Timestamp:
02/05/10 09:46:44 (15 years ago)
Author:
daqct3
Message:
Updates to Logon script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Scripts/Logon

    r148 r162  
    1010export PATH=$DIMDIR/linux:/home/daqct3/fact_repos.svn/tools/Scripts:/usr/local/Trolltech/Qt-4.4.3/bin:.:$PATH
    1111
     12echo
     13echo Note: hvcontrol needs Evidence configuration server running on $DIM_DNS_NODE
     14echo "To start, log on as user 'daqct3' and execute 'start' script"
     15echo Contact: Oliver Grimm, 32192
     16echo
     17
    1218# Check if repository is a mixed or locally modified version (only for login shell))
    1319# The revision warning is given only once at login.
     
    1521if  [[ "${USER}" == "daqct3" ]]; then
    1622if shopt -q login_shell; then
    17 if [[ `svnversion fact_repos* -n` =~ [:M] ]]
     23if [[ `svnversion fact_repos*/drsdaq -n` =~ [:M] ]]
    1824  then
    19     xterm -e "echo 'Warning: fact_repos.svn does not have a single revision number';
     25    xterm -e "echo 'Warning: drsdaq in repository does not have a single revision number';
    2026    echo 'Make an update before starting a run!';
    2127    echo 'Contact O.Grimm, T.Kraehenbuehl, or Q.Weitzel in case you need help';
Note: See TracChangeset for help on using the changeset viewer.