Linting issues block merge requests
APKBUILD linting was recently introduced to pmaports.git. It has some false positives currently, which are blocking merge request reviews. Thanks to everybody who's working hard on fixing those. Here are the things I noticed that must be fixed and which MRs are blocked by this change (so we can revisit them once we resolve it). Fell free to extend.
HOSTCC (affects most linux packages)
device/linux-samsung-kylessopen/APKBUILD: IC:[AL6]:device/linux-samsung-kylessopen/APKBUILD:17:prefix custom variable with _: HOSTCC="${CC:-gcc}"
IC:[AL6]:device/linux-samsung-kylessopen/APKBUILD:18:prefix custom variable with _: HOSTCC="${HOSTCC#${CROSS_COMPILE}}"
MC:[AL31]:device/linux-samsung-kylessopen/APKBUILD:17:variables must not have capital letters
MC:[AL31]:device/linux-samsung-kylessopen/APKBUILD:18:variables must not have capital letters
Upstream MR
https://gitlab.alpinelinux.org/Leo/atools/merge_requests/24
Blocked MRs
- !851
Edited by Administrator