Delete outdated comments
JIRA: RHELCMP-395 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
f7944a406e
commit
153eb628e8
@ -134,8 +134,4 @@ def _run_repoclosure_cmd(compose, repos, lookaside, arches, logfile):
|
|||||||
# Use temp working directory directory as workaround for
|
# Use temp working directory directory as workaround for
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=795137
|
# https://bugzilla.redhat.com/show_bug.cgi?id=795137
|
||||||
with temp_dir(prefix="repoclosure_") as tmp_dir:
|
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)
|
run(cmd, logfile=logfile, workdir=tmp_dir, show_cmd=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user