eclipse-tracecompass-incubator / org.eclipse.tracecompass.incubator

Eclipse Public License 2.0
3 stars 11 forks source link

Alternative trace server download repo #53

Closed kavehshahedi closed 1 month ago

kavehshahedi commented 1 month ago

Hello,

Currently, trace server binary files are stored within Eclipse's CDN, which prevents users from using direct download links for the contents. In order to integrate these binary files into our project, it would be great if you could provide an alternative repo that allows direct download (i.e., no strict authentication or mirror link generation).

Thanks!

bhufmann commented 1 month ago

The incubator project as an Eclipse foundation project has to work with the infrastructure for deployment that the Eclipse foundation is providing.

I'm not fully understanding how it is failing and how you try to download the server. Please give more details.

In the related vscode-trace-extension project we provide curl command (invoked through (yarn download:server)) for extension developers to download the server.

Could you do something like this?

curl -o trace-compass-server.tar.gz https://download.eclipse.org/tracecompass.incubator/trace-server/rcp/trace-compass-server-latest-linux.gtk.x86_64.tar.gz

kavehshahedi commented 1 month ago

Hello,

Thanks for the information. I tested the URL you provided, which seems to be a bit formatted compared to the original URLs in Eclipse's download directory, and it works properly.

Best, Kaveh