-
Notifications
You must be signed in to change notification settings - Fork 80
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
Synchronization of udeb packages skip architecture “all” #740
Comments
I think we had this problem with normal packages, it is possible the fix did not work for .udeb... |
If you are talking about this bug
|
Are you using the verbatim publisher to publish your repo? At least some installer files only work with the verbatim publisher. I am not sure off the top of my head if that includes installer packages. |
publish distributions i see udeb packages in amd64 architecture repositories, but "all" packages are missing
|
Ok, this is now definitely enough information for us to reproduce this, thanks. |
Any update here? It looks not possible to use PXE provisioning with Pulp because of this bug. Thanks. |
Update: There are currently no resources to work on this, so I added a |
Version
Describe the bug
Synchronization of udeb packages skip architecture “all”
To Reproduce
When I try to sync the deb.debian repository
with settings “remotes”:
http post $BASE_ADDR/pulp/api/v3/remotes/deb/apt/ name=“debian” url=“http://deb.debian.org/debian” distributions=“bullseye” architectures=“amd64” sync_udebs=true sync_installer=true
or without architectures
http post $BASE_ADDR/pulp/api/v3/remotes/deb/apt/ name=“debian” url=“http://deb.debian.org/debian” distributions=“bullseye” sync_udebs=true sync_installer=true
Pulp skips the /debian-installer/binary-all folder and doesn’t add it to the local repository
Expected behavior
When testing on VMs, udeb.all is needed to install debian over a PXE network
The text was updated successfully, but these errors were encountered: