Changeset 9134
- Timestamp:
- 08/27/08 11:43:55 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9133 r9134 24 24 - fixed bug in getting the dataset number (removed telescope 25 25 number) 26 27 * datacenter/scripts/copyscript: 28 - fixed bug in find for optical files 29 - added some logging 26 30 27 31 -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r9131 r9134 216 216 #moving the files 217 217 file="" 218 opticalfiles=`find $transdir/optical -regextype posix-egrep -regex '^$transdir/optical/20[0-9][0-9]_[0-1][0-9]_[0-3][0-9]_.*_[RV][_]?[12]?[.]instr$'` 218 printprocesslog "INFO processing optical files" 219 echo "processing optical files..." >> $scriptlog 2>&1 220 opticalfiles=`find $transdir/optical -regextype posix-egrep -regex "^$transdir/optical/20[0-9][0-9]_[0-1][0-9]_[0-3][0-9]_.*_[RV][_]?[12]?[.]instr$"` 219 221 for opticalfile in $opticalfiles 220 222 do … … 265 267 #update the catalog file magic_favorites.edb 266 268 printprocesslog "INFO processing new catalog files" 269 echo "Processing new catalog files" >> $scriptlog 2>&1 267 270 magfav=magic_favorites.edb #catalog filename 268 271 catalog=$setuppath/$magfav #current catalogfile
Note:
See TracChangeset
for help on using the changeset viewer.