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 "LDT/Developer Area/Development"

< LDT
(Update sites organization)
Line 1: Line 1:
 
= Update sites organization =
 
= Update sites organization =
  
The four active Hudson jobs performing the continuous integration of Koneki projects are deploying signed p2 repos to the following locations:
+
The four active [https://hudson.eclipse.org/hudson/view/koneki/ Hudson jobs] performing the continuous integration of Koneki projects are deploying signed p2 repos to the following locations:
  
 
* '''commons''':  /home/data/httpd/download.eclipse.org/koneki/updates-nightly/commons
 
* '''commons''':  /home/data/httpd/download.eclipse.org/koneki/updates-nightly/commons

Revision as of 05:50, 7 February 2012

Update sites organization

The four active Hudson jobs performing the continuous integration of Koneki projects are deploying signed p2 repos to the following locations:

  • commons: /home/data/httpd/download.eclipse.org/koneki/updates-nightly/commons
  • ldt: /home/data/httpd/download.eclipse.org/koneki/updates-nightly/ldt
  • protocols: /home/data/httpd/download.eclipse.org/koneki/updates-nightly/protocols
  • simulators: /home/data/httpd/download.eclipse.org/koneki/updates-nightly/simulators

There is a composite repo setup in/home/data/httpd/download.eclipse.org/koneki/updates-nightly, which is aggregating the 4 repos under it.

Back to the top