nitrokey-app2 icon indicating copy to clipboard operation
nitrokey-app2 copied to clipboard

CI: fix appstream linting

Open daringer opened this issue 1 year ago • 1 comments

The linting step currently fails as cloudflare seems to block the action's get call to nitrokey.com with 403. No easy fix currently, it should be fine to disable this test

daringer avatar Nov 19 '24 13:11 daringer

The linting doesn't seem to be broken anymore, but gives a warning.

I: com.nitrokey.nitrokey-app2:48: developer-name-tag-deprecated
   The toplevel `developer_name` element is deprecated. Please use the `name` element in a
   `developer` block instead.

I: com.nitrokey.nitrokey-app2:~: developer-info-missing
   This component contains no `developer` element with information about its author.

✔ Validation was successful: infos: 2

I think we should change this before it becomes an error.

mmerklinger avatar May 19 '25 10:05 mmerklinger

Funny though this seems to be not deterministic - looks like some github action IPs/domains(?) are blocked by cloudflare, others not. It also looks like the linter just tries to get https://nitrokey.com/ and is blocked, as this is the only nitrokey.com url within the metainfo.xml

Nevertheless, the other warnings are still true

daringer avatar Jul 24 '25 12:07 daringer