pulp / squeezer

Ansible modules to control a pulp3 server
GNU General Public License v3.0
24 stars 35 forks source link

deb_remote: add support for sync_installer and sync_udebs #152

Closed achevalet closed 1 month ago

achevalet commented 5 months ago

sync_installer and sync_udebs are required to sync installer files and packages: https://docs.pulpproject.org/pulp_deb/restapi.html#tag/Remotes:-Apt/operation/remotes_deb_apt_create

Any plan to support them? It would be great. Thanks.

mdellweg commented 5 months ago

I would be happy to see a PR. Preferably with test coverage.

joey-grant commented 1 month ago

@mdellweg, I have submitted a pull request for this issue: https://github.com/pulp/squeezer/pull/172

Let me know if anything needs to be tweaked.