Skip to content

Commit

Permalink
attempt to clarify comments about repository settings
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 6, 2024
1 parent 68b6011 commit 1ceab6f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions tools/cvmfs_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@
# (none yet)


# access to a CernVM-FS repository is defined via a repos.cfg file and associated
# tarballs containing configuration settings per repository
# below, we define constants for the settings of each repository;
# the section name, eg, 'eessi-2023.06' in '[eessi-2023.06]' is not fixed and
# therefore no constant is defined for itsections and 'settings' in these files
# Constants for settings in JOB_WORKING_DIRECTORY/cfg/repos.cfg
#
# Access to a CernVM-FS repository is defined via a repos.cfg file and associated
# tarballs containing configuration settings per repository.
#
# Below, we define constants for the settings of each repository.
#
# Note, we do not define a constant for the section name, because for every
# repository we will use a different section name. For example, '[eessi-2023.06]'
# would define a section with name 'eessi-2023.06'.
#
# cfg/repos.cfg
REPOS_CFG_CONFIG_BUNDLE = "config_bundle"
REPOS_CFG_CONFIG_MAP = "config_map"
REPOS_CFG_CONTAINER = "container"
Expand Down

0 comments on commit 1ceab6f

Please sign in to comment.