Skip to content

Fix project handling #55

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bith3ad
Copy link

@bith3ad bith3ad commented Apr 28, 2025

In case the rebase step abort due to some merge conflicts the value of 'project' is lost. Fix it by making it a global variable and save it in case of an error during the bailout() step.

In case the rebase abort due to some merge conflicts the value of
'project' is lost. Fix it by making it a global variable and save it in
case of an error during the bailout() step.

Signed-off-by: Marco Felsch <[email protected]>
@bith3ad bith3ad requested a review from michaelolbrich April 28, 2025 10:43
@bith3ad
Copy link
Author

bith3ad commented Apr 28, 2025

@kbingham can you confirm that this fixes the issue you faced with libcamera?

@kbingham
Copy link

kbingham commented Apr 28, 2025

Yes, just re-ran the umpf running this commit (with a merge conflict resolution step required) and it worked with the correct version separator marker.

@kbingham
Copy link

kbingham commented Apr 28, 2025

Nope - I take it back ... something went wrong....

+    version : '0.5.0' + '.20250428.1',

Debugging

@kbingham
Copy link

Re-run - and now it's working. I think I probably had the stale/old umpf state in the .git/umpf dir when I swapped to the mfe/libcamera-fix branch ... perhaps ... ?

Anyway, I'm pretty sure this pr is correct.

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