.builds: add reuse lint
This commit is contained in:
parent
917bb0f00b
commit
98f662df06
4 changed files with 20 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
image: fedora/rawhide
|
||||
packages:
|
||||
- pipx
|
||||
- python3-pytest
|
||||
- redhat-rpm-config
|
||||
- rpm
|
||||
|
|
@ -14,3 +15,6 @@ tasks:
|
|||
- pytest: |
|
||||
cd forge-srpm-macros
|
||||
pytest -vv
|
||||
- reuse: |
|
||||
cd forge-srpm-macros
|
||||
pipx run reuse lint
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
<!--
|
||||
Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
|
||||
|
||||
SPDX-License-Identifier: GPL-1.0-or-later
|
||||
-->
|
||||
|
||||
# Contributing
|
||||
|
||||
This project's mailing list is
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -1,3 +1,7 @@
|
|||
# Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-1.0-or-later
|
||||
|
||||
# vim: set ts=4:
|
||||
PREFIX := /usr
|
||||
RPMMACRODIR := $(PREFIX)/lib/rpm/macros.d
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
<!--
|
||||
Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
|
||||
|
||||
SPDX-License-Identifier: GPL-1.0-or-later
|
||||
-->
|
||||
|
||||
# forge-srpm-macros
|
||||
|
||||
These macros simplify the packaging of forge-hosted projects.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue