From 619d936c35a668ac1b63d727a2ac2b71b7e733f2 Mon Sep 17 00:00:00 2001 From: devkit-pipeline <3361635964@qq.com> Date: Fri, 6 Dec 2024 02:01:12 +0000 Subject: [PATCH 1/4] update build.sh. Signed-off-by: devkit-pipeline <3361635964@qq.com> --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ac6d09e..1fc8e07 100644 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ set -e current_dir=$(cd $(dirname "$0"); pwd) -tag="v1.0.3" +tag="v1.0.4" rm -rf "${current_dir}"/build mkdir -p "${current_dir}"/build -- Gitee From 086b5c8c385bb3c2d75b521b6e0abda59804adbe Mon Sep 17 00:00:00 2001 From: devkit-pipeline <3361635964@qq.com> Date: Fri, 6 Dec 2024 02:02:07 +0000 Subject: [PATCH 2/4] =?UTF-8?q?update=20Binscope=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=8C=87=E5=8D=97.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: devkit-pipeline <3361635964@qq.com> --- "Binscope\347\224\250\346\210\267\346\214\207\345\215\227.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/Binscope\347\224\250\346\210\267\346\214\207\345\215\227.md" "b/Binscope\347\224\250\346\210\267\346\214\207\345\215\227.md" index c430e0d..32774c9 100644 --- "a/Binscope\347\224\250\346\210\267\346\214\207\345\215\227.md" +++ "b/Binscope\347\224\250\346\210\267\346\214\207\345\215\227.md" @@ -94,8 +94,8 @@ Binscope支持将扫描结果直接打印在屏幕上,也支持输出JSON格 |软件包名称|链接| |:-|--| -|binscope_aarch64.tar.gz| https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.3/binscope_aarch64.tar.gz | -|binscope_x86_64.tar.gz|https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.3/binscope_x86_64.tar.gz| +|binscope_aarch64.tar.gz| https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.4/binscope_aarch64.tar.gz | +|binscope_x86_64.tar.gz|https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.4/binscope_x86_64.tar.gz| **部署** -- Gitee From 64d0f8ce7125d224ffb2639cb1fc0a62734e1c2c Mon Sep 17 00:00:00 2001 From: devkit-pipeline <3361635964@qq.com> Date: Fri, 6 Dec 2024 02:02:46 +0000 Subject: [PATCH 3/4] update .gitee/ISSUE_TEMPLATE/bug.yml. Signed-off-by: devkit-pipeline <3361635964@qq.com> --- .gitee/ISSUE_TEMPLATE/bug.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 6f61ca4..9541337 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -49,6 +49,7 @@ body: description: 你当前正在使用我们软件的哪个版本/分支? options: - 1.0.2 (默认) - - 1.0.3 (最新) + - 1.0.3 (迭代) + - 1.0.4 (最新) validations: required: true \ No newline at end of file -- Gitee From 0fa51a6b7f6fb56391f65365419ee558deadab63 Mon Sep 17 00:00:00 2001 From: devkit-pipeline <3361635964@qq.com> Date: Fri, 6 Dec 2024 02:05:16 +0000 Subject: [PATCH 4/4] update tools/download_and_deploy/src/download/download_config.py. Signed-off-by: devkit-pipeline <3361635964@qq.com> --- tools/download_and_deploy/src/download/download_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/download_and_deploy/src/download/download_config.py b/tools/download_and_deploy/src/download/download_config.py index 8b73383..1c42a86 100644 --- a/tools/download_and_deploy/src/download/download_config.py +++ b/tools/download_and_deploy/src/download/download_config.py @@ -21,19 +21,19 @@ BiShengJDK17 = { CompatibilityTesting = { "component_name": "CompatibilityTesting", - "file": "https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.3/compatibility_testing.tar.gz", + "file": "https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.4/compatibility_testing.tar.gz", "file_size": "37157677", } DevKitTester = { "component_name": "DevKitTester", - "file": "https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.3/devkit_tester.tar.gz", + "file": "https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.4/devkit_tester.tar.gz", "file_size": "36156994", } A_FOT = { "component_name": "A-FOT", - "file": "https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.3/a-fot.tar.gz", + "file": "https://gitee.com/openeuler/devkit-pipeline/releases/download/v1.0.4/a-fot.tar.gz", "file_size": "15740", } -- Gitee