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 %}
|
||||
]
|
||||
hashed_directories = True
|
||||
runroot = True
|
||||
runroot_channel = 'compose'
|
||||
runroot_tag = 'f[[ release.version_int ]]-build'
|
||||
|
||||
# RUNROOT settings
|
||||
runroot = True
|
||||
runroot_channel = 'compose'
|
||||
runroot_tag = '[[ release.dist_tag ]]-build'
|
||||
runroot_tag = 'f[[ release.version_int ]]-build'
|
||||
|
||||
# PKGSET
|
||||
pkgset_source = 'koji' # koji, repos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue