IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35328


Ignore:
Timestamp:
Mar 27, 2013, 1:45:42 PM (13 years ago)
Author:
bills
Message:

change default data store location to not depend on the proxy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/cleandsproduct.pl

    r31801 r35328  
    5252
    5353
    54 $datastore = "http://datastore.ipp.ifa.hawaii.edu" if !$datastore;
     54
     55# since this needs to run on the MHPCC cluster there is no need to go to the
     56# proxy to get the datastore listing
     57$datastore = "http://ippc17/ds" if !$datastore;
     58# $datastore = "http://datastore.ipp.ifa.hawaii.edu" if !$datastore;
    5559
    5660my $uri = "$datastore/$product/index.txt";
Note: See TracChangeset for help on using the changeset viewer.