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 "DSDP/MTJ/Releng/Scripts"

< DSDP‎ | MTJ‎ | Releng
Line 18: Line 18:
  
 
----
 
----
 +
 +
=== build.sh ===
 +
 +
Usage :
 +
<div style="border: 2px solid #808080; padding: 6px; background: #FFF8E7;">
 +
setup.sh [-buildId name] [-metadata] [-revision tag] [-publish [-outputDirectory directory]] [-updateSite [-updateSiteDirectory directory]] [-notify] [-sign] [-runTests] M|N|I|S|R"
 +
</div>
 +
  
 
=== Nightly scrips ===
 
=== Nightly scrips ===
  
 
Used to generate an official build and publish it in the download server under '''/home/data/httpd/download.eclipse.org/dsdp/mtj/downloads/drops/''' and create an update site at '''/home/data/httpd/download.eclipse.org/dsdp/mtj/updates/0.9/NightlyBuilds/'''
 
Used to generate an official build and publish it in the download server under '''/home/data/httpd/download.eclipse.org/dsdp/mtj/downloads/drops/''' and create an update site at '''/home/data/httpd/download.eclipse.org/dsdp/mtj/updates/0.9/NightlyBuilds/'''
 +
  
 
=== Developer scrips ===
 
=== Developer scrips ===

Revision as of 10:12, 29 December 2008

Scripts

There are six scripts available in the scripts folder of the org.eclipse.mtj.releng plug-in.

All these scrips use the bootstrap build.sh available in the org.eclipse.mtj.releng plug-in root.


build.sh

Usage :

setup.sh [-buildId name] [-metadata] [-revision tag] [-publish [-outputDirectory directory]] [-updateSite [-updateSiteDirectory directory]] [-notify] [-sign] [-runTests] M|N|I|S|R"


Nightly scrips

Used to generate an official build and publish it in the download server under /home/data/httpd/download.eclipse.org/dsdp/mtj/downloads/drops/ and create an update site at /home/data/httpd/download.eclipse.org/dsdp/mtj/updates/0.9/NightlyBuilds/


Developer scrips

Used to run the same process of an official build, but, instead of publish it in the download server, it copy the resulting drop to /opt/public/dsdp/mtj/test/drops/ and create an update site at /opt/public/dsdp/mtj/test/drops/update/

Back to the top