Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix uniqueid and signerid commands if OE_LOG_LEVEL is set #243

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

thomasten
Copy link
Member

The commands invoke oesign to get the values from its stdout. If OE_LOG_LEVEL is, e.g., INFO, it will log something to stdout and parsing fails. The obvious solution would be to unset OE_LOG_LEVEL for the command. But getting the values from the binary is rather simple, so I decided to implement it in Go.

Copy link

netlify bot commented Jan 30, 2024

Deploy Preview for ego-docs canceled.

Name Link
🔨 Latest commit 755077c
🔍 Latest deploy log https://app.netlify.com/sites/ego-docs/deploys/65b93f3c89b6a300089f0cd2

@thomasten thomasten merged commit 1918bd0 into master Jan 31, 2024
6 checks passed
@thomasten thomasten deleted the fix-uniqueid-with-oeloglevel branch January 31, 2024 08:13
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