Skip to content
Snippets Groups Projects
Verified Commit a76a2f4f authored by David Runge's avatar David Runge :chipmunk:
Browse files

test(mkosi): Add profile for testing of latest local executables


As we want to be able to test executables such as
`signstar-configure-build` in CI on each change, we need a separate
mkosi profile to be able to provide the latest executable and an example
configuration without interfering with the stable image build.

The `local-testing` mkosi profile allows copying more files into the
image which will shadow whatever is installed into the image.

Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent d9d07e63
No related branches found
No related tags found
1 merge request!94feat: Add system configurator for signstar host
......@@ -46,6 +46,8 @@ path = [
"resources/mkosi/signstar/mkosi.extra/usr/lib/systemd/system/*.service",
"resources/mkosi/signstar/mkosi.extra/usr/lib/systemd/import-pubring.gpg",
"resources/mkosi/signstar/mkosi.extra/usr/lib/systemd/system-preset/*.preset",
"resources/mkosi/signstar/mkosi.profiles/local-testing/mkosi.extra/usr/local/bin/.gitignore",
"resources/mkosi/signstar/mkosi.profiles/local-testing/mkosi.extra/usr/local/share/signstar/.gitignore",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Signstar Contributors"
......
!.gitignore
*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment