Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] why does tycho fail with this?



On Tue, Apr 7, 2020 at 12:11 PM Johan Compagner <jcompagner@xxxxxxxxxx> wrote:
I don't want that jenkins suddenly uses a different set of plugins because the p2 sites where updated..

Then avoid using p2 repo which have changing contents, and put strict version ranges in .target file so if one file is suddenly missing, resolution would fail. 

So i was just wondering what tycho uses if tycho is based in target files...

The Eclipse plugins inside Tycho are based on a target filet that references some Platform repo which is -by "contract" with the Platform team- immutable, so the resolution which happens when target file is edited should result to the same set of bundles anytime in the future.

Back to the top