Fix runroot settings for bodhi pungi configs
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
69303f6ee6
commit
eccf981b9e
1 changed files with 1 additions and 4 deletions
|
@ -35,14 +35,11 @@ sigkeys = [
|
||||||
{% endif %}
|
{% endif %}
|
||||||
]
|
]
|
||||||
hashed_directories = True
|
hashed_directories = True
|
||||||
runroot = True
|
|
||||||
runroot_channel = 'compose'
|
|
||||||
runroot_tag = 'f[[ release.version_int ]]-build'
|
|
||||||
|
|
||||||
# RUNROOT settings
|
# RUNROOT settings
|
||||||
runroot = True
|
runroot = True
|
||||||
runroot_channel = 'compose'
|
runroot_channel = 'compose'
|
||||||
runroot_tag = '[[ release.dist_tag ]]-build'
|
runroot_tag = 'f[[ release.version_int ]]-build'
|
||||||
|
|
||||||
# PKGSET
|
# PKGSET
|
||||||
pkgset_source = 'koji' # koji, repos
|
pkgset_source = 'koji' # koji, repos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue