Changeset 33415 for branches/meh_branches/ppstack_test/tools/regpeek.pl
- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/regpeek.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/tools/regpeek.pl
r31382 r33415 43 43 foreach my $row (@{ $data }) { 44 44 my ($exp_name,$class_id,$bt_state,$data_state,$uri,$exp_id) = @{ $row }; 45 print "$exp_name $class_id $bt_state $data_state $uri\n"; 45 print "$exp_name $class_id $bt_state $data_state $uri\t"; 46 if (($bt_state > -10)&&($data_state eq 'check_burntool')) { 47 print "#??? regtool -updateprocessedimfile -exp_id $exp_id -class_id $class_id -set_state pending_burntool -dbname gpc1"; 48 } 49 print "\n"; 46 50 if ($logs) { 47 51 $reg_log = $uri;
Note:
See TracChangeset
for help on using the changeset viewer.
