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 topicless tag creation #43

Merged
merged 2 commits into from
Jul 12, 2024

Conversation

pH5
Copy link
Contributor

@pH5 pH5 commented Jul 4, 2024

Calling umpf tag on an useries without topics aborts with the following error message before creating the final octopus commit and the tags:

/usr/bin/umpf: line 1129: .git/umpf/topics: No such file or directory

Fix this by allowing an empty topic list (or non-existent .git/umpf/topics state) during umpf tag.

umpf Outdated Show resolved Hide resolved
pH5 added 2 commits July 5, 2024 12:29
Calling umpf tag on an useries without topics aborts with the following
error message before creating the final octopus commit and the tags:

  /usr/bin/umpf: line 1129: .git/umpf/topics: No such file or directory

Fix this by allowing an empty topic list (or non-existent
.git/umpf/topics state) during umpf tag.

Signed-off-by: Philipp Zabel <[email protected]>
Creating a versioned tag should not fail, even if the series does not
contain any topic branches.

Signed-off-by: Philipp Zabel <[email protected]>
@michaelolbrich michaelolbrich merged commit 09bc9e6 into pengutronix:master Jul 12, 2024
2 checks passed
@pH5 pH5 deleted the topicless-tag branch July 19, 2024 10:41
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