GNOME Bugzilla – Bug 763855
summary cache broke remote refs for readonly repo
Last modified: 2016-03-18 16:36:21 UTC
ostree remote refs now fails hard for a system repo, as it can't write the summary file, but this used to work. Lets just ignore the permissions error so this works again.
Created attachment 324240 [details] [review] Don't fail "ostree remote refs" if writing the summary cache is not permitted It used to be allowed to run something like "ostree remote refs" on a read-only (e.g. system) repo. However, the summary cache caused that to break. This commit just makes it not save the cache if we get some kind of permission error when writing it. It'll still work, even without the cache.
the patch looks fine
Attachment 324240 [details] pushed as cb60de0 - Don't fail "ostree remote refs" if writing the summary cache is not permitted