tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
2.89k stars 244 forks source link

Extract dev script for running lintian #1792

Closed jotaen4tinypilot closed 1 month ago

jotaen4tinypilot commented 2 months ago

Related https://github.com/tiny-pilot/tinypilot/issues/1716. Stacked on https://github.com/tiny-pilot/tinypilot/pull/1791.

This PR pulls out the inlined lintian invocation to its own dev script.

I had to apply one fix, because shellcheck complained about <(ls *.deb), which should be <(ls -- *.deb). Review on CodeApprove

jotaen4tinypilot commented 2 months ago

(Sorry, I screwed up the merge from master – it’s fixed now.)