- Timestamp:
- 07/28/06 13:37:10 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7814 r7815 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/07/28 Daniela Dorner 21 22 * datacenter/scripts/buildsequenceentries, 23 datacenter/scripts/checkfilesforsequenceavail, 24 datacenter/scripts/checkstardone, datacenter/scripts/copyscript, 25 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck, 26 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots, 27 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk, 28 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed, 29 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets, 30 datacenter/scripts/insertsequences, datacenter/scripts/linkmc, 31 datacenter/scripts/makecallistolinks, 32 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles, 33 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks, 34 datacenter/scripts/runcallisto, datacenter/scripts/runganymed, 35 datacenter/scripts/runstar, datacenter/scripts/sourcefile, 36 datacenter/scripts/writesequencefiles: 37 - replaced username by $USER 38 39 40 20 41 2006/07/27 Thomas Bretz 21 42 -
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r7811 r7815 36 36 # 37 37 38 user=`whoami`39 38 program=buildsequenceentries 40 source /home/$ user/Mars/datacenter/scripts/sourcefile39 source /home/$USER/Mars/datacenter/scripts/sourcefile 41 40 42 41 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r7798 r7815 36 36 # 37 37 38 user=`whoami`39 38 program=checkfilesavail 40 source /home/$ user/Mars/datacenter/scripts/sourcefile39 source /home/$USER/Mars/datacenter/scripts/sourcefile 41 40 42 41 table=SequenceProcessStatus -
trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
r7529 r7815 37 37 # 38 38 39 user=`whoami`40 39 program=checkstardone 41 source /home/$ user/Mars/datacenter/scripts/sourcefile40 source /home/$USER/Mars/datacenter/scripts/sourcefile 42 41 43 42 table=DataSetProcessStatus -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7800 r7815 57 57 # 58 58 59 user=`whoami`60 59 program=copyscript 61 source /home/$ user/Mars/datacenter/scripts/sourcefile60 source /home/$USER/Mars/datacenter/scripts/sourcefile 62 61 63 62 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/correcttime
r7506 r7815 38 38 # 39 39 40 user=`whoami`41 40 program=correct_raw_time 42 source /home/$ user/Mars/datacenter/scripts/sourcefile41 source /home/$USER/Mars/datacenter/scripts/sourcefile 43 42 44 43 table=RunProcessStatus -
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r7631 r7815 40 40 # 41 41 42 user=`whoami`43 42 program=datacheck 44 source /home/$ user/Mars/datacenter/scripts/sourcefile43 source /home/$USER/Mars/datacenter/scripts/sourcefile 45 44 46 45 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
r7506 r7815 36 36 # 37 37 38 user=`whoami`39 38 program=doexclusions 40 source /home/$ user/Mars/datacenter/scripts/sourcefile39 source /home/$USER/Mars/datacenter/scripts/sourcefile 41 40 42 41 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
r7646 r7815 33 33 # 34 34 35 user=`whoami`36 35 program=doqualityplots 37 source /home/$ user/Mars/datacenter/scripts/sourcefile36 source /home/$USER/Mars/datacenter/scripts/sourcefile 38 37 39 38 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7646 r7815 32 32 # 33 33 34 user=`whoami`35 34 program=dowebplots 36 source /home/$ user/Mars/datacenter/scripts/sourcefile35 source /home/$USER/Mars/datacenter/scripts/sourcefile 37 36 38 37 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
r7807 r7815 45 45 # 46 46 47 user=`whoami` 48 source /home/$user/Mars/datacenter/scripts/sourcefile 47 source /home/$USER/Mars/datacenter/scripts/sourcefile 49 48 50 49 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7529 r7815 37 37 # 38 38 39 user=`whoami`40 39 program=fillcallisto 41 source /home/$ user/Mars/datacenter/scripts/sourcefile40 source /home/$USER/Mars/datacenter/scripts/sourcefile 42 41 43 42 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/fillganymed
r7529 r7815 36 36 # 37 37 38 user=`whoami`39 38 program=fillganymed 40 source /home/$ user/Mars/datacenter/scripts/sourcefile39 source /home/$USER/Mars/datacenter/scripts/sourcefile 41 40 42 41 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/fillstar
r7661 r7815 36 36 # 37 37 38 user=`whoami`39 38 program=fillstar 40 source /home/$ user/Mars/datacenter/scripts/sourcefile39 source /home/$USER/Mars/datacenter/scripts/sourcefile 41 40 42 41 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
r7545 r7815 32 32 # 33 33 34 user=`whoami`35 34 program=insertdatasets 36 source /home/$ user/Mars/datacenter/scripts/sourcefile35 source /home/$USER/Mars/datacenter/scripts/sourcefile 37 36 38 37 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/insertsequences
r7584 r7815 33 33 # 34 34 35 user=`whoami`36 35 program=insertsequences 37 source /home/$ user/Mars/datacenter/scripts/sourcefile36 source /home/$USER/Mars/datacenter/scripts/sourcefile 38 37 39 38 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/linkmc
r7486 r7815 42 42 # 43 43 44 user=`whoami`45 44 program=linkmc 46 source /home/$ user/Mars/datacenter/scripts/sourcefile45 source /home/$USER/Mars/datacenter/scripts/sourcefile 47 46 48 47 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7728 r7815 33 33 # 34 34 35 user=`whoami`36 35 program=makecallistolinks 37 source /home/$ user/Mars/datacenter/scripts/sourcefile36 source /home/$USER/Mars/datacenter/scripts/sourcefile 38 37 39 38 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
r7486 r7815 34 34 # 35 35 36 user=`whoami`37 36 program=mcsequences 38 source /home/$ user/Mars/datacenter/scripts/sourcefile37 source /home/$USER/Mars/datacenter/scripts/sourcefile 39 38 40 39 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles
r7806 r7815 30 30 # 31 31 32 user=`whoami` 33 source /home/$user/Mars/datacenter/scripts/sourcefile 32 source /home/$USER/Mars/datacenter/scripts/sourcefile 34 33 35 34 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/processmcsequences
r7663 r7815 32 32 # 33 33 34 user=`whoami`35 34 program=processmcsequences 36 source /home/$ user/Mars/datacenter/scripts/sourcefile35 source /home/$USER/Mars/datacenter/scripts/sourcefile 37 36 38 37 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/rmlocks
r7460 r7815 37 37 # 38 38 39 user=`whoami` 40 source /home/$user/Mars/datacenter/scripts/sourcefile 39 source /home/$USER/Mars/datacenter/scripts/sourcefile 41 40 42 41 files=`ls $lockpath/*` -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7486 r7815 37 37 # 38 38 39 user=`whoami`40 39 program=callisto 41 source /home/$ user/Mars/datacenter/scripts/sourcefile40 source /home/$USER/Mars/datacenter/scripts/sourcefile 42 41 43 42 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7514 r7815 37 37 # 38 38 39 user=`whoami`40 39 program=ganymed 41 source /home/$ user/Mars/datacenter/scripts/sourcefile40 source /home/$USER/Mars/datacenter/scripts/sourcefile 42 41 43 42 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7799 r7815 37 37 # 38 38 39 user=`whoami`40 39 program=star 41 source /home/$ user/Mars/datacenter/scripts/sourcefile40 source /home/$USER/Mars/datacenter/scripts/sourcefile 42 41 43 42 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7612 r7815 33 33 export PATH=$PATH:$ROOTSYS/bin 34 34 35 mars=/home/ operator/Mars35 mars=/home/$USER/Mars 36 36 macrospath=$mars/datacenter/macros 37 37 scriptspath=$mars/datacenter/scripts -
trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles
r7529 r7815 36 36 # 37 37 38 user=`whoami`39 38 program=writesequencefile 40 source /home/$ user/Mars/datacenter/scripts/sourcefile39 source /home/$USER/Mars/datacenter/scripts/sourcefile 41 40 42 41 set -C
Note:
See TracChangeset
for help on using the changeset viewer.