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

bug: Unable to rebase to local build #154

Closed
34N0 opened this issue Apr 9, 2024 · 1 comment · Fixed by #161
Closed

bug: Unable to rebase to local build #154

34N0 opened this issue Apr 9, 2024 · 1 comment · Fixed by #161
Assignees
Labels
type: bug Something isn't working.
Milestone

Comments

@34N0
Copy link

34N0 commented Apr 9, 2024

Hello while rebasing to a local secureblue build i get the following error:

$ bluebuild rebase config/recipes/general/recipe-silverblue-main-userns.yml
...
$ error: While pulling silverblue-main-userns-hardened: Remote "ostree-unverified-image" not found
$ ERROR => Failed to rebase to silverblue-main-userns-hardened

The error is from the subprocess spawned in

cli/src/commands/local.rs

Lines 134 to 138 in e9c96e2

Command::new("rpm-ostree")
.arg("rebase")
.arg(rebase_url)
.status()?
};

Thank you for your help!

@gmpinder
Copy link
Member

gmpinder commented Apr 9, 2024

Yeah this bug has already been fixed in main. I found it shortly after the release. This will be going out in the next patch. Sorry for not catching it in time.

@gmpinder gmpinder self-assigned this Apr 10, 2024
@gmpinder gmpinder added the type: bug Something isn't working. label Apr 10, 2024
@gmpinder gmpinder added this to the v0.8.4 milestone Apr 10, 2024
@gmpinder gmpinder linked a pull request Apr 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants