Skip to content
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 users to sync specific refs #163

Closed
lubosmj opened this issue Feb 2, 2022 · 0 comments · Fixed by #175
Closed

Enable users to sync specific refs #163

lubosmj opened this issue Feb 2, 2022 · 0 comments · Fixed by #175
Assignees
Labels
Milestone

Comments

@lubosmj
Copy link
Member

lubosmj commented Feb 2, 2022

Users should be allowed to specify which refs they want to be synced. Syncing a whole remote repository may be cumbersome because there can be dozens of refs. Syncing a single ref from the official Fedora IoT repository takes approximately 15 minutes.

Users will be able to specify the refs they want to sync from like this:

pulp ostree remote create --name bla --url bla --include-refs "fedora/stable/x86_64/iot, fedora/devel/x86_64/iot"
@lubosmj lubosmj added the Feature label Feb 2, 2022
@lubosmj lubosmj moved this to Triaged in pulp_ostree Mar 9, 2022
@lubosmj lubosmj added this to the 2.0.0a6 milestone Mar 9, 2022
@lubosmj lubosmj self-assigned this Mar 9, 2022
@lubosmj lubosmj moved this from Triaged to In Progress in pulp_ostree Mar 9, 2022
@lubosmj lubosmj moved this from In Progress to Triaged in pulp_ostree Mar 9, 2022
@lubosmj lubosmj moved this from Triaged to In Progress in pulp_ostree Mar 9, 2022
lubosmj added a commit to lubosmj/pulp_ostree that referenced this issue Mar 22, 2022
lubosmj added a commit to lubosmj/pulp_ostree that referenced this issue Mar 22, 2022
In this commit, there was also altered a database model for Ref objects. The only information that is stored in a file is the checksum of a referenced commit. This can be saved directly to a string instead of holding reference to an artifact.

closes pulp#163
lubosmj added a commit to lubosmj/pulp_ostree that referenced this issue Mar 22, 2022
In this commit, there was also modified the database model for Ref objects. The only information that is stored in a file is the checksum of a referenced commit. This can be saved directly to a string instead of holding the reference to an artifact.

closes pulp#163
lubosmj added a commit to lubosmj/pulp_ostree that referenced this issue Mar 22, 2022
In this commit, the model for Ref objects was modified. The checksum of a referenced commit can be saved to a string directly. Holding the reference to an artifact with such information is worthless.

closes pulp#163
lubosmj added a commit to lubosmj/pulp_ostree that referenced this issue Mar 22, 2022
In this commit, the model for Ref objects was modified. The checksum of a referenced commit can be saved to a string directly. Holding the reference to an artifact with such information is worthless.

closes pulp#163
lubosmj added a commit to lubosmj/pulp_ostree that referenced this issue Mar 22, 2022
In this commit, the model for Ref objects was modified. The checksum of a referenced commit can be saved to a string directly. Holding the reference to an artifact with such information is worthless.

closes pulp#163
lubosmj added a commit to lubosmj/pulp_ostree that referenced this issue Mar 22, 2022
Repository owner moved this from In Progress to Done in pulp_ostree Mar 25, 2022
lubosmj added a commit to lubosmj/pulp_ostree that referenced this issue Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant