Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
(New page: == Scripts == There are six scripts available in the ''scripts'' folder of the <span style="font-family: monospace;">org.eclipse.mtj.releng</span> plug-in. *[http://dev.eclipse.org/views...)
 
Line 14: Line 14:
  
 
*[http://dev.eclipse.org/viewsvn/index.cgi/trunk/releng/org.eclipse.mtj.releng/scripts/build_release_1.0.sh?root=DSDP_MTJ&view=markup build_release_1.0.sh]
 
*[http://dev.eclipse.org/viewsvn/index.cgi/trunk/releng/org.eclipse.mtj.releng/scripts/build_release_1.0.sh?root=DSDP_MTJ&view=markup build_release_1.0.sh]
 +
 +
All these scrips use the bootstrap [http://dev.eclipse.org/viewsvn/index.cgi/trunk/releng/org.eclipse.mtj.releng/build.sh?root=DSDP_MTJ&view=markup build.sh] available in the <span style="font-family: monospace;">org.eclipse.mtj.releng</span> plug-in root.
 +
 +
----
  
 
=== Nightly scrips ===
 
=== Nightly scrips ===

Revision as of 10:06, 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.


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