mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-09-13 18:06:19 +02:00
Compare commits
1 Commits
2b2d224776
...
morten/reu
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a23569bb05 |
@@ -120,6 +120,14 @@ if (( ${#validpgpkeys[@]} != 0 )); then
|
|||||||
git add --force -- keys/pgp/*
|
git add --force -- keys/pgp/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Allow us to disable REUSE
|
||||||
|
_RUN_REUSE=${_RUN_REUSE:-1}
|
||||||
|
if ((_RUN_REUSE)); then
|
||||||
|
reuse download
|
||||||
|
reuse lint
|
||||||
|
git add --force -- LICENSES/*
|
||||||
|
fi
|
||||||
|
|
||||||
# find files which should be under source control
|
# find files which should be under source control
|
||||||
needsversioning=(PKGBUILD)
|
needsversioning=(PKGBUILD)
|
||||||
for s in "${source[@]}"; do
|
for s in "${source[@]}"; do
|
||||||
|
Reference in New Issue
Block a user