mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-09-14 10:26:18 +02:00
Compare commits
2 Commits
a356a94c6a
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3f0ebbc6d2 | ||
![]() |
fc56ebedf3 |
@@ -150,6 +150,7 @@ _pkgctl_cmds=(
|
|||||||
db
|
db
|
||||||
diff
|
diff
|
||||||
issue
|
issue
|
||||||
|
license
|
||||||
release
|
release
|
||||||
repo
|
repo
|
||||||
search
|
search
|
||||||
|
@@ -57,7 +57,7 @@ mkdir -p keys/pgp
|
|||||||
error=0
|
error=0
|
||||||
|
|
||||||
for key in "${validpgpkeys[@]}"; do
|
for key in "${validpgpkeys[@]}"; do
|
||||||
gpg --output "$TEMPDIR/$key.asc" --armor --export --export-options export-clean "$key" 2>/dev/null
|
gpg --output "$TEMPDIR/$key.asc" --armor --export --export-options export-minimal "$key" 2>/dev/null
|
||||||
|
|
||||||
# gpg does not give a non-zero return value if it fails to export...
|
# gpg does not give a non-zero return value if it fails to export...
|
||||||
if [[ -f $TEMPDIR/$key.asc ]]; then
|
if [[ -f $TEMPDIR/$key.asc ]]; then
|
||||||
|
@@ -188,6 +188,7 @@ path = [
|
|||||||
"README.md",
|
"README.md",
|
||||||
"keys/**",
|
"keys/**",
|
||||||
".SRCINFO",
|
".SRCINFO",
|
||||||
|
".gitignore",
|
||||||
".nvchecker.toml",
|
".nvchecker.toml",
|
||||||
"*.install",
|
"*.install",
|
||||||
"*.sysusers",
|
"*.sysusers",
|
||||||
|
Reference in New Issue
Block a user