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: Thu, 11 Mar 2021 21:10:34 +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=ZyKDIXUM1aYIXLaiWBKpkuurwc5voyjzZXy2uirdk6Y=; b=gpqJ1SjZ9LL+EUW0FlvAljtYVJ1LF/HvnUil34y9f5GnAg9PIxK6lsXj1HlboEXad58L5B/f7PQlRMRF2KmnY6pxWNQ3sO7gzRQNIsVr7dFjAtOEH+HRJm7fUifXahTGH8+5Pl8VLVSVx7Y0cHrIOTURmS7NHXXqwNh452ZUM0kLctoEx4Jk8/UH47G+YDgPn28Q1zpBRYIzVOnYCzqWIkXl4sqrN2/+Y3Qrg472Vb76nW6+sHf5Yj/0+nC39axB0qf/6SgaVMDdUhAEynyUJitLnmsTUNDc062au/llDhssjq3uAhoQRjnweMXqtxL1iHi7L8qEt8jqCRgbM5c7nw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=g/zeVjiJMfHxaUReI6bh3hWc7SzcSfjbKH62wMYj4p127SaHwOy5tLx6PQSJ30gvMLeB1j+0WyGg6TvUP67DrJI52bPmwY3a0XZQ/xHJFRga/bRf2WQ8b35jfU8DO0Wf8/X2B9peHWcWU4RFmr+9VL1igAbXeVlhicavDX7174W7lrP3rf/gGvG9gkGQPjcyUiN9gYsAGBEhIvwW7PVCTc+Zn3j2pq1cTzZd4YoSIOCbMIhcfQ0tWSDMFGua9Du6WYHZiCrmjAsUB0HVNihibB0maQxWEkd8RotvuIFqPzs44xsKLeKW/DA/x575onnfQyF8YrZKLNJD5FYPslCPHw==
  • 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/bgAFS4QCAAHHNAIAALmoQ
  • Thread-topic: [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


Back to the top