File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,12 @@ getuto_refresh() {
7373 # Refresh all keys from the keyserver if we can.
7474 for keyserver in " ${mykeyservers[@]} " ; do
7575 # TODO: keys.openpgp.org lacks a UID for our keys, need to verify email
76- gpg ${QUIET_GPG} --batch --keyserver " ${keyserver} " --refresh-keys || true
76+ gpg ${QUIET_GPG} --batch --keyserver " ${keyserver} " --refresh-keys &
7777 done
7878 # We only sign (-> ultimate trust) the keys we originally import, so this is fine and
7979 # just serves as an additional refresh method.
80- gpg ${QUIET_GPG} --auto-key-locate=clear,nodefault,wkd --locate-key releng@gentoo.org infrastructure@gentoo.org repomirrorci@gentoo.org || true
80+ gpg ${QUIET_GPG} --auto-key-locate=clear,nodefault,wkd --locate-key releng@gentoo.org infrastructure@gentoo.org repomirrorci@gentoo.org &
81+ wait
8182
8283 touch ${LASTRUNFILE}
8384 else
You can’t perform that action at this time.
0 commit comments