IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2022, 10:45:04 AM (4 years ago)
Author:
eugene
Message:

forcing tagset name for pschecklibs and pscheckperl, switching to tagsets named by environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/psconfig/pschecklibs

    r34087 r42138  
    22
    33$tagsets = "tagsets";
     4if (!-d $tagsets || !-r $tagsets || !-x $tagsets) { die "missing the directory of distribution tables: $tagsets\n"; }
     5
    46$needdev = 0;
    57
     
    5557
    5658if ( @ARGV == 0) {
    57     @list = <$tagsets/*.libs>;
    58     $file = $list[-1];
     59    die "a distribution name is now required by pschecklibs (e.g., ipp-ubuntu)\n";
    5960} else {
    6061    $file = "$tagsets/$ARGV[0].libs";
Note: See TracChangeset for help on using the changeset viewer.