From 3b6faaab6e417cfb6a83e08268680b11f01acee0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Jul 25 2022 15:32:38 +0000 Subject: Re-add prepopulate configuration Signed-off-by: Stephen Gallagher --- diff --git a/shared/gather.conf b/shared/gather.conf index 87b6a67..8a8f6ee 100644 --- a/shared/gather.conf +++ b/shared/gather.conf @@ -6,3 +6,12 @@ gather_method = "deps" hashed_directories = False gather_allow_reuse = True repoclosure_backend = 'dnf' + +gather_prepopulate = { + 'scm': 'git', + 'repo': GATHER_PREPOPULATE_REPO, + 'branch': GATHER_PREPOPULATE_BRANCH, + 'file': GATHER_PREPOPULATE_FILE, + 'command': GATHER_PREPOPULATE_COMMAND +} +