Closed rmatev closed 6 years ago
Right now the LHCb.LocalSite is wrongly defined in /cvmfs/lhcb.cern.ch/lib/GangaConfig/config/6-3-0/GangaLHCb.ini:
LHCb.LocalSite
/cvmfs/lhcb.cern.ch/lib/GangaConfig/config/6-3-0/GangaLHCb.ini
Ganga In [5]: config.LHCb.LocalSite Ganga Out [5]: 'LCG.CERN.ch'
git grep reveals a couple of examples to be changed.
git grep
The workaround is of course to add LocalSite=LCG.CERN.cern under [LHCb] in .gangarc.
LocalSite=LCG.CERN.cern
[LHCb]
.gangarc
Thanks for bringing this up. There is a JIRA task open to copy the update to CVMFS: https://sft.its.cern.ch/jira/browse/LHCBDEP-3564
Right now the
LHCb.LocalSite
is wrongly defined in/cvmfs/lhcb.cern.ch/lib/GangaConfig/config/6-3-0/GangaLHCb.ini
:git grep
reveals a couple of examples to be changed.The workaround is of course to add
LocalSite=LCG.CERN.cern
under[LHCb]
in.gangarc
.