IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17665


Ignore:
Timestamp:
May 13, 2008, 3:55:25 PM (18 years ago)
Author:
bills
Message:

use touch parameter for ipp_datapath.pl
Make timeout for copy task 150 sec which is longer than the 120
passed to the underlying program dsget

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/register.pro

    r17624 r17665  
    156156    ## generate output log based on filerule (convert the URI to a PATH)
    157157    ## note that we use ipp_datapath here not ipp_filename because the CAMERA name is not yet controlled
    158     $logfile = `ipp_datapath.pl $logfile`
     158#echo before logfile is $logfile
     159    $logfile = `ipp_datapath.pl --touch $logfile`
    159160    if ("$logfile" == "")
    160161      echo "WARNING: logfile not defined in register.pro:160"
    161162      break
    162163    end
     164
     165#echo after logfile is $logfile
    163166
    164167    stdout $logfile
     
    287290    ## generate output log based on filerule (convert the URI to a PATH)
    288291    ## note that we use ipp_datapath here not ipp_filename because the CAMERA name is not yet controlled
    289     $logfile = `ipp_datapath.pl $logfile`
     292#echo before logfile is $logfile
     293    $logfile = `ipp_datapath.pl --touch $logfile`
    290294    if ("$logfile" == "")
    291295      echo "WARNING: logfile not defined in register.pro:291"
    292296      break
    293297    end
     298
     299#echo after logfile is $logfile
    294300
    295301    stdout $logfile
  • trunk/ippTasks/summit.copy.pro

    r17653 r17665  
    226226    periods      -exec     0.05
    227227    periods      -poll     0.025
    228     periods      -timeout  15
     228    periods      -timeout  150
    229229    # trage       16:00 23:59
    230230    # trage       00:00 04:00
Note: See TracChangeset for help on using the changeset viewer.