From 153eb628e82cb772019b5fc02af0722ecd8025ca Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Wed, 22 Apr 2020 17:14:51 +0800 Subject: [PATCH] Delete outdated comments JIRA: RHELCMP-395 Signed-off-by: Haibo Lin --- pungi/phases/repoclosure.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pungi/phases/repoclosure.py b/pungi/phases/repoclosure.py index 12492dd0..9cca398f 100644 --- a/pungi/phases/repoclosure.py +++ b/pungi/phases/repoclosure.py @@ -134,8 +134,4 @@ def _run_repoclosure_cmd(compose, repos, lookaside, arches, logfile): # Use temp working directory directory as workaround for # https://bugzilla.redhat.com/show_bug.cgi?id=795137 with temp_dir(prefix="repoclosure_") as tmp_dir: - # Ideally we would want show_cmd=True here to include the - # command in the logfile, but due to a bug in Kobo that would - # cause any error to be printed directly to stderr. - # https://github.com/release-engineering/kobo/pull/26 run(cmd, logfile=logfile, workdir=tmp_dir, show_cmd=True)