Changeset 28484 for branches/pap/tools/errors.pl
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/errors.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/tools/errors.pl
r28088 r28484 78 78 $label_table = "magicDSRun"; 79 79 $fault_table = "magicDSFile"; 80 } elsif ($stage eq "publish") { 81 $sql = "SELECT pub_id, client_id, hostname, path_base FROM publishRun JOIN publishDone USING(pub_id) WHERE fault != 0 AND state = 'new'"; 82 $label_table = "publishRun"; 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"; 80 88 } else { 81 89 die "Unsupported stage: $stage\n";
Note:
See TracChangeset
for help on using the changeset viewer.
