IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36559


Ignore:
Timestamp:
Feb 25, 2014, 4:15:57 PM (12 years ago)
Author:
bills
Message:

ff is a valid stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20140114/ippScripts/scripts/dist_make_fileset.pl

    r35975 r36559  
    223223    my $dbname = shift;
    224224
    225     if (($stage eq 'stack') or ($stage eq 'diff') or ($stage eq 'SSdiff') or $stage eq 'sky' or $stage eq 'skycal') {
     225    if (($stage eq 'stack') or ($stage eq 'diff') or ($stage eq 'SSdiff') or $stage eq 'sky' or $stage eq 'skycal' or $stage eq "ff") {
    226226        return "";
    227227    }
Note: See TracChangeset for help on using the changeset viewer.