[Buildroot] [PATCH 4/4 v2] tools: move check-package out of support/scripts/

Ricardo Martincoski ricardo.martincoski at gmail.com
Mon Jun 19 01:13:28 UTC 2017


Hello,

On Sun, Jun 18, 2017 at 11:01 AM, Yann E. MORIN wrote:

[snip]
>  rename {support/scripts => tools}/checkpackagelib/base.py (100%)
>  rename {support/scripts => tools}/checkpackagelib/lib.py (100%)
>  rename {support/scripts => tools}/checkpackagelib/lib_config.py (100%)
>  rename {support/scripts => tools}/checkpackagelib/lib_hash.py (100%)
>  rename {support/scripts => tools}/checkpackagelib/lib_mk.py (100%)
>  rename {support/scripts => tools}/checkpackagelib/lib_patch.py (100%)
>  rename {support/scripts => tools}/checkpackagelib/readme.txt (91%)

nit: there are 6 more comments using the old path.

-# See support/scripts/checkpackagelib/readme.txt before editing this file.
+# See tools/checkpackagelib/readme.txt before editing this file.

It could be fixed when applying using this sed:
sed -e 's,support/scripts/,tools/,g' -i tools/checkpackagelib/*.py

Another option is to remove the 6 comments if you think they are too repetitive.

Regards,
Ricardo


More information about the buildroot mailing list