Skip to content

Conversation

@ynezz
Copy link
Member

@ynezz ynezz commented Dec 11, 2025

Signing steps are currently skipped if only apk_key is configured for a branch, because IsSignEnabled only checks for usign_key or gpg_key.

Fix this by explicitly checking for apk_key.

While at it, refactor the signing checks into dedicated helper functions IsApkSigningEnabled and IsGpgSigningEnabled for better readability.

Signing steps are currently skipped if only `apk_key` is configured for a
branch, because `IsSignEnabled` only checks for `usign_key` or `gpg_key`.

Fix this by explicitly checking for `apk_key`.

While at it, refactor the signing checks into dedicated helper functions
`IsApkSigningEnabled` and `IsGpgSigningEnabled` for better readability.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
@ynezz ynezz force-pushed the ynezz/fix-signing-config branch from b99ad3b to b92996c Compare December 11, 2025 19:05
@openwrt-bot openwrt-bot merged commit b92996c into openwrt:main Dec 11, 2025
4 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.

2 participants