From e01be36a9b1ff4cfea70fe2592cb561cb966f35d Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sun, 24 Apr 2022 14:08:40 -0700 Subject: [PATCH] change scm git to file --- shared/gather.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/gather.conf b/shared/gather.conf index 3bc9259..f74af96 100644 --- a/shared/gather.conf +++ b/shared/gather.conf @@ -15,7 +15,7 @@ gather_allow_reuse = True repoclosure_backend = 'dnf' gather_prepopulate = { - 'scm': 'git', + 'scm': 'file', 'repo': GATHER_PREPOPULATE_REPO, 'branch': GATHER_PREPOPULATE_BRANCH, 'file': GATHER_PREPOPULATE_FILE,