.gitlab/ci/build_archiso.sh: use mkarchiso's -G option

Set gpg's --sender.
This commit is contained in:
nl6720 2021-08-07 13:03:01 +03:00
parent 59dffcf11a
commit 3c6cdb1469
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369

View File

@ -199,6 +199,8 @@ EOF
| awk -F':' '{if($1 ~ /sec/){ print $5 }}'
)"
pgp_sender="Arch Linux Release Engineering (Ephemeral Signing Key) <arch-releng@lists.archlinux.org>"
print_section_end "ephemeral_pgp_key"
}
@ -240,6 +242,7 @@ run_mkarchiso() {
-D "${install_dir}" \
-c "${codesigning_cert} ${codesigning_key}" \
-g "${pgp_key_id}" \
-G "${pgp_sender}" \
-o "${output}/" \
-w "${tmpdir}/" \
-m "${buildmode}" \