diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-17 00:14:19 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-17 00:14:19 +0100 |
commit | 1ea7b2476d9a5f97ddf43f999306a70d7c5167d3 (patch) | |
tree | 421a9d00b6812b51351b8eb8d655a9a52435e0d4 | |
parent | 7c7fb802958a6fa83974906ea5eee6d9cc0758e9 (diff) | |
download | ntw-1ea7b2476d9a5f97ddf43f999306a70d7c5167d3.tar.gz ntw-1ea7b2476d9a5f97ddf43f999306a70d7c5167d3.tar.bz2 |
Use reuse AUR package in lint build
-rw-r--r-- | .builds/lint.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.builds/lint.yml b/.builds/lint.yml index c9f3902..0c4550d 100644 --- a/.builds/lint.yml +++ b/.builds/lint.yml @@ -3,18 +3,14 @@ image: archlinux packages: - gnupg - - python - - python-pip - - python-pygit2 + - reuse sources: - https://git.ireas.org/ntw tasks: - - setup: | - pip install --user fsfe-reuse - verify: | cd ntw curl -s "https://pgp.ireas.org/0x6D533958F070C57C.txt" | gpg --import git verify-commit HEAD - reuse: | cd ntw - ~/.local/bin/reuse lint + reuse lint |