Re-add prepopulate configuration
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
53060b422d
commit
3b6faaab6e
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user