Checkupdates 'apksigner not found'

I am preparing Build Metadata to submit a new app, and everything runs fine except for checkupdates, which gives the following (see <https://gitlab.com/yawnoc/f-droid-data/-/jobs/2017644228>):

[...]
2022-01-26 10:34:52,707 WARNING: apksigner not found! Cannot sign or verify modern APKs
[...]
ERROR: Job failed: exit code 1

There appear to be no other issues, and the diff at the bottom just has an insertion of AutoName (which is meant to be automatic I think).

Is apksigner causing the problem, and if so, how do I get it to run on the server?

That’s a WARNING not an error

Add this missing bit and retry? checkupdates (#2017644228) · Jobs · Conway / F-Droid Data · GitLab

/LE: trying here works fine, but then again I have apksigner :slight_smile:

You can’t install it?

Turns out it was the missing AutoName line, thank you!

Builds fine: VirusTotal

Go ahead and open a MR :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.