Changeset 28794 for branches/eam_branches/ipp-20100621/tools/errors.pl
- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
-
branches/eam_branches/ipp-20100621/tools/errors.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/tools/errors.pl
r28385 r28794 82 82 $label_table = "publishRun"; 83 83 $fault_table = "publishDone"; 84 } elsif ($stage eq "diffphot") { 85 $sql = "SELECT diff_phot_id, skycell_id, hostname, path_base FROM diffPhotRun JOIN diffPhotSkyfile USING(diff_phot_id) WHERE fault != 0 AND state = 'new'"; 86 $label_table = "diffPhotRun"; 87 $fault_table = "diffPhotSkycell"; 88 } elsif ($stage eq "chip_bg") { 89 $sql = "SELECT chip_bg_id, class_id, hostname, path_base FROM chipBackgroundRun JOIN chipBackgroundImfile USING(chip_bg_id) WHERE fault != 0 AND state = 'new'"; 90 $label_table = "chipBackgroundRun"; 91 $fault_table = "chipBackgroundImfile"; 92 } elsif ($stage eq "warp_bg") { 93 $sql = "SELECT warp_bg_id, skycell_id, hostname, path_base FROM warpBackgroundRun JOIN warpBackgroundSkyfile USING(warp_bg_id) WHERE fault != 0 AND state = 'new'"; 94 $label_table = "warpBackgroundRun"; 95 $fault_table = "warpBackgroundSkyfile"; 84 96 } else { 85 97 die "Unsupported stage: $stage\n";
Note:
See TracChangeset
for help on using the changeset viewer.
