diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-08 23:28:20 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-10-08 23:28:20 -0400 |
commit | 221cefc280616835569df64e154fbb685a2abfe4 (patch) | |
tree | cc6791a99bf73bb035141cb09b620946a2531eda /TODO | |
parent | 310abb7b4c92851d595cb43a6e94532567a6b2a4 (diff) | |
download | sbo-maintainer-tools-221cefc280616835569df64e154fbb685a2abfe4.tar.gz |
sbopkglint: exempt /lib/firmware and /usr/share/alsa/firmware from ELF checks.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,3 @@ -TODO: sbopkglint: exempt /lib/firmware and /usr/share/alsa/firmware from ELF checks TODO: sbolint: exempt github gists URLs from check (actually, only check /archive/). TODO: sbolint: complain about backticks and chown blah.blah TODO: sbopkglint: maybe complain louder if an empty /usr/bin dir exists? aterm... @@ -7,6 +6,7 @@ TODO: sbopkglint: maybe? change "forbidden" to: TODO: sbopkglint: grep for LD_LIBRARY_PATH in /etc/profile.d/* scripts. This stuff is implemented, probably works, needs more testing: +TODO: sbopkglint: exempt /lib/firmware and /usr/share/alsa/firmware from ELF checks DONE: sbolint and sbopkglint both: complain if PRGNAM has invalid characters. DONE: if sbopkglint finds a hardcoded $PKG in /var/lib/pkgtools/scripts/*, mention doinst.sh in the error message |