Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Filter for multiple platforms when mirroring with tycho-p2-extras-plugin?

It won't be as easy as specifying a filter. What the mirror tool needs to have is a set of variable bindings to evaluate filters _in the p2 metadata_. You can't pass a filter to a filter...

Support for multiple ws/os/arch triples would need to be added in the mirror tool in p2 (starting point: PermissiveSlicer). But patches to p2 are also welcome :-)

Regards
Tobias


> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of Sievers, Jan
> Sent: Freitag, 30. September 2011 09:54
> To: Tycho user list
> Subject: Re: [tycho-user] Filter for multiple platforms when mirroring
> with tycho-p2-extras-plugin?
> 
> I don't think so. try several mirror calls with append.
> BTW not specifying a filter will mirror for all platforms.
> 
> the ant task also only provides simple key=value filters
> http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.platform.doc
> .isv%2Fguide%2Fp2_repositorytasks.htm
> 
> maybe it's possible to generalize this to more versatile LDAP filters like
> 
> (|(osgi.os=linux) (osgi.os=win32) )
> 
> patches welcome.
> 
> Jan
> 
> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of Eric Jain
> Sent: Donnerstag, 29. September 2011 20:05
> To: tycho-user
> Subject: [tycho-user] Filter for multiple platforms when mirroring with
> tycho-p2-extras-plugin?
> 
> http://wiki.eclipse.org/Tycho/Additional_Tools shows how to filter for
> one platform (linux/gtk/x86). But is it possible to filter for more
> than one platform (e.g. both linux/gtk/x86 and win32/win32/x86)?
> _______________________________________________
> 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