From 43678736a18ec06d260dab65d794e2196fa3eb4f Mon Sep 17 00:00:00 2001 From: cc <18856836718@163.com> Date: Mon, 23 Sep 2024 17:11:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../download_and_deploy/src/component_install/clamav_deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/download_and_deploy/src/component_install/clamav_deploy.py b/tools/download_and_deploy/src/component_install/clamav_deploy.py index 41e9bb6..87d1f2f 100644 --- a/tools/download_and_deploy/src/component_install/clamav_deploy.py +++ b/tools/download_and_deploy/src/component_install/clamav_deploy.py @@ -23,5 +23,5 @@ class ClamAVDeploy(DeployBase): cls._remote_exec_command(ip, ssh_client, cmd) except (timeout_decorator.TimeoutError, OSError, IOError) as e: LOGGER.error(f"Remote machine {ip} install {cls.component_name} failed. " - f"Exec '{cmd}' failed Please run this command in this machine.") + f"Exec '{cmd}' failed Please run this command (or with 'sudo' run) in this machine.") raise OSError(PROMPT_MAP.get(cmd, f"Remote machine {ip} exec '{cmd}' failed.")) -- Gitee From f3d55f888d6081d63c565c14ce8b9682bbfea9f2 Mon Sep 17 00:00:00 2001 From: cc <18856836718@163.com> Date: Mon, 30 Sep 2024 15:43:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=B7=A5=E5=85=B7=E6=B5=81=E7=A8=8B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/download_and_deploy/src/download/download_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/download_and_deploy/src/download/download_config.py b/tools/download_and_deploy/src/download/download_config.py index 31c3cac..5992c9e 100644 --- a/tools/download_and_deploy/src/download/download_config.py +++ b/tools/download_and_deploy/src/download/download_config.py @@ -22,7 +22,7 @@ BiShengJDK17 = { CompatibilityTesting = { "component_name": "CompatibilityTesting", "file": "https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.3/compatibility_testing.tar.gz", - "file_size": "76451308", + "file_size": "37157677", } DevKitTester = { -- Gitee