From d2cc90d540dee5a35bd70a9d44347e20b121054e Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 27 Dec 2019 23:04:43 +0100 Subject: Use the AUR package for reuse in the lint build Previously, we used pip to manually install the fsfe-reuse package. Now we can use the new AUR package reuse. --- .builds/lint.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.builds/lint.yml b/.builds/lint.yml index e055071..026f5da 100644 --- a/.builds/lint.yml +++ b/.builds/lint.yml @@ -2,14 +2,10 @@ # SPDX-License-Identifier: CC0-1.0 image: archlinux packages: - - python - - python-pip - - python-pygit2 + - reuse sources: - https://git.ireas.org/nitrokey-rs tasks: - - setup: | - pip install --user fsfe-reuse - reuse: | cd nitrokey-rs - ~/.local/bin/reuse lint + reuse lint -- cgit v1.2.1