- Timestamp:
- 03/05/06 00:40:19 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7568 r7569 27 27 reason to use callisto_Dec04Jan05.rc 28 28 29 * datacenter/script/dowebplots: 30 - reduced number of files to be updated by a limitation in 31 modification time 32 29 33 30 34 -
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7563 r7569 75 75 76 76 77 #finding all rootfiles in the webdirectory 77 #finding all rootfiles in the webdirectory, that were modified in the last 3 days 78 78 #this are all statusdisplays 79 rootfiles=`find $webdir/$type/ -maxdepth 10 -name '*.root' | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma' | grep -v 'summary'`79 rootfiles=`find $webdir/$type/ -maxdepth 10 -name '*.root' -mtime -3 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma' | grep -v 'summary'` 80 80 81 81 #exit if no rootfiles are found
Note:
See TracChangeset
for help on using the changeset viewer.