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 "EPP/Obsolete/Nightly Build Infrastructure"

< EPP
(New page: == EPP Package Builds == All EPP packages are build at least once a day on build.eclipse.org. * The build runs in ** <tt>/shared/technology/epp/epp_build/33</tt> (Europa build) ** <tt>/s...)
 
m
Line 8: Line 8:
 
* The build output is copied to
 
* The build output is copied to
 
** [http://build.eclipse.org/technology/epp/epp_build/33/download/ <tt>/shared/technology/epp/epp_build/33/download</tt>]
 
** [http://build.eclipse.org/technology/epp/epp_build/33/download/ <tt>/shared/technology/epp/epp_build/33/download</tt>]
** [http://build.eclipse.org/technology/epp/epp_build/34/download/ <tt>/shared/technology/epp/epp_build/33/download</tt>]
+
** [http://build.eclipse.org/technology/epp/epp_build/34/download/ <tt>/shared/technology/epp/epp_build/34/download</tt>]
 
* Build results available from [http://www.eclipse.org/epp/download.php EPP download page]
 
* Build results available from [http://www.eclipse.org/epp/download.php EPP download page]
* Ganymede milestone releases available from [http://www.eclipse.org/epp/ganymede.php Ganymede milestones page]
+
* Ganymede milestone releases available from [http://phoenix.eclipse.org/packages Ganymede milestones page]
 
* Only milestone and release builds are distributed to the Eclipse mirror servers
 
* Only milestone and release builds are distributed to the Eclipse mirror servers
 +
 +
=== Conventions of the new packaging website ===
 +
 +
* build.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/downloads/release/release.txt
 +
** contains relative path to newest package version, e.g. <tt>ganymede/M5</tt>
 +
* package directory contains the files
 +
** packages: <tt>eclipse-PACKAGENAME-RELEASENAME-PLATFORM-ARCHIVE</tt>, e.g. eclipse-rcp-ganymede-M5-macosx-carbon.tar.gz
 +
** checksum files, e.g. eclipse-rcp-ganymede-M5-macosx-carbon.tar.gz.md5 and eclipse-rcp-ganymede-M5-macosx-carbon.tar.gz.sha1
 +
** the EPP configuration files: <tt>eclipse_PACKAGENAME_ECLIPSEBASE.xml</tt>, e.g. eclipse_reporting_340.xml
 +
** the EPP build logfiles: <tt>PACKAGNAME.log</tt>, e.g. reporting.log
  
 
== EPP Usage Data Collector Build ==
 
== EPP Usage Data Collector Build ==

Revision as of 11:19, 12 April 2008

EPP Package Builds

All EPP packages are build at least once a day on build.eclipse.org.

Conventions of the new packaging website

  • build.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/downloads/release/release.txt
    • contains relative path to newest package version, e.g. ganymede/M5
  • package directory contains the files
    • packages: eclipse-PACKAGENAME-RELEASENAME-PLATFORM-ARCHIVE, e.g. eclipse-rcp-ganymede-M5-macosx-carbon.tar.gz
    • checksum files, e.g. eclipse-rcp-ganymede-M5-macosx-carbon.tar.gz.md5 and eclipse-rcp-ganymede-M5-macosx-carbon.tar.gz.sha1
    • the EPP configuration files: eclipse_PACKAGENAME_ECLIPSEBASE.xml, e.g. eclipse_reporting_340.xml
    • the EPP build logfiles: PACKAGNAME.log, e.g. reporting.log

EPP Usage Data Collector Build

  • Server: build.eclipse.org, build directory /shared/technology/epp/udc_build
  • Features: org.eclipse.epp.usagedata.feature and org.eclipse.epp.usagedata.tests.feature
  • Creates site.xml, pack200, and signed bundles
  • Copies the build output to /home/data/httpd/download.eclipse.org/technology/epp/updates/testing/
  • Testing update site: download.eclipse.org/technology/epp/updates/testing/site.xml

Back to the top