Skip to content

Make udeb a separate component#229

Open
jspricke wants to merge 1 commit intokpcyrd:mainfrom
jspricke:fix_udeb
Open

Make udeb a separate component#229
jspricke wants to merge 1 commit intokpcyrd:mainfrom
jspricke:fix_udeb

Conversation

@jspricke
Copy link
Copy Markdown
Contributor

@jspricke jspricke commented Apr 2, 2026

We added .udeb support in #203 by automatically adding them together
with the normal package (as they are build together). This results in
them being listed with component main instead of main/debian-installer
which breaks assumptions on udd.debian.org when importing the data.
Instead add them as a separate component during sync, like this:

components = [ "main", "non-free-firmware", "main/debian-installer" ]

This reverts 0bafec7 and b2480e2.

We added .udeb support in kpcyrd#203 by automatically adding them together
with the normal package (as they are build together). This results in
them being listed with component main instead of main/debian-installer
which breaks assumptions on udd.debian.org when importing the data.
Instead add them as a separate component during sync, like this:

components = [ "main", "non-free-firmware", "main/debian-installer" ]

This reverts 0bafec7 and b2480e2.
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.

1 participant