YunoHost / package_linter

Linter for YunoHost applications packages
https://yunohost.org/#/packaging_apps
GNU Affero General Public License v3.0
17 stars 13 forks source link

`set_legacy_permission` to report a warning instead of info #98

Closed alexAubin closed 2 years ago

alexAubin commented 2 years ago

It's now been a while since the release of 4.1 and thanks to the hard work of the packaging team we're down to only a handful of level 7+ apps still reporting this :

jirafeau leed libreto lstu lufi lutim mailman privatebin ttrss

Proposing to switch this to a warning to further encourage getting rid of this legacy ... What got me triggered is somebody encountering the infamous issue on jirafeau with "my domain got a dash which got transformed into a dot and the url permission is found to be invalid, hence install crash" (that's because of the old perm regex format) (though migrating old protected_regex is not trivial..)