use a more sensible prefix for system config files

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2019-12-05 17:32:20 +01:00
parent 84d87ecb98
commit 9c018ff12e

View file

@ -24,7 +24,7 @@ import toml
_here = os.path.dirname(__file__)
_default_conf_root = os.path.join(_here, 'default-config-files')
_system_conf_root = '/etc'
_system_conf_root = os.path.join(os.path.sep, 'etc', 'distgit-bugzilla-sync')
config_files = {
'default': {