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

umpf: fix ignoring flags #30

Merged
merged 1 commit into from
Nov 24, 2023
Merged

Conversation

bith3ad
Copy link

@bith3ad bith3ad commented Nov 16, 2023

The flags implementation loses the flags if they are provided via umpf build followed by an umpf tag, e.g:

  • umpf build && umpf tag
  • umpf build --flags && umpf tag

In this case the flags are lost. Fix this by storing the flags and adding a build note like it is done for base and name.

The flags implementation loses the flags if they are provided via umpf
build followed by an umpf tag, e.g:

 - umpf build <useries containing flags> && umpf tag
 - umpf build <useries> --flags <flags> && umpf tag

In this case the flags are lost. Fix this by storing the flags and
adding a build note like it is done for base and name.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
@michaelolbrich michaelolbrich merged commit ec592fa into pengutronix:master Nov 24, 2023
2 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