Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ] 

001 <?xml version="1.0" ?>
002 <!-- 
003  CoolDozer API configuration file
004  author: Krzysztof Daniel Ciba
005  date: November 14th, 2007
006  purpose: holds configuration for CoolDozerClient 
007 -->
008 <cooldozer version="0.0">
009 
010 <!-- path to CoolDozer server directory -->
011 <server>/afs/cern.ch/user/c/cibak/scratch2</server>
012 <!-- path to the authentication.xml file -->
013 <auth>/afs/cern.ch/user/c/cibak/scratch2/xml/authentication.xml</auth>
014 
015 <!-- connection strings, only for SQLite  -->
016 
017 <connect db="TEST">sqlite://;schema=/afs/cern.ch/atlas/project/RTT/Results/dozer/db/test.db;dbname=%s</connect>
018 <connect db="PROD">sqlite://;schema=/afs/cern.ch/atlas/project/RTT/Results/dozer/db/%s.db;dbname=%s</connect>
019 
020 <!-- known actions -->
021 <action>db-read</action>
022 <action>db-write</action>
023 <action>create-db</action>
024 <action>generate-cfg</action>
025 
026 <!-- known db names -->
027 <testFramework>RTT</testFramework>
028 <testFramework>FCT</testFramework>
029 <testFramework>ATN</testFramework>
030 
031 <!-- known nightlies -->
032 <nightly>dev</nightly>
033 <nightly>devval</nightly>
034 <nightly>bugfix</nightly>
035 <nightly>point1</nightly>
036 <nightly re="\d{2}\.\d{1}\.\d{1}X$">NN.N.NX</nightly>
037 <nightly re="\d{2}\.\d{1}\.\d{1}X\.Y$">NN.N.NX.Y</nightly>
038 <nightly re="\d{2}\.\d{1}\.\d{1}X\.Y\-VAL$">NN.N.NX.Y-VAL</nightly>
039 <nightly re="\d{2}\.\d{1}\.OLD\.Y$">NN.N.OLD.Y</nightly>
040 <nightly>val</nightly>
041 <nightly>mig0</nightly>
042 <nightly>mig1</nightly>
043 <nightly>mig2</nightly>
044 <nightly>mig3</nightly>
045 <nightly>mig4</nightly>
046 <nightly>mig5</nightly>
047 <nightly>mig6</nightly>
048 <nightly re="(^(?:\d{1,2}\.){3}\d{1,2}$)|(^(?:\d{1,2}\.){2}\d{1,2}$)">numbered</nightly>
049 <nightly re="(^(?:\d{1,2}\.){3}Y$)|(^pcache$)">pcache</nightly>
050 <!-- this one matches to ALL -->
051 <nightly re='.+'>*</nightly>
052 
053 <!-- AFS or KIT installation?-->
054 <install>build</install>
055 <install>kit</install>
056 <!-- this one matches to ALL -->
057 <install>*</install>
058 
059 <!-- known CMTCONFIG values -->
060 <cmt>i686-slc3-gcc323-dbg</cmt>
061 <cmt>i686-slc3-gcc323-opt</cmt>
062 <cmt>i686-slc4-gcc34-dbg</cmt>
063 <cmt>i686-slc4-gcc34-opt</cmt>
064 <cmt>x86_64-slc4-gcc34-dbg</cmt>
065 <cmt>x86_64-slc4-gcc34-opt</cmt>
066 <!-- this one matches to ALL -->
067 <cmt>*</cmt>
068 
069 
070 <!-- known projects -->
071 <project>AtlasProduction</project>
072 <project>AtlasOffline</project>
073 <project>AtlasAnalysis</project> 
074 <project>AtlasTrigger</project>
075 <project>AtlasReconstruction</project>      
076 <project>AtlasSimulation</project>
077 <project>AtlasEvent</project>
078 <project>AtlasConditions</project>
079 <project>AtlasCore</project>
080 <project>AtlasTier0</project>
081 <project>AtlasP1HLT</project>
082 <!-- this one matches to ALL -->
083 <project>*</project>
084                     
085 <!-- <project>offline</project>  -->
086 <!-- <project>hlt</project>  -->
087 <!-- <project>point1</project>  -->
088 <!-- <project>p1hlt</project>  -->
089 <!-- <project>tier0</project>  -->
090 <!-- this one matches to ALL -->
091 <!-- <project>*</project>  -->
092 
093 </cooldozer>

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!