Container object for repository data used by Butler
Parameters
----------
args - RepositoryArgs
Arguments used to initialize self.repo
cfg - RepositoryCfg
Configuration of repository
storedCfg - RepositoryCfg or None
If the cfg at root and the RepositoryArgs don't match then a new cfg is kept in cfg and the cfg that
was read from root is kept in storedCfg.
repo - Repository
The repository class instance
tags - set
The tags that apply to this repository, if any
Definition at line 72 of file butler.py.