Skip to content

Fix nightly --archive-older command line option

Torsten Grote requested to merge grote/fdroidserver:archive-fix into master

The fdroid nightly --archive-older 20 command line option doesn't work, because the code expects it to be an integer, but it gets read as a string.

This MR fixes this by parsing the number of APKs as an int and not a string.

Merge request reports