IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42644


Ignore:
Timestamp:
Apr 1, 2024, 1:55:56 PM (2 years ago)
Author:
eugene
Message:

streaksrelease is no longer needed: magic is not used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippScripts/scripts/dist_bundle.pl

    r42403 r42644  
    6868my %empty_cleaned = ();
    6969
     70# no longer needed: magic is no longer used
     71# my $streaksrelease   = can_run('streaksrelease') or (warn "Can't find streaksrelease" and $missing_tools = 1);
     72
    7073# Look for programs we need
    7174my $missing_tools;
    72 my $streaksrelease   = can_run('streaksrelease') or (warn "Can't find streaksrelease" and $missing_tools = 1);
     75my $streaksrelease = '/bin/false';
    7376my $bgtool   = can_run('bgtool') or (warn "Can't find bgtool" and $missing_tools = 1);
    7477my $staticskytool   = can_run('staticskytool') or (warn "Can't find staticskytool" and $missing_tools = 1);
Note: See TracChangeset for help on using the changeset viewer.