Changeset 7955 for trunk


Ignore:
Timestamp:
08/29/06 15:11:26 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7954 r7955  
    2929   * datacenter/scripts/insertdatasets:
    3030     - improved logging
     31
     32   * datacenter/scripts/filesondisk:
     33     - reduced output
     34
     35   * datacenter/scripts/checklogs:
     36     - added (mails WARNs and ERRORs to $erradrs)
     37
     38   * datacenter/scripts/rmlocks:
     39     - improved logging
     40     - took removing out (reason: 12 hour limitation of condor is not
     41       working; instead mail)
    3142
    3243   * datacenter/scripts/sourcefile:
  • trunk/MagicSoft/Mars/datacenter/scripts/filesondisk

    r7954 r7955  
    142142      path=`dirname $ccfile`
    143143      path=`echo $path | sed -e 's/cc/caco/'`
    144       cacofile=`find $path -name *$newrun*` 2>/dev/null
     144      cacofile=`find $path -name *$newrun* 2>/dev/null`
    145145      if [ "$cacofile" = "" ]
    146146      then
  • trunk/MagicSoft/Mars/datacenter/scripts/rmlocks

    r7944 r7955  
    5050   if [ $compdate -gt $filedate ]
    5151   then
    52       printprocesslog "INFO removing file $file"
    53       rm -v $file
     52      printprocesslog "WARN lockfile $file is older than 12 hours"
     53#      printprocesslog "INFO removing file $file"
     54#      rm -v $file
    5455      echo "date:  "$filedate
    5556      echo "comp:  "$compdate
     
    5859done
    5960
     61printprocesslog "INFO finished $0"
     62
Note: See TracChangeset for help on using the changeset viewer.