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)
m
Line 1: Line 1:
= Update sites organization =
+
= Git repositories  =
  
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:
+
Koneki source code is available on the Git repositories of the Eclipse Foundation. There are several repositories:<br>
  
* '''commons''': /home/data/httpd/download.eclipse.org/koneki/updates-nightly/commons
+
{| border="1" cellpadding="1" cellspacing="1"
* '''ldt''': /home/data/httpd/download.eclipse.org/koneki/updates-nightly/ldt
+
|-
* '''protocols''': /home/data/httpd/download.eclipse.org/koneki/updates-nightly/protocols
+
| org.eclipse.koneki.commons.git
* '''simulators''': /home/data/httpd/download.eclipse.org/koneki/updates-nightly/simulators
+
| Contains plug-ins that aim at being re-used by other Koneki projects (generic UI components, helpers, ...)
 +
|-
 +
| org.eclipse.koneki.ldt.git
 +
| Contains the Lua Development Tools source code
 +
|-
 +
| org.eclipse.koneki.protocols.git
 +
| Contains different sub-projects providing the core components enabling protocols (OMA-DM, ...) manipulation in the tools
 +
|-
 +
| org.eclipse.koneki.simulators.git
 +
| Contains different sub-projects providing the components enabling protocols (OMA-DM, ...) simulation in the tools
 +
|}
 +
 
 +
= Update sites organization  =
 +
 
 +
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  
 +
*'''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.
 
There is a composite repo setup in/home/data/httpd/download.eclipse.org/koneki/updates-nightly, which is aggregating the 4 repos under it.

Revision as of 13:37, 22 February 2012

Git repositories

Koneki source code is available on the Git repositories of the Eclipse Foundation. There are several repositories:

org.eclipse.koneki.commons.git Contains plug-ins that aim at being re-used by other Koneki projects (generic UI components, helpers, ...)
org.eclipse.koneki.ldt.git Contains the Lua Development Tools source code
org.eclipse.koneki.protocols.git Contains different sub-projects providing the core components enabling protocols (OMA-DM, ...) manipulation in the tools
org.eclipse.koneki.simulators.git Contains different sub-projects providing the components enabling protocols (OMA-DM, ...) simulation in the tools

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