]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
some cleanup, better documentation
authormkrzewic <mikolaj.krzewicki@cern.ch>
Sat, 18 Oct 2014 08:48:19 +0000 (10:48 +0200)
committermkrzewic <mikolaj.krzewicki@cern.ch>
Sat, 18 Oct 2014 08:48:19 +0000 (10:48 +0200)
PWGPP/QA/scripts/alienSync.conf
PWGPP/QA/scripts/runQA.sh

index 59f9ae820dc6f46ddc7d8ce5f11f40f2c3ab9e6a..b772077329d4e98f373742b3bcc040caf291577d 100644 (file)
@@ -9,6 +9,7 @@ alienFindCommand="alien_find /alice/data/2012/ OCDB/root_archive.zip"
 #this one skips the alienFindCommand and uses the existing localAlienDatabase.list file
 #useExistingAlienFileDatabase=1
 
+#use absolute paths! it affects the creation of the local file list
 localPathPrefix="/hera/alice/alien"
 
 logOutputPath="/hera/alice/aux/logs/alienSync/alienSync.2012.CalibObjects.root.logs"
index c83b81f2e5e1c41e7a87a5f24c7ab7da2d389d10..ab8780d35c08d240272920440edb2242aac7286a 100755 (executable)
@@ -258,7 +258,7 @@ updateQA()
       #go to a temp dir to do the period level stuff in a completely clean dir
       tmpPeriodLevelQAdir="${tmpProductionDir}/periodLevelQA"
       echo
-      echo tmpPeriodLevelQAdir="${tmpProductionDir}/periodLevelQA"
+      echo tmpPeriodLevelQAdir="${tmpPeriodLevelQAdir}"
       if ! mkdir -p ${tmpPeriodLevelQAdir}; then continue; fi
       cd ${tmpPeriodLevelQAdir}