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

Make transition directory name fragment reflect output directory name #13587

Closed

Commits on Jun 18, 2021

  1. Make transition directory name fragment reflect output directory name

    If output directory name is overriden, the output path does no longer
    consists of the transition directory name fragment.
    
    The calculation of transition directory name fragment does not reflect
    this situation and instead we can get conflicts due to this name itself.
    
    This patch makes sure that a the transition directory name fragment
    gets a unique hash for a given output directory name.
    torgil committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    b3a6f14 View commit details
    Browse the repository at this point in the history