We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a118549 commit 85c8aa0Copy full SHA for 85c8aa0
package/rebuild-todo
@@ -230,10 +230,10 @@ if ((IMPORT_KEYS)); then
230
key_paths=($(find "${packages[@]/%//keys/pgp}" -type f 2>/dev/null || true))
231
232
if ((${#key_paths[@]})); then
233
- if [[ -z "$OFFLOAD" ]]; then
234
- cat "${key_paths[@]}" | gpg --import
+ cat "${key_path[@]}" | if [[ -z "$OFFLOAD" ]]; then
+ gpg --import
235
else
236
- cat "${key_paths[@]}" | ssh build.archlinux.org gpg --import
+ ssh build.archlinux.org gpg --import
237
fi
238
239
echo "No PGP key to import"
0 commit comments