Actions
Task #3998
closedStore UpdateReference information during sync
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 43
Quarter:
Description
Currently, there's no model or code to sync/publish UpdateReference[0] information.
Here's an example of a snippet from some updateinfo.xml:
<references>
<reference href="https://bugzilla.redhat.com/show_bug.cgi?id=1226339" id="1226339" type="bugzilla" title="php-Faker-v1.5.0 is available"/>
</references>
[0] http://rpm-software-management.github.io/createrepo_c/python/lib.html#createrepo_c.UpdateReference
Updated by daviddavis about 6 years ago
Looks like we did create a text field for storing json serialized update references that I removed:
We could re-add this field but my concern is that if we diff two errata, a json list I think would be indeterministic and could throw a false negative if the list of UpdateReferences are functionally equivalent.
Updated by daviddavis about 6 years ago
Per this meeting this morning, I think we decided to use a separate UpdateReference model.
Updated by daviddavis about 6 years ago
- Tracker changed from Issue to Task
- % Done set to 0
Updated by ttereshc about 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ttereshc
- Sprint set to Sprint 43
Updated by ttereshc about 6 years ago
- Status changed from ASSIGNED to POST
Added by ttereshc about 6 years ago
Updated by ttereshc about 6 years ago
- Subject changed from Store and publish UpdateReference information to Store UpdateReference information during sync
- Status changed from POST to MODIFIED
Updated by ttereshc almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Store UpdateReference
re #3998 https://pulp.plan.io/issues/3998