Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
3c6cdb14
Verified
Commit
3c6cdb14
authored
Aug 07, 2021
by
nl6720
Browse files
.gitlab/ci/build_archiso.sh: use mkarchiso's -G option
Set gpg's --sender.
parent
59dffcf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/build_archiso.sh
View file @
3c6cdb14
...
...
@@ -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
}
"
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment