Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Dirigible/Infrastructure/Update Downloads"

(Created page with "== Update Downloads == ==== Remote copy ==== scp -r . <user>@build.eclipse.org:~/downloads/dirigible/nightly ==== Manage ==== ssh <user>@build.eclipse.org ==== Copy...")
 
Line 1: Line 1:
 
== Update Downloads ==
 
== Update Downloads ==
 
==== Remote copy ====
 
    scp -r . <user>@build.eclipse.org:~/downloads/dirigible/nightly
 
  
 
==== Manage ====
 
==== Manage ====
 
     ssh <user>@build.eclipse.org
 
     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 ====
 
==== Copy as Stable ====
 
In case the current nightly build is stable
 
In case the current nightly build is stable
 +
 +
    rm -r stable/
 +
 
     cp -avr nightly stable
 
     cp -avr nightly stable
  

Revision as of 10:48, 7 October 2015

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