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

Add workaround for multiple calls of repo mojo using wrong URL #2698

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Aug 1, 2023

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.

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.
@laeubi laeubi added the backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change label Aug 1, 2023
@github-actions
Copy link

github-actions bot commented Aug 1, 2023

Test Results

   561 files  ±0     561 suites  ±0   4h 42m 32s ⏱️ - 1m 15s
   359 tests ±0     353 ✔️ ±0    6 💤 ±0  0 ±0 
1 077 runs  ±0  1 058 ✔️ ±0  19 💤 ±0  0 ±0 

Results for commit c45fff3. ± Comparison against base commit 3a77cb7.

@laeubi laeubi merged commit 53d46f1 into eclipse-tycho:master Aug 1, 2023
9 checks passed
@github-actions
Copy link

github-actions bot commented Aug 1, 2023

💚 All backports created successfully

Status Branch Result
tycho-4.0.x

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant