Re: [cross-project-issues-dev] Building SimRel with Tycho for 2021-03

2020-11-12 Thread Mickael Istria
On Tue, Nov 10, 2020 at 5:21 PM Jonah Graham wrote: > - The gerrit today only has a subset of the parts of CDT that are in > simrel.aggr/cdt.aggrcom (the only contribution I looked at closely). AFAICT > only the items that are categorized are present in category.xml. Where do > uncategorized

Re: [cross-project-issues-dev] Building SimRel with Tycho for 2021-03

2020-11-11 Thread Mickael Istria
On Wed, Nov 11, 2020 at 10:06 AM Christoph Läubrich wrote: > So it does not really fix anything in the file itself? It's better if it modifies the file directly IMO. > Currently, if tycho can't resolve it simply fails with: "can't resolve > because missing requirement XYZ and so on" > It

Re: [cross-project-issues-dev] Building SimRel with Tycho for 2021-03

2020-11-11 Thread Christoph Läubrich
> Fix version will fix the version of the features in category.xml > according to p2 repos. Eg for each feature in category.xml, it would > verify the feature for the given version is available in the p2 repos > (target platform), and if not, it would suggest a change to make. So it does not

Re: [cross-project-issues-dev] Building SimRel with Tycho for 2021-03

2020-11-11 Thread Mickael Istria
On Wed, Nov 11, 2020 at 9:00 AM Christoph Läubrich wrote: > As I'm currently working on category.xml adding support for source > features/bundles if someone can explain what exactly this "fix versions" > does I can investigate if it is possible to be added to tycho. > Fix version will fix the

Re: [cross-project-issues-dev] Building SimRel with Tycho for 2021-03

2020-11-11 Thread Christoph Läubrich
> There is no such tool for Tycho/category.xml As I'm currently working on category.xml adding support for source features/bundles if someone can explain what exactly this "fix versions" does I can investigate if it is possible to be added to tycho. Tycho has already a version-updater for

Re: [cross-project-issues-dev] Building SimRel with Tycho for 2021-03

2020-11-10 Thread Mickael Istria
Hello Jonah, Thanks for having a look, answer inline On Tue, Nov 10, 2020 at 5:21 PM Jonah Graham wrote: > 1. Merge conflicts - this is probably not such a big deal as the tycho > validation seems very fast (2 minutes!). > I think the case of merge conflicts are almost non-existent for

Re: [cross-project-issues-dev] Building SimRel with Tycho for 2021-03

2020-11-10 Thread Jonah Graham
Hi Mickael and all the other people who worked hard to get to this point, This is great, well done! I had a look at the gerrit and it is quite nice. It certainly looks familiar. And despite my concerns listed below, moving to Tycho seems fairly obviously the way forward. There are a few

[cross-project-issues-dev] Building SimRel with Tycho for 2021-03

2020-11-10 Thread Mickael Istria
Hi all, With a recent patch, Tycho has achieved a major milestone that allows it to be a viable replacement to build SimRel repo in place of the very specific CBI aggregator. Specifically, Tycho now can validate a build plan without downloading all artifacts, so it can allow the Gerrit patch/CI