| |
@@ -59,9 +59,9 @@
|
| |
|
| |
# CREATEREPO
|
| |
createrepo_deltas = False
|
| |
- createrepo_database = True
|
| |
- createrepo_use_xz = True
|
| |
- createrepo_extra_args = ['--general-compress-type', 'gz', '--zck', '--zck-dict-dir=/usr/share/fedora-repo-zdicts/rawhide']
|
| |
+ createrepo_database = False
|
| |
+ createrepo_use_xz = False
|
| |
+ createrepo_extra_args = ['--general-compress-type', 'zstd', '--zck', '--zck-dict-dir=/usr/share/fedora-repo-zdicts/rawhide']
|
| |
createrepo_num_workers = 10
|
| |
|
| |
# CHECKSUMS
|
| |
Re-enable zstd compression, see #1288
Signed-off-by: Mattia Verga mattia.verga@tiscali.it