From 494d1498c6796e6d13bd38bddf3b5e34d76a2e35 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 24 Oct 2017 22:07:03 +0000 Subject: [PATCH] Fix pungi.rpm.conf Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 37a844d4c1..2ef07a58ed 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -44,7 +44,7 @@ filter_system_release_packages = False # GATHER gather_source = 'comps' -gather_method = 'nodeps' +gather_method = 'deps' gather_backend = 'dnf' check_deps = False greedy_method = 'build' @@ -127,7 +127,7 @@ ostree = [ [% endif %] translate_paths = [ - ('/mnt/koji/compose/', 'https://kojipkgs.stg.fedoraproject.org/compose/'), + ('/mnt/koji/compose/', 'https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/'), ] koji_profile = 'bodhi_koji' link_type = 'hardlink-or-copy'