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

Remove symlinks also from dependencies. #303

Merged
merged 3 commits into from
Jun 30, 2020
Merged

Commits on Jun 26, 2020

  1. Remove symlinks also from dependencies.

    The change in #302 only removed
    symlinks from the directory path for `main.jsonnet`; this commit also
    modifies the code that iteratoes through all the transitive dependencies
    to de-symlink them.
    
    Signed-off-by: Milan Plzik <[email protected]>
    mplzik committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    9c15294 View commit details
    Browse the repository at this point in the history
  2. Fail early if symlink can't be resolved.

    Signed-off-by: Milan Plzik <[email protected]>
    mplzik committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    a459cb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Return error instead of failing.

    Signed-off-by: Milan Plzik <[email protected]>
    mplzik committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    21a6227 View commit details
    Browse the repository at this point in the history