Skip to content

Pin version 2 of reuse

Ingo Klöcker requested to merge work/kloecker/pin-reuse-2 into master

Version 3.0 of the reuse tool (which is included in the "latest" Docker image since yesterday) wrongly reports missing copyright/licensing information in kongress's src/resources.qrc (and probably also for other projects).

See https://invent.kde.org/utilities/kongress/-/jobs/1468853 (using reuse 2.x) and https://invent.kde.org/utilities/kongress/-/jobs/1523059 (using reuse 3.0).

To test this locally clone kongress, rm -rf po (like the GitLab job does) and then run docker run -it --rm --volume $(pwd):/data fsfe/reuse:2 and docker run -it --rm --volume $(pwd):/data fsfe/reuse:latest.

Checking the hashes of the Docker images fsfe/reuse:2 and fsfe/reuse:latest you can verify that those are the images that the above jobs used.

Merge request reports