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

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Aug 1, 2023

Backport

This will backport the following commits from master to tycho-4.0.x:

Questions ?

Please refer to the Backport tool documentation

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 laeubi merged commit bce43d0 into tycho-4.0.x Aug 3, 2023
2 checks passed
@HannesWell HannesWell deleted the backport/tycho-4.0.x/pr-2698 branch August 31, 2023 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant