From 1d6938c2c4a98f644c25e117985720ae6141ccd6 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Aug 19 2020 23:17:00 +0000 Subject: Adding createrepo_extra_modulemd to fix perl 5.30 Please merge https://git.centos.org/centos/centos-metadata/pull-request/1 before merging this Signed-off-by: Mohan Boddu --- diff --git a/c8-stream.conf b/c8-stream.conf index cdadf26..3d604be 100644 --- a/c8-stream.conf +++ b/c8-stream.conf @@ -82,6 +82,15 @@ media_checksums = ['sha256'] media_checksum_one_file = True create_jigdo = False +# Pull in modulemd for older module versions to fill in gaps in contexts +createrepo_extra_modulemd = { + "AppStream": { + "scm": "git", + "repo": "git://git@git.centos.org/centos/centos-metadata.git", + "dir": "extra-modulemd", + } +} + # BUILDINSTALL bootable = True buildinstall_method = "lorax"