Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion copr_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ sed --sandbox -i \
# Merge trusted-keys/* into secureblue-certs.pem. This gets appended to
# certs/rhel.pem alongside Fedora's keys (see trusted-keys.patch), so they
# all end up in CONFIG_SYSTEM_TRUSTED_KEYS and thus .builtin_trusted_keys.
cat "${build_dir}"/trusted-keys/*.pem > secureblue-certs.pem
cat "${script_dir}"/trusted-keys/*.pem > secureblue-certs.pem

git apply "${script_dir}"/patches/*.patch

Expand Down