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

Release updates: bitbake file don't update the version #7988

Closed
edsiper opened this issue Sep 28, 2023 · 1 comment · Fixed by #8073
Closed

Release updates: bitbake file don't update the version #7988

edsiper opened this issue Sep 28, 2023 · 1 comment · Fixed by #8073
Assignees
Labels

Comments

@edsiper
Copy link
Member

edsiper commented Sep 28, 2023

Bug Report

When we process a new release e.g: v2.1.10, the CI system prepares the new versioning for the new release on this case v2.1.11. The bitbake files gets renamed but the version inside it keeps being the old one:

https://github.com/fluent/fluent-bit/blob/2.1/fluent-bit-2.1.11.bb#L19

@patrick-stephens
Copy link
Contributor

The script does seem to target this but it looks like the sed is failing here:

sed_wrapper -i "s/PV = \"[0-9].[0-9].[0-9]\"/PV = \"$NEW_VERSION\"/g" "$SCRIPT_DIR"/fluent-bit-*.*.*.bb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants