]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed obsolete (and dangerous now) line defining the API server list from the gener...
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 16 Oct 2009 06:49:17 +0000 (06:49 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 16 Oct 2009 06:49:17 +0000 (06:49 +0000)
ANALYSIS/AliAnalysisAlien.cxx

index 8f6cae07efbe82c806dba1e829fde171acce1576..5f8bef9fd08b7526cf93f984cb3fa06b37b37bf3 100644 (file)
@@ -1966,7 +1966,6 @@ void AliAnalysisAlien::WriteExecutable()
          return;
       }
       out << "#!/bin/bash" << endl;
-      out << "export GCLIENT_SERVER_LIST=\"pcapiserv04.cern.ch:10000|pcapiserv05.cern.ch:10000|pcapiserv06.cern.ch:10000|pcapiserv07.cern.ch:10000\"" << endl;
       out << "echo \"=========================================\"" << endl; 
       out << "echo \"############## PATH : ##############\"" << endl;
       out << "echo $PATH" << endl;