From 022d3e739e320e1af98fdd6c1ac9bffdf1a3622d Mon Sep 17 00:00:00 2001 From: Yue Tao Date: Sun, 5 Dec 2021 08:56:41 +0800 Subject: [PATCH] debrepack.py: s/untar_cmd/tar_cmd/ The untar_cmd has been replaced by tar_cmd Story: 2008846 Task: 43138 Signed-off-by: Yue Tao Change-Id: I5ad0ddcdcc99d80aad5e95a252da0c0e48671671 --- build-tools/stx/debrepack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/stx/debrepack.py b/build-tools/stx/debrepack.py index e8e3ab5d..ed4962a1 100755 --- a/build-tools/stx/debrepack.py +++ b/build-tools/stx/debrepack.py @@ -503,7 +503,7 @@ class Parser(): self.logger.error("The md5sum of %s is %s, but %s is expected", tarball_file, md5sum, tarball_md5sum) raise ValueError(f"The md5sum of {tarball_file} is {md5sum}, but {tarball_md5sum} is expected") - cmd, _, _ = untar_cmd(tarball_name) + cmd, _, _ = tar_cmd(tarball_name) # The tar ball has top directory if get_topdir(tarball_file, self.logger) is not None: # Remove the top diretory