IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41064


Ignore:
Timestamp:
Nov 5, 2019, 11:51:40 AM (7 years ago)
Author:
eugene
Message:

do not allow the old neb-cull --one_only option to run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/Nebulous-Server/lib/Nebulous/Server.pm

    r41041 r41064  
    19241924    if (not defined $find_invalid) { $find_invalid = 0; }
    19251925
     1926    if ($find_invalid eq "find them all") {
     1927        $log->logdie("old neb-cull --one_only, neb-rm --invalid both disabled by new Server.pm");
     1928    }
     1929
    19261930    # vol_name overrides the key implied volume
    19271931    my ($h_vol_id, $h_cab_id, $h_site_id);
Note: See TracChangeset for help on using the changeset viewer.