From 42daacba6c454c6354da46f4626b342b2151ce67 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 3 Apr 2020 15:04:27 +0000 Subject: [PATCH] Remove productimg from skip phases Signed-off-by: Mohan Boddu --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index e68f565994..97afa7c422 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -1,5 +1,5 @@ # PRODUCT INFO -skip_phases = ["buildinstall", "productimg", "extra_files"] +skip_phases = ["buildinstall", "extra_files"] release_name = '[[ release.id_prefix.title() ]]' release_short = '[[ release.id_prefix.title() ]]' release_version = '[[ release.version_int ]]'