#1122822 golang-github-dreamitgetit-statuscake: please make the build reproducible

#1122822#5
Date:
2025-12-12 20:12:11 UTC
From:
To:
Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
golang-github-dreamitgetit-statuscake could not be built reproducibly.

This because the packaging moves the fixtures directory into place for
the tests, but does not remove it afterwards and it ends up being
shipped in the binary package. This means that if the tests are
skipped (via nocheck), then the package will not contain those files.

Patch attached that removes fixtures/ after running the tests.

 [0] https://reproducible-builds.org/


Regards,