From eccf981b9e8c0d6e9ee2c4589f02e86d0f3f0f49 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 17 Apr 2018 18:22:20 +0000 Subject: [PATCH] Fix runroot settings for bodhi pungi configs Signed-off-by: Mohan Boddu --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 4e0128374c..c5e5b2b04c 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -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