mirror of
https://github.com/flatpak/flatpak.git
synced 2026-07-08 07:07:35 -04:00
Since the remote metadata can come from either the summary file or the ostree-metadata ref, and the latter is available offline, there's no reason to require the summary file when fetching metadata. This commit changes flatpak_installation_fetch_remote_metadata_sync() and flatpak_installation_fetch_remote_size_sync() to treat summary fetch errors as non-fatal. Treating them as fatal is currently preventing GNOME Software from doing LAN app updates. GNOME Software should ideally be using metadata from the commits themselves, but that change will have to wait for the fix for https://github.com/flatpak/flatpak/issues/1592, I think. Closes: #1701 Approved by: alexlarsson