IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2010, 3:12:28 PM (16 years ago)
Author:
watersc1
Message:

Added pantask_server mode book handling commands to nightly_stacks, and distribution fault checks to the wiki table generator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wiki_nightly_stacks_table.pl

    r26672 r26710  
    314314
    315315foreach $d (sort (keys %diststacks)) {
     316    unless (exists($fault_diststacks{$d})) {
     317        next;
     318    }
    316319    print '||' . $d ;
    317320    foreach $t (@targets) {
Note: See TracChangeset for help on using the changeset viewer.