Added deb_package to manage debian packages - #231#232
Added deb_package to manage debian packages - #231#232chtaylo2 wants to merge 3 commits intopulp:developfrom
Conversation
15e8065 to
855afae
Compare
mdellweg
left a comment
There was a problem hiding this comment.
Thank you for picking this up.
I don't think addressing packages by digest (specifically to remove them from a repository) is a convenient way. Can you select packages by name version and architecture instead?
There was a problem hiding this comment.
I'm not quite happy to add an opaque binary blob to a repository these days.
Do you think you can reuse one of the generated packages from our fixtures server?
There was a problem hiding this comment.
I agree, digest is a less optimal way, though I'm leveraging the same options available to rpm_package and file_content. I feel we should have a separate enhancement story that addresses this for all. Would you agree with this?
In regards to fixtures, pulling in something like: https://fixtures.pulpproject.org/debian_update/pool/jotunheimr/g/geirrodr/geirrodr_1.0_armeb.deb, would that be sufficient?
There was a problem hiding this comment.
Fixture changed and created a new story for package lookup. #233
#231