Fix pungi.rpm.conf
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
189880aa9b
commit
494d1498c6
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue