-
Notifications
You must be signed in to change notification settings - Fork 83
Added support for syncing DEP11 files #1277
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
base: 3.5
Are you sure you want to change the base?
Conversation
This change aims to add support for syncing of DEP11 metadata files, enabling the use of application stores like KDE Discover which are based on Appstream.
1a0f8a4 to
42fb9b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be really great if we could make this feature optional.
Similar to the sync_udebs or sync_sources options. https://pulpproject.org/pulp_deb/restapi/#tag/Remotes:-Apt/operation/remotes_deb_apt_create
So an option you can set on the remote like sync_dep11.
Ideally we would want to have tests for this as well, however, this is trickier since we would need to create a new or expand one of the existing test data repositories. I'm not sure on the top of my head if these files need to be added via a reprepo command or not.
We'll need to look into this, but I wanted to give some immediate feedback first!
|
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution! |
|
Thanks for removing the stale label. I'm still working to finish #1275 |
|
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution! |
|
That PR isn't stale but needs rebasing to main (and resolving conflicts). |
|
This issue is no longer marked for closure. |
|
This pull request is no longer marked for closure. |
This change aims to add support for syncing of DEP11 metadata files, enabling the use of application stores like KDE Discover which are based on Appstream.
closes: #1276