Skip to content

Commit

Permalink
Merge abe6c97 into d93d509
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Aug 11, 2020
2 parents d93d509 + abe6c97 commit f74566a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions reana_commons/config.py
Expand Up @@ -213,23 +213,26 @@ def load(cls, kind):
"""REANA components log format."""

CVMFS_REPOSITORIES = {
"alice.cern.ch": "alice",
"alice-ocdb.cern.ch": "alice-ocdb",
"alice.cern.ch": "alice",
"ams.cern.ch": "ams",
"atlas.cern.ch": "atlas",
"atlas-condb.cern.ch": "atlas-condb",
"atlas-nightlies.cern.ch": "atlas-nightlies",
"cms.cern.ch": "cms",
"atlas.cern.ch": "atlas",
"cernvm-prod.cern.ch": "cernvm-prod",
"cms-ib.cern.ch": "cms-ib",
"cms-opendata-conddb.cern.ch": "cms-opendata-conddb",
"compass.cern.ch": "compass",
"cms.cern.ch": "cms",
"compass-condb.cern.ch": "compass-condb",
"compass.cern.ch": "compass",
"cvmfs-config.cern.ch": "cvmfs-config",
"fcc.cern.ch": "fcc",
"geant4.cern.ch": "geant4",
"grid.cern.ch": "grid",
"ilc.desy.de": "ilc-desy",
"lhcb.cern.ch": "lhcb",
"lhcb-condb.cern.ch": "lhcb-condb",
"lhcb.cern.ch": "lhcb",
"lhcbdev.cern.ch": "lhcbdev",
"na61.cern.ch": "na61",
"na62.cern.ch": "na62",
"projects.cern.ch": "projects",
Expand Down

0 comments on commit f74566a

Please sign in to comment.