Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] building p2 repo w/o validating it

Thanks for the information Tobias.

On 04/02/2014 11:29 AM, Oberlies, Tobias wrote:
Hi Pascal,

With "consistency check" you probably mean Tycho's dependency resolution mechanism, which implicitly checks that all of the repository could be installed at once.

At the moment, this is not possible because some of the p2 repository aggregation features rely on the dependency resolution result. This is to be fixed with bug 372780 [1]. As a next step, Tycho could then become more flexible at what it can put into a p2 repository built by the eclipse-repository packaging type (see bug 403481 [2]).

In the meanwhile, you can experiment with the allowConflictingDependencies dependency resolution mode [3] (at your own risk). This may allow you to put multiple versions of e.g. a feature into your p2 repository, but also may break other things like the product materialization goal.

Regards
Tobias

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=372780
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=403481
[3] https://dev.eclipse.org/mhonarc/lists/tycho-user/msg00029.html


-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
bounces@xxxxxxxxxxx] On Behalf Of Pascal Rapicault
Sent: Freitag, 24. Januar 2014 16:48
To: Tycho user list
Subject: [tycho-user] building p2 repo w/o validating it

Hi,

By default, Tycho makes sure that the content of a p2 repo being built
is consistent.
Is there a way to disable this consistency check and have tycho include
in the produced repo any content?

Thanks

Pascal
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top