From 9612241396a343b7635252fedb1c3f8014d7c6e1 Mon Sep 17 00:00:00 2001 From: Ozan Unsal Date: Tue, 21 Sep 2021 10:48:35 +0200 Subject: [PATCH] Add COMPOSE_ID into the pungi log file Jira: RHELCMP-6739 Signed-off-by: Ozan Unsal --- pungi/scripts/pungi_koji.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pungi/scripts/pungi_koji.py b/pungi/scripts/pungi_koji.py index 6f1b92a6..aaa5773a 100644 --- a/pungi/scripts/pungi_koji.py +++ b/pungi/scripts/pungi_koji.py @@ -377,6 +377,8 @@ def run_compose( ) compose.log_info("Compose top directory: %s" % compose.topdir) compose.log_info("Current timezone offset: %s" % pungi.util.get_tz_offset()) + compose.log_info("COMPOSE_ID=%s" % compose.compose_id) + compose.read_variants() # dump the config file