Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Dirigible/Infrastructure/Update Downloads

Update Downloads

Manage

   ssh <user>@build.eclipse.org

Clean old nightly build

   rm -r nightly/

Remote copy

   scp -r . <user>@build.eclipse.org:~/downloads/dirigible/nightly

Copy as Stable

In case the current nightly build is stable

   rm -r stable/
   cp -avr nightly stable

Downloads Check Tool

https://www.eclipse.org/projects/tools/downloads.php?id=ecd.dirigible

Back to the top