Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [simrel-dev] Staging for SimRel 2025-06 M3 is Complete

Some time ago I have filed an issue that the download server tends to serve stale content for rather longer than is comfortable:

  https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/6088

If I recall correctly the server even caches 404s.

Staging updates frequently, i.e., each time a PR is merged it will rebuild, so it's really quite unstable and hence prone to caching inconsistencies (also because it's modified in-place).

In any case, the report currently shows this version:

https://download.eclipse.org/staging/2025-06/buildInfo/archive/download.eclipse.org/staging/2025-06/index/org.apache.commons.codec_1.14.0.v20221112-0806.html

That report page has a link identical to yours that works for me now.

These are more stable and update only after M*, RC1, and release:

  https://download.eclipse.org/releases/milestone/
  https://download.eclipse.org/releases/2025-06/

But of course there are therefore less bleeding edge...

On 28.05.2025 15:28, Vasili Gulevich via simrel-dev wrote:
The repo https://download.eclipse.org/staging/2025-06/ has become inconsistent:

Artifacts.jar advertises:

    <artifact classifier='osgi.bundle' id='org.apache.commons.codec' version='1.14.0.v20221112-0806'>
      <properties size='7'>
        <property name='artifact.size' value='379227'/>
        <property name='download.size' value='379227'/>
        <property name='maven-groupId' value='org.eclipse.orbit.bundles'/>
        <property name='maven-artifactId' value='org.apache.commons.codec'/>
        <property name='maven-version' value='1.14.0-SNAPSHOT'/>
        <property name='download.checksum.sha-512' value='6d2cb6d7e968131865dd06bbc32476fcadc264ea0a7653be8cd72b92f9a04305d6a66b08f664e9187771e6af1a8dd4d3c2b4545c9277fc224f76c6c87753faf9'/>
        <property name='download.checksum.sha-256' value='27b8620d6df5a2a14523038e1b36d6f5ad3e70d8e9a6a362b11b965c630332d9'/>
      </properties>
    </artifact>


This continues for about half an hour, so I assume it is not a non-atomic deployment issue.

Is this repository supposed to work after M3?
What is the next "bleeding edge" repository?

_______________________________________________
simrel-dev mailing list
simrel-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://accounts.eclipse.org

Back to the top