Changeset 7213 for trunk/MagicSoft
- Timestamp:
- 07/22/05 17:09:16 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7212 r7213 32 32 * datacenter/scripts/runganymed: 33 33 - removed second execution of ganymed 34 35 * datacenter/scripts/: 36 - small change in all scripts to make it easier to adapt scripts 37 for a different user 34 38 35 39 -
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r7106 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r7106 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 table=SequenceProcessStatus -
trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
r7140 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 table=DataSetProcessStatus -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7165 r7213 57 57 # 58 58 59 source /home/operator/Mars/datacenter/scripts/sourcefile 59 user=`whoami` 60 source /home/$user/Mars/datacenter/scripts/sourcefile 60 61 61 62 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/correcttime
r7106 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 table=RunProcessStatus -
trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
r7106 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
r7106 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7106 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/fillstar
r7106 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
r7074 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7212 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7212 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7212 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles
r7106 r7213 27 27 # 28 28 29 source /home/operator/Mars/datacenter/scripts/sourcefile 29 user=`whoami` 30 source /home/$user/Mars/datacenter/scripts/sourcefile 30 31 31 32 set -C
Note:
See TracChangeset
for help on using the changeset viewer.