Skip to content

Add XCP-ng 9.0 in the report#792

Open
glehmann wants to merge 1 commit intogln/koji-build-cache-qtkzfrom
gln/report-xcp-ng-9-tspp
Open

Add XCP-ng 9.0 in the report#792
glehmann wants to merge 1 commit intogln/koji-build-cache-qtkzfrom
gln/report-xcp-ng-9-tspp

Conversation

@glehmann
Copy link
Copy Markdown
Member

No description provided.

@glehmann glehmann requested a review from a team March 12, 2026 11:18
Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
@glehmann glehmann force-pushed the gln/report-xcp-ng-9-tspp branch from f9e6075 to a25aa19 Compare March 12, 2026 11:18
Comment on lines -200 to +202
return TAG_ORDER.index(tag)
if tag in TAG_ORDER:
return TAG_ORDER.index(tag)
else:
return -1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is that related to v9.0-incoming?

BTW, looking at that code, I think find_previous_build_commit could avoid relying on hardcoded lists, and use koji list-tag-inheritance to get the actual relation to the tags it inherits from

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is that related to v9.0-incoming?

This function is used with the tag almalinux-10.0, which I think comes from the previous task that imported the packages.

BTW, looking at that code, I think find_previous_build_commit could avoid relying on hardcoded lists, and use koji list-tag-inheritance to get the actual relation to the tags it inherits from

I don't think find_previous_build_commit is using a hardcoded list. Could you elaborate?

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