Skip to content
Snippets Groups Projects
Commit 1c4f33d7 authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye:
Browse files

Do not export attribute user IDs (photo IDs)


There's no need to have images in pacman keyring...

Signed-off-by: default avatarChristian Hesse <mail@eworm.de>
parent b3cb9594
Branches wip/aur
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ TMPDIR=$(mktemp -d)
trap "rm -rf '${TMPDIR}'" EXIT
KEYSERVER='hkp://pool.sks-keyservers.net'
GPG="gpg --quiet --batch --no-tty --no-permission-warning --keyserver "${KEYSERVER}" --homedir ${TMPDIR}"
GPG="gpg --quiet --batch --no-tty --no-permission-warning --export-options no-export-attributes --keyserver "${KEYSERVER}" --homedir ${TMPDIR}"
pushd "$(dirname "$0")" >/dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment