GNOME Bugzilla – Bug 764059
local pulls import unnecessary objects
Last modified: 2016-03-23 19:00:26 UTC
When doing a ostree pull from a local source that *only* had the objects that were needed for the pull to succeed (i.e. not the objects that were already available in the target repo) the pull failed becaused it tried to import already available objects.
Created attachment 324576 [details] [review] pull local: Don't import objects we already have In particular, I noticed this because the pull failed when trying to pull from a shallow repo which only had the new objects that was needed.
Review of attachment 324576 [details] [review]: LGTM, thanks.