-
Notifications
You must be signed in to change notification settings - Fork 44
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
Comments
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
lubosmj
added a commit
that referenced
this issue
Mar 25, 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
lubosmj
added a commit
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
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:
The text was updated successfully, but these errors were encountered: