mirror of
https://src.koozali.org/Infra/smeserver-pungi.git
synced 2025-02-17 23:51:53 +01:00
add top-level conf
This commit is contained in:
parent
d6cd0c2965
commit
704305ee9d
19
smeserver.conf
Normal file
19
smeserver.conf
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
from shared/variables import *
|
||||||
|
from rocky/variables import *
|
||||||
|
from shared/all import *
|
||||||
|
from rocky/override import *
|
||||||
|
|
||||||
|
koji_profile = "koji"
|
||||||
|
filter_system_release_packages = False
|
||||||
|
createiso_break_hardlinks = True
|
||||||
|
|
||||||
|
# GATHER
|
||||||
|
gather_prepopulate = "prepopulate.json"
|
||||||
|
|
||||||
|
greedy_method = "none"
|
||||||
|
|
||||||
|
# CHECKSUMS
|
||||||
|
media_checksums = ['sha256']
|
||||||
|
media_checksum_one_file = True
|
||||||
|
create_jigdo = False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user