Index: /trunk/tools/cleandsproduct.pl
===================================================================
--- /trunk/tools/cleandsproduct.pl	(revision 35327)
+++ /trunk/tools/cleandsproduct.pl	(revision 35328)
@@ -52,5 +52,9 @@
 
 
-$datastore = "http://datastore.ipp.ifa.hawaii.edu" if !$datastore;
+
+# since this needs to run on the MHPCC cluster there is no need to go to the
+# proxy to get the datastore listing
+$datastore = "http://ippc17/ds" if !$datastore;
+# $datastore = "http://datastore.ipp.ifa.hawaii.edu" if !$datastore;
 
 my $uri = "$datastore/$product/index.txt";
