Changeset 30996
- Timestamp:
- Mar 21, 2011, 2:44:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110218/ippScripts/scripts/ipp_apply_burntool_single.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/ipp_apply_burntool_single.pl merged: 30944
r30924 r30996 131 131 run ( command => $regtool_status_cmd, verbose => $verbose ); 132 132 unless ($success) { 133 print "Unsuccessful at running regtool -checkstatus, aborting continue\n"; 133 134 $continue = 0; 134 135 } … … 147 148 $this_exp_id = $entry->{exp_id}; 148 149 $this_uri = $entry->{uri}; 149 $this_state = $entry->{ imfile_state};150 $this_state = $entry->{data_state}; 150 151 print ">> $this_exp_id $this_uri $this_state\n"; 151 152 if ($this_state eq 'pending_burntool') { … … 237 238 $command .= " -set_state full "; 238 239 } 240 239 241 $status = vsystem ($command, $REALRUN); 240 242 if ($status) { - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
