Fix pungi.rpm.conf

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-24 22:07:03 +00:00
parent 189880aa9b
commit 494d1498c6

View file

@ -44,7 +44,7 @@ filter_system_release_packages = False
# GATHER # GATHER
gather_source = 'comps' gather_source = 'comps'
gather_method = 'nodeps' gather_method = 'deps'
gather_backend = 'dnf' gather_backend = 'dnf'
check_deps = False check_deps = False
greedy_method = 'build' greedy_method = 'build'
@ -127,7 +127,7 @@ ostree = [
[% endif %] [% endif %]
translate_paths = [ 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' koji_profile = 'bodhi_koji'
link_type = 'hardlink-or-copy' link_type = 'hardlink-or-copy'