Add missing pungi_ prefix to ODCS Pungi related variables.

This commit is contained in:
Jan Kaluža 2017-12-11 11:43:40 +00:00
parent 5cf9d013df
commit a4a66398d5
2 changed files with 5 additions and 5 deletions

View file

@ -41,9 +41,9 @@ fedmsg_certs:
odcs_allowed_source_types: ["tag", "repo", "raw_config"]
odcs_pungi_runroot_enabled: True
odcs_pungi_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"]
odcs_pungi_runroot_tag: f26-build
odcs_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"]
odcs_pungi_parent_runroot_tag: f26-build
odcs_pungi_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs
odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes

View file

@ -121,6 +121,6 @@ class ProdConfiguration(BaseConfiguration):
PUNGI_PARENT_RUNROOT_WEIGHT = {{ odcs_pungi_parent_runroot_weight }}
PUNGI_PARENT_RUNROOT_TAG = "{{ odcs_pungi_parent_tag }}"
PUNGI_PARENT_RUNROOT_ARCH = "{{ odcs_pungi_parent_runroot_arch }}"
PUNGI_RUNROOT_TARGET_DIR = "{{ odcs_runroot_target_dir }}"
PUNGI_RUNROOT_TARGET_DIR_URL = "{{ odcs_runroot_target_dir_url }}"
PUNGI_RUNROOT_TARGET_DIR = "{{ odcs_pungi_runroot_target_dir }}"
PUNGI_RUNROOT_TARGET_DIR_URL = "{{ odcs_pungi_runroot_target_dir_url }}"