parent
36c251017e
commit
d8127b2799
1 changed files with 20 additions and 2 deletions
|
@ -1,8 +1,26 @@
|
|||
# PRODUCT INFO
|
||||
release_name = '[[ release.id_prefix.title() ]]'
|
||||
release_short = '[[ release.id_prefix.title() ]]'
|
||||
release_is_layered = False
|
||||
|
||||
hashed_directories = True
|
||||
|
||||
# PKGSET
|
||||
pkgset_source = 'koji' # koji, repos
|
||||
filter_system_release_packages = False
|
||||
|
||||
# GATHER
|
||||
greedy_method = 'build'
|
||||
|
||||
# CREATEREPO
|
||||
createrepo_c = True
|
||||
createrepo_checksum = 'sha256'
|
||||
|
||||
# MULTILIB
|
||||
# Note: If you change something here (affects updates for stable releases), also
|
||||
# submit the same change to pungi-fedora (affects Rawhide/Branched composes),
|
||||
# we want to keep them in sync:
|
||||
# https://pagure.io/pungi-fedora/blob/main/f/multilib.conf
|
||||
# https://pagure.io/pungi-fedora/blob/main/f/general.conf
|
||||
#
|
||||
# format: {arch|*: [packages]}
|
||||
multilib_blacklist = {
|
||||
|
@ -34,7 +52,7 @@ multilib_blacklist = {
|
|||
# Note: If you change something here (affects updates for stable releases), also
|
||||
# submit the same change to pungi-fedora (affects Rawhide/Branched composes),
|
||||
# we want to keep them in sync:
|
||||
# https://pagure.io/pungi-fedora/blob/main/f/multilib.conf
|
||||
# https://pagure.io/pungi-fedora/blob/main/f/general.conf
|
||||
#
|
||||
# format: {arch|*: [packages]}
|
||||
multilib_whitelist = {
|
Loading…
Add table
Add a link
Reference in a new issue