Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Missing files on nightly update site
  • From: Bernd Hufmann <bernd.hufmann@xxxxxxxxxxxx>
  • Date: Fri, 12 Mar 2021 14:28:04 +0000
  • Accept-language: en-CA, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.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=xaCkN4+PP5pmcBvZbuSwsWiNo6lo+iKCeeLFYrKEc9E=; b=Zmoy1cYmrslbLlLmX7bckEPF2p2zsUmtMCc0BEUvkA1l+jo4Zhvzkw6223tv0rozCyAPPttDUT9lAlqsfJ9KuEcRm9O0qp4owC6refmPm2xEmnF0BPrmbweIM3r1mQHDfdeQfKYTfVJ2EwqptZry4ybW610h50ZjNhSafx2HMkWAoUVUnKATllnbfmqdYVF6qgIib1Oj4UDAydjyXF+qpEFFQ7dfAEAE/4+H1s8glW2L9+cJ0G/ovEg7iWl99yttPZdmCU/73lhtg4XPyLrbublySn/KuZq1wsiSSFcRdgjXDuoRiD298yJPzV+mTQCS7mMwsNUYRDYSX96Woafiig==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=URmB6pwFVYhdD2gqEupkOGyta7oKgfeGF57KvMlXs5HgTdI5RsINkb48ZYb7ZA4h+2oPUOz/eAjHwS5mA0sXHAYf7C8udY8lNtdTgsm/BiF4phOxPsBR+8bcAh+wz7UZ0FrUYzK/EL8yPYOg7UKeaqbujyoVG2e9rA1ko+408jT0EOUxGdG416Y/rXjwZM9GbOPI00O6HELm0XtsMgtqCdmKeM6EpBWgXCh7TPT4PJZvsNDqNViARyHFOf+FbJTgqSkckYbq4PXDoBCMEZG1b/KHLfHX1oWvpzTyms0nLvovYKSvcy1MkGlttbpnEkYBvNvvqdDJrIbMZoFqCNvwZQ==
  • Delivered-to: ease-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/ease-dev/>
  • List-help: <mailto:ease-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/ease-dev>, <mailto:ease-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/ease-dev>, <mailto:ease-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXFbiYSMZsNuU9o0mPnVfqu5t5eqp9Ur/bgAFS4QCAAHHNAIAALmoQgAEl2W8=
  • Thread-topic: [ease-dev] Missing files on nightly update site

Hi Christian

I opened a bug report on tycho to find out why these files are not created when using the tycho mirror plug-in. According to the documentation it should be.


BR
Bernd

From: ease-dev <ease-dev-bounces@xxxxxxxxxxx> on behalf of Bernd Hufmann <bernd.hufmann@xxxxxxxxxxxx>
Sent: March 11, 2021 4:10 PM
To: ease developer discussions <ease-dev@xxxxxxxxxxx>
Subject: Re: [ease-dev] Missing files on nightly update site
 
Hi again,

Please disregard my previous reply. I didn't fully understand the ease releng procedure.

Looking at your job configuration I understand now better how that update site is built. But unfortunately, I don't know how these files could be created.

Regards
Bernd

-----Original Message-----
From: ease-dev <ease-dev-bounces@xxxxxxxxxxx> On Behalf Of Bernd Hufmann
Sent: Thursday, March 11, 2021 1:23 PM
To: ease developer discussions <ease-dev@xxxxxxxxxxx>
Subject: Re: [ease-dev] Missing files on nightly update site

Hi Christian

Thanks for the quick response.

These files are created by default when building the update site (I think). I ran a build locally on my laptop and I see them in directory org.eclipse.ease.core/releng/org.eclipse.ease.releng.p2/target/repository/

Looking at the recent build https://ci.eclipse.org/ease/job/ease.build.nightly/654/console, I see that only selected files are copied to the updates site location:

06:00:24  + scp -r repository/artifacts.jar repository/content.jar repository/features repository/plugins genie.ease@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:/home/data/httpd/download.eclipse.org/ease/integration/nightly/

You could either add "repository/artifacts.xml.xz", "repository/content.xml.xz" and "repository/p2.index" or copy the whole directory "repository/*" recursively.

Regards
Bernd

-----Original Message-----
From: ease-dev <ease-dev-bounces@xxxxxxxxxxx> On Behalf Of Christian Pontesegger
Sent: Thursday, March 11, 2021 6:20 AM
To: ease developer discussions <ease-dev@xxxxxxxxxxx>
Subject: Re: [ease-dev] Missing files on nightly update site

Hi Bernd,

the EASE update sites are comprised of 2 update sites which are joined together using the tycho mirror goal from the extras plugin. I upgraded this script to tycho v 2.2.0, hoping that this would add the zipped resources automatically. Unfortuantely it doesn't. As these files are not available from my build, I can also not copy them to the p2 site.

Any ideas how to get them generated? I would like to avoid buiding composite update sites.

Christian

Am Mittwoch, den 10.03.2021, 15:08 +0000 schrieb Bernd Hufmann:
> Hello,
>
> I realized that the nightly update site of the EASE project doesn't
> contain the artifacts.xml.xz, content.xml.xz and p2.index files, see
> [1]. Would it be possible to also copy these files when deploying the
> update site from the corresponding Jenkins jobs [2]? Or is there a
> reason to not deploy them? Please let me know.
>
> The reason why I'm asking is, that I'm investigating a build failure
> (not matching SHA-256) when using the nightly update site through
> Artifactory caches, and I hope this would solve it.
>
> In advance thank you very much!
>
> Best Regards
> Bernd Hufmann
>
> [1] https://download.eclipse.org/ease/integration/nightly/
> [2] https://ci.eclipse.org/ease/job/ease.build.nightly/
>
> _______________________________________________
> ease-dev mailing list
> ease-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/ease-dev

_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/ease-dev
_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/ease-dev
_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/ease-dev

Back to the top