mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:17:36 +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
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