diff --git a/backport-0013-change-script-excute-path-of-sanity_check.py.patch b/backport-0013-change-script-excute-path-of-sanity_check.py.patch new file mode 100644 index 0000000000000000000000000000000000000000..d98146019dffb3732caf518651c1e001401a85a9 --- /dev/null +++ b/backport-0013-change-script-excute-path-of-sanity_check.py.patch @@ -0,0 +1,25 @@ +From e75d82fa186b3a80441b4030299794a4eb314394 Mon Sep 17 00:00:00 2001 +From: liuqi <469227928@qq.com> +Date: Tue, 14 Sep 2021 21:36:43 +0800 +Subject: [PATCH] change script excute path of sanity_check.py + +--- + advisors/helper/reviewer_checklist.yaml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/advisors/helper/reviewer_checklist.yaml b/advisors/helper/reviewer_checklist.yaml +index b502915..45ef79b 100644 +--- a/advisors/helper/reviewer_checklist.yaml ++++ b/advisors/helper/reviewer_checklist.yaml +@@ -66,7 +66,7 @@ customization: + condition: sanity_check + claim: "" + explain: "" +- cmd: "python3 zh/technical-committee/governance/sanity_check.py ." ++ cmd: "python3 ci-scripts/sanity_check.py ." + failed: + claim: "PR必须通过CI检查" + explain: "sanity_check.py 在这个 PR 中发现错误。" +-- +2.28.0 + diff --git a/openEuler-Advisor.spec b/openEuler-Advisor.spec index d5aca92006dfdd7e1f2738695e687f4bea887b5d..920123724f834f3e4b4412d11d2fc509e88e594d 100644 --- a/openEuler-Advisor.spec +++ b/openEuler-Advisor.spec @@ -1,6 +1,6 @@ Name: openEuler-Advisor Version: 1.0.0 -Release: 14 +Release: 15 Summary: Collection of automatic tools for easily maintaining openEuler Group: Application License: Mulan PSL v2 @@ -18,6 +18,7 @@ Patch8: backport-0009-review_tool-add-command-for-retrigger-rebuilding-rev.p Patch9: backport-0010-review_tool-support-continuous-items-fast-set.patch Patch10: backport-0011-fix-open-file-exception.patch Patch11: backport-0012-review_tool-change-text-of-note.patch +Patch12: backport-0013-change-script-excute-path-of-sanity_check.py.patch BuildArch: noarch BuildRequires: python3-pytest Requires: python3-pyrpm python3-pyyaml python3-requests rpmdevtools python3-beautifulsoup4 dnf-plugins-core libabigail @@ -61,6 +62,9 @@ py.test-%{python3_version} -vv tests || : %attr(0755,root,root) %{_bindir}/prow_review_tool %changelog +* Tue Sep 14 2021 liuqi469227928 <469227928@qq.com> - 1.0.0-15 +- reviewer_checklist: change script excute path of sanity_check.py + * Fri Aug 27 2021 liuqi469227928 <469227928@qq.com> - 1.0.0-14 - review_tool: change text of note