Skip to content

Commit

Permalink
Update to Reuse version 3
Browse files Browse the repository at this point in the history
We make some specifications in .reuse/dep5 more specific
to get less warnings.
The remaining warnings that are printed are not important
and we can fix them with later versions of Reuse.
  • Loading branch information
PhilippWendler committed Mar 7, 2024
1 parent 68de15e commit dc43f11
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fsfe/reuse-action@v1
- uses: fsfe/reuse-action@v3
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ javascript-eslint:
reuse:
stage: test
image:
name: fsfe/reuse:1
name: fsfe/reuse:3
entrypoint: [""]
script:
- reuse lint
Expand Down
12 changes: 11 additions & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ Files: benchexec/tablegenerator/react-table/build/vendors.min.*
Copyright: various authors (full list is bundled and shown on Info tab)
License: BSD-3-Clause AND CC-BY-4.0 AND MIT AND ISC

Files: debian/*
Files: debian/NEWS
debian/README.Debian
debian/benchexec.examples
debian/changelog
debian/compat
debian/control
debian/copyright
debian/docs
debian/install
debian/source/format
debian/watch
Copyright: 2015-2020 Dirk Beyer <https://www.sosy-lab.org>
License: Apache-2.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# This file is part of BenchExec, a framework for reliable benchmarking:
# https://github.com/sosy-lab/benchexec
#
# SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org>
#
# SPDX-License-Identifier: Apache-2.0

[Service]
# Delegate all controllers such that BenchExec can make use of them
Delegate=yes

0 comments on commit dc43f11

Please sign in to comment.