Add module defaults (Infra #6851)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ff22ddcf15
commit
e9184ea524
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ sigkeys = [
|
||||||
{% endif %}
|
{% endif %}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
module_defaults_dir = {
|
||||||
|
'scm': 'git',
|
||||||
|
'repo': 'https://pagure.io/releng/fedora-module-defaults.git',
|
||||||
|
'branch': 'master',
|
||||||
|
'dir': '.'
|
||||||
|
}
|
||||||
|
|
||||||
hashed_directories = True
|
hashed_directories = True
|
||||||
|
|
||||||
# RUNROOT settings
|
# RUNROOT settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue