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

[tycho-4.0.x] Add workaround for multiple calls of repo mojo using wrong URL #2699

Merged
merged 1 commit into from
Aug 3, 2023

Commits on Aug 1, 2023

  1. Add workaround for multiple calls of repo mojo using wrong URL

    BND currently cache file resources but not using the URL (see
    bndtools/bnd#5740) as the cache key, because
    of that it happens that if a mojo is called multiple times with the same
    underlying file that a wrong URL is used.
    
    This replaces the convenient call with an equivalent one that uses no
    cache instead.
    
    (cherry picked from commit 53d46f1)
    laeubi committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a4b129e View commit details
    Browse the repository at this point in the history