aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-27 23:04:43 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-12-27 23:04:43 +0100
commitd2cc90d540dee5a35bd70a9d44347e20b121054e (patch)
tree255820b2857c1a9275abdf792ef72ff5ee0f2b03
parent56cc12c779744fb88bb115b55cd80fd2270589c9 (diff)
downloadnitrokey-rs-d2cc90d540dee5a35bd70a9d44347e20b121054e.tar.gz
nitrokey-rs-d2cc90d540dee5a35bd70a9d44347e20b121054e.tar.bz2
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.
-rw-r--r--.builds/lint.yml8
1 files 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