diff --git a/inventory/group_vars/odcs b/inventory/group_vars/odcs index 8bb1089585..e0764f7e89 100644 --- a/inventory/group_vars/odcs +++ b/inventory/group_vars/odcs @@ -9,6 +9,9 @@ odcs_raw_config_urls: eln: url: https://pagure.io/pungi-fedora.git config_filename: eln.conf + eln_jwboyer: + url: https://pagure.io/forks/jwboyer/pungi-fedora.git + config_filename: eln.conf cccc: url: https://pagure.io/fedora-ci/cccc-merged-configs.git config_filename: cccc.conf @@ -48,5 +51,5 @@ odcs_allowed_clients_groups: sysadmin-odcs: {} pungi-devel: {} packager: {"source_types": ["module"]} - eln-sig: {"source_types": ["tag", "module", "build", "raw_config"], "raw_config_keys": ["eln", "cccc"]} + eln-sig: {"source_types": ["tag", "module", "build", "raw_config"], "raw_config_keys": ["eln", "cccc", "eln_jwboyer"]}