firefox, firefox-bin: fetch GPG key from keyring
(cherry picked from commit 1415289e67cf4a8e0ffd81088d549fbafc93e782)
This commit is contained in:
parent
a84016df15
commit
d612e8ab4a
Binary file not shown.
@ -26,7 +26,7 @@ in writeScript "update-${name}" ''
|
||||
HOME=`mktemp -d`
|
||||
export GNUPGHOME=`mktemp -d`
|
||||
|
||||
gpg --import ${./mozilla.asc}
|
||||
gpg --receive-keys 61B7B526D98F0353
|
||||
|
||||
tmpfile=`mktemp`
|
||||
url=${baseUrl}
|
||||
|
@ -21,7 +21,7 @@ writeScript "update-${attrPath}" ''
|
||||
set -eux
|
||||
HOME=`mktemp -d`
|
||||
export GNUPGHOME=`mktemp -d`
|
||||
gpg --import ${../firefox-bin/mozilla.asc}
|
||||
gpg --receive-keys 61B7B526D98F0353
|
||||
|
||||
url=${baseUrl}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user