From 198a1315076d4468c6af743fe4fbe10a0c72d59e Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sat, 29 Jun 2024 16:52:18 -0700 Subject: [PATCH] fix gather.conf for local runs --- shared/gather.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/gather.conf b/shared/gather.conf index 40691df..96212aa 100644 --- a/shared/gather.conf +++ b/shared/gather.conf @@ -20,7 +20,7 @@ gather_allow_reuse = True repoclosure_backend = 'dnf' gather_prepopulate = { - 'scm': 'file', + 'scm': 'git', 'repo': GATHER_PREPOPULATE_REPO, 'branch': GATHER_PREPOPULATE_BRANCH, 'file': GATHER_PREPOPULATE_FILE,