-
Notifications
You must be signed in to change notification settings - Fork 4
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: Signing module failing copying ublue-os cosign public key #317
Comments
I got this error here: But it's gone when I reverted to However, you have this error without any modifications to Yeah, this looks like it could be an upstream Ublue issue. ublue-os/cosmic images also miss So I think it's the issue with |
Oh looks like the build errors I'm getting are cause of the change in main. I think I temporarily fixed it with this blue-build/cli@82606cc. I should release a patch version before we merge the module changes in |
I didn't get this error with the main branch 15 hours ago nor now. Likely an issue with the PR then. Releasing a patch version is a good idea. I'll approve all the /usr/etc/ PRs, so y'all can merge them when ready. Notify me and I'll have the announcement posted everywhere. The next nine hours would be a good timespan for me for this, otherwise this change will get pushed back to next week. |
Ah, makes sense why it works... Agree on releasing a CLI patch version before merging PRs. |
@xynydev I'm ready & available for merging stuff in the similar time window as you. |
Fixed in BlueBuild CLI v0.8.12 |
I'm seeing the error
cp: cannot stat '/usr/share/ublue-os/cosign.pub': No such file or directory
from thesigning
module. I'm not sure if this is something due to upstream but we should get this fixedThe text was updated successfully, but these errors were encountered: