Task #3942
Updated by pulpbot almost 3 years ago
**Ticket moved to GitHub**: "pulp/pulp_rpm/2208":https://github.com/pulp/pulp_rpm/issues/2208 ---- Currently, we have a digest field that captures a hash digest of the update record's xml. The problem is that this is very fragile and could change based on stuff like whitespace or character encoding. ## Solution Instead, store the hash digest of UpdateRecord's fields along with the its UpdateCollections and UpdateCollectionPackages. using a detereministic data structure like an ordered dictionary.