Skip to content
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

fetcher: Always open tmpfiles in repo (except on FUSE) #2913

Merged
merged 1 commit into from
Jul 6, 2023

Commits on Jul 5, 2023

  1. fetcher: Always open tmpfiles in repo (except on FUSE)

    This reverts commit 4e61e6f
    and re-instates the fix for ensuring that we download temporary
    files into the repository location.
    
    However in order to ensure we don't re-introduce
    ostreedev#2900
    we detect the case where we're writing to a FUSE mount
    and keep the prior behavior.
    
    I've verified that this works with flatpak.
    
    Note a downside of this is the change needs to be triplicated
    across the 3 http backends.
    
    This then again
    Closes: ostreedev#2571
    cgwalters committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ba9c9de View commit details
    Browse the repository at this point in the history