- Timestamp:
- 08/22/06 23:46:55 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7917 r7920 59 59 - moved setup from jobsourcefile to sourcefile 60 60 - added locking for gettodo 61 - make sure that lists- and lock-directory are available 61 62 62 63 * datacenter/scripts/setup: … … 111 112 * datacenter/scripts/scriptlauncher: 112 113 - added (script to start submit other scripts to condor) 114 - make sure that lists- and lock-directory are available 113 115 114 116 * datacenter/scripts/webupdate-callisto, -
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r7915 r7920 64 64 fi 65 65 echo "dates: "${dates[@]} >> $scriptlog 2>&1 66 rm -v $todofile >> $scriptlog 2>& 66 rm -v $todofile >> $scriptlog 2>&1 67 67 68 68 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r7915 r7920 62 62 fi 63 63 echo "sequences: "${sequences[@]} >> $scriptlog 2>&1 64 rm -v $todofile >> $scriptlog 2>& 64 rm -v $todofile >> $scriptlog 2>&1 65 65 66 66 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
r7915 r7920 62 62 fi 63 63 echo "datasets: "${datasets[@]} #>> $scriptlog 2>&1 64 rm -v $todofile >> $scriptlog 2>& 64 rm -v $todofile >> $scriptlog 2>&1 65 65 66 66 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/correcttime
r7915 r7920 61 61 fi 62 62 echo "runs: "${runs[@]} 63 rm -v $todofile >> $scriptlog 2>& 63 rm -v $todofile >> $scriptlog 2>&1 64 64 65 65 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r7915 r7920 86 86 fi 87 87 echo "runs: "${runs[@]} >> $scriptlog 2>&1 88 rm -v $todofile >> $scriptlog 2>& 88 rm -v $todofile >> $scriptlog 2>&1 89 89 90 90 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
r7915 r7920 63 63 fi 64 64 echo "dates: "${dates[@]} >> $scriptlog 2>&1 65 rm -v $todofile >> $scriptlog 2>& 65 rm -v $todofile >> $scriptlog 2>&1 66 66 67 67 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7915 r7920 64 64 fi 65 65 echo "sequences: "${sequences[@]} >> $scriptlog 2>&1 66 rm -v $todofile >> $scriptlog 2>& 66 rm -v $todofile >> $scriptlog 2>&1 67 67 68 68 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/fillganymed
r7915 r7920 64 64 fi 65 65 echo "datasets: "${datasets[@]} >> $scriptlog 2>&1 66 rm -v $todofile >> $scriptlog 2>& 66 rm -v $todofile >> $scriptlog 2>&1 67 67 68 68 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/fillstar
r7915 r7920 65 65 fi 66 66 echo "sequences: "${sequences[@]} >> $scriptlog 2>&1 67 rm -v $todofile >> $scriptlog 2>& 67 rm -v $todofile >> $scriptlog 2>&1 68 68 69 69 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/jobmanager
r7919 r7920 32 32 source `dirname $0`/sourcefile 33 33 user=`whoami` 34 35 makedir $listpath 36 makedir $lockpath 34 37 35 38 notcount=0 -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7915 r7920 92 92 fi 93 93 echo "sequences: "${sequences[@]} >> $scriptlog 2>&1 94 rm -v $todofile >> $scriptlog 2>& 94 rm -v $todofile >> $scriptlog 2>&1 95 95 96 96 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7915 r7920 88 88 fi 89 89 echo "datasets: "${datasets[@]} >> $scriptlog 2>&1 90 rm -v $todofile >> $scriptlog 2>& 90 rm -v $todofile >> $scriptlog 2>&1 91 91 92 92 # run ganymed for dataset -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7915 r7920 88 88 fi 89 89 echo "sequences: "${sequences[@]} >> $scriptlog 2>&1 90 rm -v $todofile >> $scriptlog 2>& 90 rm -v $todofile >> $scriptlog 2>&1 91 91 92 92 cd $mars -
trunk/MagicSoft/Mars/datacenter/scripts/scriptlauncher
r7918 r7920 30 30 source `dirname $0`/sourcefile 31 31 32 makedir $listpath 33 makedir $lockpath 34 32 35 sllogpath=$logpath/scriptlauncher/`date +%Y/%m` 33 36 makedir $sllogpath
Note:
See TracChangeset
for help on using the changeset viewer.