Closed jukzi closed 1 year ago
I've noticed that too by manual update, the old https://download.eclipse.org/webtools/CI/3.28.0/I-latest/repository repo is removed, new one https://download.eclipse.org/webtools/CI/3.29.0/I-latest/repository should be used.
Hi Andrey, happy new year. What has to be done that the Oomph setup works? It still does not.
Yep, happy new year too :-) It begins as usually: broken SDK build, broken tooling :-)
Fixed via https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/792
as it still does not work .. do i have to wait till next i-build now?
as it still does not work .. do i have to wait till next i-build now?
If you have releng aggregator repo updated and can see my commit locally, I would guess yes.
I honestly just did git grep webtools
and fixed one place where I've suspected the problem.
May be Oomph uses tags to checkout latest "officially built" commit, I have no idea. @merks ?
There is a delay before it becomes visible. This job builds the setups.zip every 15 minutes.
https://ci.eclipse.org/oomph/job/setup-archiver/
But, sometimes, because of rate limits, it fails to load any of the github setups as is the case for the two most recent builds current:
FAILED to load https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/Platform.setup
The build worked
https://ci.eclipse.org/oomph/job/setup-archiver/39261/
It shows this:
PROMOTING changes to /home/data/httpd/download.eclipse.org/oomph/www/setups.zip
NO FAILURES
CHANGED! https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/Platform.setup
diff -ar setups-old/https/raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/Platform.setup setups-new/https/raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/Platform.setup
838c838
< url="https://download.eclipse.org/webtools/CI/3.28.0/I-latest/repository"/>
---
> url="https://download.eclipse.org/webtools/CI/3.29.0/I-latest/repository"/>
Now there could be another short delay before https://www.eclipse.org/setups/setup.zip actually serves the new content instead of a previously cached version.
thanks, now it worked.
I tried to OOmph eclipse with the link given in https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md result:
ERROR: org.eclipse.equinox.p2.metadata.repository code=1000 No repository found at https://download.eclipse.org/webtools/CI/3.28.0/I-latest/repository.
@merks any idea?