Changeset 119 for tools


Ignore:
Timestamp:
09/24/09 16:10:31 (15 years ago)
Author:
daqct3
Message:
Updates to scripts
Location:
tools/Scripts
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • tools/Scripts/Logon

    r84 r119  
    1414    xterm -e "echo 'Warning: fact_repos.svn does not have a single revision number';
    1515    echo 'Make an update before starting a run!';
    16     echo 'Contact O.Grimm, T.Kraehenbuehl, M. Rissi or Q.Weitzel in case you need help';
     16    echo 'Contact O.Grimm, T.Kraehenbuehl, or Q.Weitzel in case you need help';
    1717    echo 'Hit return to continue';
    1818    read;"
  • tools/Scripts/startall

    r76 r119  
    88sleep 5
    99
     10xterm -e "startsqm" &
     11
    1012startdaq
    1113
  • tools/Scripts/updateall

    r76 r119  
    1111echo -n "Hit enter to make drsdaq"
    1212read
     13make -C drsdaq clean
    1314make -C drsdaq
    1415
    1516echo -n "Hit enter to make hvcontrol"
    1617read
     18make -C hvcontrol clean
    1719make -C hvcontrol
    1820
     
    2022read
    2123cd tools/ddd
     24make clean
    2225qmake
    2326make
     
    2629echo -n "Hit enter to make inspectrawfile"
    2730read
     31make -C tools/inspectrawfile clean
    2832make -C tools/inspectrawfile
    2933
    3034echo -n "Hit enter to make SocketClient"
    3135read
     36make -C tools/SocketClient clean
    3237make -C tools/SocketClient
    3338
     39echo -n "Hit enter to make SkyQualityMonitor"
     40read
     41make -C tools/SkyQualityMonitor clean
     42make -C tools/SkyQualityMonitor
     43
    3444popd >/dev/null
Note: See TracChangeset for help on using the changeset viewer.