IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28385


Ignore:
Timestamp:
Jun 17, 2010, 7:23:55 AM (16 years ago)
Author:
Paul Price
Message:

Adding publish stage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/errors.pl

    r28088 r28385  
    7878    $label_table = "magicDSRun";
    7979    $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";
    8084} else {
    8185    die "Unsupported stage: $stage\n";
Note: See TracChangeset for help on using the changeset viewer.