Merge pull request #98338 from Atemu/firefox-bin-update-fix

firefox-bin/update: fix
This commit is contained in:
StigP 2020-10-24 14:42:01 +00:00 committed by GitHub
commit 7ecdf141d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -23,8 +23,10 @@ in writeScript "update-${name}" ''
set -eux
pushd ${basePath}
HOME=`mktemp -d`
export GNUPGHOME=`mktemp -d`
gpg --keyserver hkps://gpg.mozilla.org --recv-keys 14F26682D0916CDD81E37B6D61B7B526D98F0353
gpg --import ${./mozilla.asc}
tmpfile=`mktemp`
url=${baseUrl}