mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
Ports: Don't import GPG keys on download
This was part of our setup for verifying GPG-signed files, but that is no longer needed.
This commit is contained in:
parent
b8cf8c6081
commit
58cf3b365e
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/timschumi
Commit: 58cf3b365e
Pull-request: https://github.com/SerenityOS/serenity/pull/19970
1 changed files with 0 additions and 3 deletions
|
@ -380,9 +380,6 @@ fetch() {
|
||||||
run_nocd bsdtar xf "${PORT_META_DIR}/${filename}" || run_nocd unzip -qo "${PORT_META_DIR}/${filename}"
|
run_nocd bsdtar xf "${PORT_META_DIR}/${filename}" || run_nocd unzip -qo "${PORT_META_DIR}/${filename}"
|
||||||
run touch .${filename}_extracted
|
run touch .${filename}_extracted
|
||||||
;;
|
;;
|
||||||
*.asc)
|
|
||||||
run_nocd gpg --import "${PORT_META_DIR}/${filename}" || true
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
echo "Note: no case for file $filename."
|
echo "Note: no case for file $filename."
|
||||||
cp "${PORT_META_DIR}/${filename}" ./
|
cp "${PORT_META_DIR}/${filename}" ./
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue