IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2025, 9:17:20 AM (14 months ago)
Author:
eugene
Message:

removing deprecated addstar modes (stack and staticsky), add support for xcff, some general code cleanup for addstar_run.pl; remove dependency on streakrelease in dist_bundle.pl; add scripts for xcstack/xcsky/xcff stages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_bundle.pl

    r42730 r42835  
    7373my %empty_cleaned = ();
    7474
     75# no longer needed: magic is no longer used
     76# my $streaksrelease   = can_run('streaksrelease') or (warn "Can't find streaksrelease" and $missing_tools = 1);
     77
    7578# Look for programs we need
    7679my $missing_tools;
    77 my $streaksrelease   = can_run('streaksrelease') or (warn "Can't find streaksrelease" and $missing_tools = 1);
     80my $streaksrelease = '/bin/false';
    7881my $bgtool   = can_run('bgtool') or (warn "Can't find bgtool" and $missing_tools = 1);
    7982my $staticskytool   = can_run('staticskytool') or (warn "Can't find staticskytool" and $missing_tools = 1);
Note: See TracChangeset for help on using the changeset viewer.