Changeset 17665
- Timestamp:
- May 13, 2008, 3:55:25 PM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
register.pro (modified) (2 diffs)
-
summit.copy.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/register.pro
r17624 r17665 156 156 ## generate output log based on filerule (convert the URI to a PATH) 157 157 ## 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` 159 160 if ("$logfile" == "") 160 161 echo "WARNING: logfile not defined in register.pro:160" 161 162 break 162 163 end 164 165 #echo after logfile is $logfile 163 166 164 167 stdout $logfile … … 287 290 ## generate output log based on filerule (convert the URI to a PATH) 288 291 ## 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` 290 294 if ("$logfile" == "") 291 295 echo "WARNING: logfile not defined in register.pro:291" 292 296 break 293 297 end 298 299 #echo after logfile is $logfile 294 300 295 301 stdout $logfile -
trunk/ippTasks/summit.copy.pro
r17653 r17665 226 226 periods -exec 0.05 227 227 periods -poll 0.025 228 periods -timeout 15 228 periods -timeout 150 229 229 # trage 16:00 23:59 230 230 # trage 00:00 04:00
Note:
See TracChangeset
for help on using the changeset viewer.
