Skip to content

`fdroid build --test` keeps unsigned APKs in tmp/ that fail to reproduce

Before, whenever an unsigned APK failed to reproduce, it was just deleted. That makes debugging hard. This makes it keep the unsigned APK, which is written in tmp/ when using fdroid build --test. fdroiddata!5690 (comment 551241963)

@jspricke this is related to !864 (merged)

This includes some fixes related to reproducible builds and CI.

Merge request reports