firejail/ci
Kelvin M. Klann ac2bd3211d build: use ASCII sort on firecfg and check for duplicates
Currently the CI check does not consider certain special characters
(such as `-`) when sorting due to `sort -d`.

So remove `-d`, sort firecfg using `LC_ALL=C` and enforce that order.

Also add `sort -u` to check for duplicates.

This also allows the CI check to ignore normal comments (lines starting
with `# `) anywhere in the file.

Relates to #4643.
2023-08-05 17:17:15 -03:00
..
check/profiles build: use ASCII sort on firecfg and check for duplicates 2023-08-05 17:17:15 -03:00
printenv.sh ci: print env-related settings in each job 2023-04-28 04:45:57 -03:00