Changeset 9107 for trunk/MagicSoft
- Timestamp:
- 08/07/08 09:58:55 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9106 r9107 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2008/08/07 Stefan Ruegamer 22 23 * datacenter/scripts/makecallistolinks 24 - added a condition to prevent the linking of the old Dec04Jan05.rc 25 for mux data 26 27 * datacenter/scripts/cutslices 28 - changed checklock to checklock continue to prevent the program 29 from exiting if a lock file already exists 30 31 20 32 21 33 2008/08/06 Daniela Dorner -
trunk/MagicSoft/Mars/datacenter/scripts/cutslices
r9081 r9107 41 41 42 42 # query db 20 times for jobs 43 for ((j=0 ; j < 20 ; j++))43 for ((j=0 ; j < 10000 ; j++)) 44 44 do 45 45 gettodo "1" >> $scriptlog 2>&1 … … 48 48 49 49 lockfile=$lockpath/lock-$table-$column-$runno.txt 50 checklock >> $scriptlog 2>&150 checklock continue >> $scriptlog 2>&1 51 51 52 52 setstatus "start" >> $scriptlog 2>&1 -
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r9088 r9107 52 52 53 53 # query failed callistos (returncode 13) from DB 54 query="SELECT fSequenceFirst, fTelescopeNumber from SequenceProcessStatus where fReturnCode=13 and fProgramId=14 "54 query="SELECT fSequenceFirst, fTelescopeNumber from SequenceProcessStatus where fReturnCode=13 and fProgramId=14 and fSequenceFirst<200000" 55 55 primaries=( `sendquery` ) 56 56 if [ ${#primaries[@]} -eq 0 ]
Note:
See TracChangeset
for help on using the changeset viewer.