Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Mixing in a dependency nightly build
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Tue, 9 Jun 2020 00:32:14 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=/kZsFNo0MOqbVP463HFarRNEy4sGbBOlVMC3IU8mBHs=; b=frr57gbhYBIZVA2y7M1pplv4hm2HI9HJCpUI//tUP8cHctuP3YzK3ydQtrb6n7l1kp6vo1HWMqmIZJ3ar+yiYUtWiDkMrOIYpRlIaLHbxmiAvtG2/2D+iNLI9GSZBLBT0G7Q1hXa6H5XqFxPEsXcdF+8+0UECDwo5mkJviHdfhX98XNhML11Q8YxdZmXt3EtICs/n4d+fJjhtPrwffc0Aqvndj/MFOQ7AgzHyCwPQC8vmoc5Fcn+9ZHnl12WdHSQV6sVxVrZzyFVtX+78yqm7XOPWqISbf70cENJE9V1uaXSbiFsHEALkg3/HPJpnnVfmligFA+VJLXsYU1LnKDbcw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Md4/UljZ0siPCYqig+QI36FXTonFPv7VXXhiTOtaQOheuZA2BHxXff8fRVq0JB0K2SZuF6f8IHgDk2e7/2sJQw/90c3rbOhOLxffRtNVzJN2lpIqyTR9kInDJwbMozfGLHhbV8Wj+pJhENcfqXdVtgl0KL6cTUMuxEUg8B2z6qZAnMOj+p0ezHH8RFsTPnitXBG2hK5rAZSaG23CWs3KL74ppXcHYjlCgfreNO5rN91aEyCqiAtzhMVJmy24QuqhvmoEGG7xn4ZyRWfOTS4hzMJtc4X/OjkyvD/yXjRB3dpj4tL4RnEjp5xj18M4ICJLKlp5g7xQJ9dRNawOIPKdmA==
  • Delivered-to: epp-dev@xxxxxxxxxxx
  • Ironport-sdr: WU45by4JIfsEqMALPiashKEv/1OxceSOUVmV4fy3Ys2yWJpivvRBfF8ajvsNv3DioeSqUw6IxF LB01g70Q2NMA==
  • Ironport-sdr: CB3dKB6/rYMt2oSDRL0qBwpqHTgPQiDmVzOP8XskMgVSr55GTbDpYV1rUJOP++HPD3SACTb0gj 21uWxORuTrDw==
  • List-archive: <https://www.eclipse.org/mailman/private/epp-dev>
  • List-help: <mailto:epp-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/epp-dev>, <mailto:epp-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/epp-dev>, <mailto:epp-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWPfVsQWj5gSc8gku77F+BXnVkYA==
  • Thread-topic: [epp-dev] Mixing in a dependency nightly build
  • User-agent: Microsoft-MacOutlook/16.38.20060702

Thanks for calling this out for me, Mickael!  Yes, I am familiar with filtering – we used it for another place where we needed to enforce a specific version.

 

From: <epp-dev-bounces@xxxxxxxxxxx> on behalf of Mickael Istria <mistria@xxxxxxxxxx>
Reply-To: Eclipse Packaging Project <epp-dev@xxxxxxxxxxx>
Date: Sunday, June 7, 2020 at 1:03 PM
To: Eclipse Packaging Project <epp-dev@xxxxxxxxxxx>
Subject: Re: [epp-dev] Mixing in a dependency nightly build

 

Hi,

 

Providing multiple sources will let p2 decide what version to take. p2 doesn't necessarily prefer the most recent build, so to ensure a specific version is used, you may need to either enforce some version range in the .product or feature.xml, or using Tycho target-platform filtering capability to add some extra version restriction, as explained in https://wiki.eclipse.org/Tycho/Target_Platform#Filtering

 

HTH


Back to the top