Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
repod
Commits
e331892f
Unverified
Commit
e331892f
authored
Oct 09, 2019
by
Maxim Baz
Browse files
verify PGP signature of every pkg
parent
6fec8910
Changes
1
Hide whitespace changes
Inline
Side-by-side
db-update/db-update
View file @
e331892f
...
...
@@ -154,6 +154,11 @@ async def main() -> int:
):
raise
RuntimeError
(
f
"Common fields differ in pkgbase='
{
pkgbase
}
'"
)
# verify PGP signature
await
run
(
"gpg"
,
"--verify"
,
pkgpath
.
parent
/
f
"
{
pkgpath
.
name
}
.sig"
,
pkgpath
)
pkgbases
[
repo
][
pkgbase
][
"packages"
].
append
(
build_pkgmeta
(
pkgpath
,
pkginfo
,
pkgfiles
)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment