IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2011, 11:44:07 AM (15 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ippScripts/scripts/ipp_filename.pl

    r18087 r32851  
    1010#print "$ENV{'PATH'}\n";
    1111#print "$ENV{'PERL5LIB'}\n";
     12
     13# CZW: This is a horrible hack, but I don't want to have to debug all of ippMonitor to figure out why it's not working.
     14unless (defined($ENV{'NEB_SERVER'})) {
     15    $ENV{'NEB_SERVER'} = 'http://nebserver.ipp.ifa.hawaii.edu:80/nebulous';
     16}
     17
    1218
    1319use PS::IPP::Config;
Note: See TracChangeset for help on using the changeset viewer.