[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2e4f9b46821d4f40eadca253496816060c862156@linux.dev>
Date: Tue, 11 Jun 2024 13:39:17 +0000
From: si.yanteng@...ux.dev
To: "Dongliang Mu" <dzm91@...t.edu.cn>, "Alex Shi" <alexs@...nel.org>,
"Yanteng Si" <siyanteng@...ngson.cn>, "Jonathan Corbet" <corbet@....net>
Cc: hust-os-kernel-patches@...glegroups.com, linux-doc@...r.kernel.org,
"Dongliang Mu" <dzm91@...t.edu.cn>, "Cheng Ziqiu"
<chengziqiu@...t.edu.cn>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] scripts: add scripts/checktransupdate.py
2024年6月11日 21:17, "Dongliang Mu" <dzm91@...t.edu.cn> 写到:
>
> The checktransupdate.py script helps track the translation status of
>
> the documentation in different locales, e.g., zh_CN and verify if
>
> these documenation is up-to-date. More specially, it uses `git log`
>
> commit to find the latest english commit from the translation commit
>
> (order by author date) and the latest english commits from HEAD. If
>
> differences occur, report the file and commits that need to be updated.
>
> Signed-off-by: Dongliang Mu <dzm91@...t.edu.cn>
>
> Signed-off-by: Cheng Ziqiu <chengziqiu@...t.edu.cn>
>
> ---
>
> v1->v2: revise the output format of git commits
>
> add some description and usage of this script
>
> scripts/checktransupdate.py | 203 ++++++++++++++++++++++++++++++++++++
>
> 1 file changed, 203 insertions(+)
>
> create mode 100755 scripts/checktransupdate.py
>
Reviewed-by: Yanteng Si <siyanteng@...ngson.cn>
Thanks,
Yanteng
Powered by blists - more mailing lists