- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
pstamp/scripts (modified) (1 prop)
-
pstamp/scripts/pstamp_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/pstamp/scripts
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120405/pstamp/scripts (added) merged: 33948 /trunk/pstamp/scripts merged: 33455,33512,33670,33927,33963
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/pstamp/scripts/pstamp_finish.pl
r30633 r34041 201 201 # process the reglist file to get the list of files produced by this job 202 202 foreach my $line (<JRL>) { 203 204 # XXX: we are getting many cases where the size and/or md5sum calculated by 205 # the job has changed by the time the request_finish has run 206 # Don't 203 207 # add line to the requests's reglist 204 print $rlf $line; 208 # .... 209 # print $rlf $line; 210 205 211 206 212 chomp $line; 207 my ($img_name, undef) = split '\|', $line; 213 my ($img_name, $reported_size, $reported_sum, $filetype) = split '\|', $line; 214 # ... instead let dsreg compute the paramters by leaving them blank 215 print $rlf "$img_name|||$filetype|\n"; 208 216 209 217 # add line to the table definition file
Note:
See TracChangeset
for help on using the changeset viewer.
