GNOME Bugzilla – Bug 762617
ostree_repo_static_delta_execute_offline regression
Last modified: 2016-02-24 14:56:03 UTC
This changed to not support passing in filenames (not directory names) in a recent commit, which broke xdg-app bundle installation.
Created attachment 322246 [details] [review] deltas: Fix regression in ostree_repo_static_delta_execute_offline xdg-app passed this a filename directly, and in this case it should be used as is. This regressed to always look for "superblock" in the same directory as the passed in filename.
Review of attachment 322246 [details] [review]: Damn, sorry...I need to work xdg-app into my day-to-day workflow instead of just testing it occasionally. Or stand up xdg-app testing in Continuous. Anyways, this looks reasonable, and feel free to commit as is, but it'd also be good to have a test case covering this.
Attachment 322246 [details] pushed as 1833142 - deltas: Fix regression in ostree_repo_static_delta_execute_offline