package_linter icon indicating copy to clipboard operation
package_linter copied to clipboard

manifest: packages processing should match yunohost

Open selfhoster1312 opened this issue 10 months ago • 13 comments

Since #118 was merged yesterday, i believe there is a mismatch between how package_linter and yunohost process the resources.apt.packages list in a string form.

From yunohost:

self.packages = [value.strip() for value in self.packages.split(",")]

In practice it should not change much because apt will gladly eat a space-separated string as multiple package arguments, but i'm not sure if it could affect something else.

selfhoster1312 avatar Sep 07 '23 11:09 selfhoster1312