-
Notifications
You must be signed in to change notification settings - Fork 81
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
Enable checkpoint support in pulp_deb #1250
Labels
Comments
Moustafa-Moustafa
added a commit
to Moustafa-Moustafa/pulp_deb
that referenced
this issue
Mar 10, 2025
Add the checkpoint field to AptPublicationSerializer and AptDistributionSerializer. Enable creating checkpoint publications. closes pulp#1250
Moustafa-Moustafa
added a commit
to Moustafa-Moustafa/pulp_deb
that referenced
this issue
Mar 10, 2025
Add the checkpoint field to AptPublicationSerializer and AptDistributionSerializer. Enable creating checkpoint publications. closes pulp#1250
Moustafa-Moustafa
added a commit
to Moustafa-Moustafa/pulp_deb
that referenced
this issue
Mar 10, 2025
Add the checkpoint field to AptPublicationSerializer and AptDistributionSerializer. Enable creating checkpoint publications. closes pulp#1250
Moustafa-Moustafa
added a commit
to Moustafa-Moustafa/pulp_deb
that referenced
this issue
Mar 10, 2025
Add the checkpoint field to AptPublicationSerializer and AptDistributionSerializer. Enable creating checkpoint publications. closes pulp#1250
Moustafa-Moustafa
added a commit
to Moustafa-Moustafa/pulp_deb
that referenced
this issue
Mar 10, 2025
Add the checkpoint field to AptPublicationSerializer and AptDistributionSerializer. Enable creating checkpoint publications. closes pulp#1250
Moustafa-Moustafa
added a commit
to Moustafa-Moustafa/pulp_deb
that referenced
this issue
Mar 10, 2025
Add the checkpoint field to AptPublicationSerializer and AptDistributionSerializer. Enable creating checkpoint publications. closes pulp#1250
Moustafa-Moustafa
added a commit
to Moustafa-Moustafa/pulp_deb
that referenced
this issue
Mar 10, 2025
Add the checkpoint field to AptPublicationSerializer and AptDistributionSerializer. Enable creating checkpoint publications. closes pulp#1250
Moustafa-Moustafa
added a commit
to Moustafa-Moustafa/pulp_deb
that referenced
this issue
Mar 11, 2025
Add the checkpoint field to AptPublicationSerializer and AptDistributionSerializer. Enable creating checkpoint publications. closes pulp#1250
Moustafa-Moustafa
added a commit
to Moustafa-Moustafa/pulp_deb
that referenced
this issue
Mar 11, 2025
Added the checkpoint field to AptPublicationSerializer and AptDistributionSerializer. Enabled creating checkpoint publications. closes pulp#1250
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Pulp core just recently added checkpoint support by marking specific
publications as checkpoints and serving them using checkpoint
distributions. This is a request to adapt this change in pulp_deb.
Describe the solution you'd like
I'd like to be able to mark specific publications as checkpoints and serve them.
Similar to https://snapshot.debian.org/ and https://snapshot.ubuntu.com/
Describe alternatives you've considered
Building this in our app outside of Pulp.
The text was updated successfully, but these errors were encountered: