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/pscheckperl

    r40786 r42138  
    22
    33$tagsets = "tagsets";
     4if (!-d $tagsets || !-r $tagsets || !-x $tagsets) { die "missing the directory of distribution tables: $tagsets\n"; }
    45
    56$version = "";
     
    4041
    4142if ( @ARGV == 0) {
    42     @list = <$tagsets/*.perl>;
    43     $file = $list[-1];
     43    die "a distribution name is now required by pscheckperl (e.g., ipp-ubuntu)\n";
    4444} else {
    4545    $file = "$tagsets/$ARGV[0].perl";
Note: See TracChangeset for help on using the changeset viewer.