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

meta: handle symlinked hooks (#2478) #2481

Merged
merged 2 commits into from Feb 25, 2019

Commits on Feb 21, 2019

  1. meta: handle symlinked hooks (canonical#2478)

    Handling of symlinked hooks broke with the introduction of canonical#2440
    which tries to change permissions of their file type which can
    lead to FileNotFoundErrors as the symlinked file may not be
    available at the time of the stat change.
    
    Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
    sergiusens committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    1d70267 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    2c34d84 View commit details
    Browse the repository at this point in the history