From ece623afd1dda3c1b5fda578d2573cba09e8c8e0 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 12 Apr 2018 13:09:16 +0200 Subject: [PATCH] add module defaults to the rawhide repo Signed-off-by: Adam Samalik --- fedora.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fedora.conf b/fedora.conf index 28a20cc..b543112 100644 --- a/fedora.conf +++ b/fedora.conf @@ -13,6 +13,12 @@ comps_file = { 'file': 'comps-rawhide.xml', 'command': 'make comps-rawhide.xml' } +module_defaults_dir = { + 'scm': 'git', + 'repo': 'https://pagure.io/releng/fedora-module-defaults.git', + 'branch': 'master', + 'dir': '.' +} variants_file='variants-fedora.xml' sigkeys = ['429476B4']