diff options
| author | nl6720 <nl6720@gmail.com> | 2021-08-07 13:03:01 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2021-08-25 00:26:07 +0300 |
| commit | 3c6cdb1469dddbb617fe29b14c57e1fff6a43240 (patch) | |
| tree | fabce631a161b94bf6ec2286823b8dd0c60def9f /.gitlab | |
| parent | 59dffcf11a3e7d55e4d9171ba2b4a2d0bd262368 (diff) | |
| download | archiso-3c6cdb1469dddbb617fe29b14c57e1fff6a43240.tar.gz archiso-3c6cdb1469dddbb617fe29b14c57e1fff6a43240.tar.bz2 | |
.gitlab/ci/build_archiso.sh: use mkarchiso's -G option
Set gpg's --sender.
Diffstat (limited to '.gitlab')
| -rwxr-xr-x | .gitlab/ci/build_archiso.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/ci/build_archiso.sh b/.gitlab/ci/build_archiso.sh index 8a6f92f..5250b51 100755 --- a/.gitlab/ci/build_archiso.sh +++ b/.gitlab/ci/build_archiso.sh @@ -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}" \ |
