-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest ostree broke flatpak #798
Labels
Comments
cgwalters
added a commit
to cgwalters/ostree
that referenced
this issue
Apr 18, 2017
Logic error introduced after refactoring; we hoisted the `is_bare_user_symlink` variable to the top, but its computation below. But the `is_bare` symlink depended on it. Closes: ostreedev#798
Urg. PR in #799 |
cgwalters
added a commit
to cgwalters/ostree
that referenced
this issue
Apr 18, 2017
This is a bugfix release for 2017.4 to fix a regression that broke flatpak: ostreedev#798
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 2017.4 release broke flatpak: flatpak/flatpak#710
It seems bare-user symlink checkouts are using hardlinks when they should not.
I bisected this to
d3385a3
The text was updated successfully, but these errors were encountered: