Skip to content

fix: use correct directory for trusted-keys - #21

Merged
HastD merged 1 commit into
secureblue:livefrom
alexvojproc:fix-dir
Aug 24, 2026
Merged

fix: use correct directory for trusted-keys#21
HastD merged 1 commit into
secureblue:livefrom
alexvojproc:fix-dir

Conversation

@alexvojproc

@alexvojproc alexvojproc commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

I was using a different (wrong) bootstrap build script in my copr which changed the directory layout. ${script_dir} is the appropriate one here, not ${build_dir}.

In my copr ${build_dir} was correct, and worked when I tested it. But then I added a follow-up commit to switch to using patches, and for that I added the more logical ${script_dir} without changing the other usage.

It's important that we merge this soon, otherwise builds will fail.

I've tested this with:

#!/bin/bash
set -euxo pipefail
git clone --depth 1 https://github.com/alexvojproc/kernel.git
cd kernel
./copr_script.sh

Sorry!

@HastD
HastD merged commit dd730a6 into secureblue:live Aug 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants