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 "EDT:Release Engineering"

Line 1: Line 1:
 +
== Release Engineering for EDT ==
 +
 
This page contains hints, tips, links, and instructions for the EDT project's release engineer.  
 
This page contains hints, tips, links, and instructions for the EDT project's release engineer.  
  
Line 4: Line 6:
  
 
=== EDT Information ===
 
=== EDT Information ===
[[EDT:Downloading and installing EDT builds]]  
+
These links contain information about EDT builds
[[EDT:How to commit code to EDT]]  
+
* [[EDT:Downloading and installing EDT builds]]
[[EDT:How to add new EDT plugins]]  
+
* [[EDT:How to commit code to EDT]]
[[EDT:Developer's Guide to Getting Started on EDT]]  
+
* [[EDT:How to add new EDT plugins]]
 +
* [[EDT:Developer's Guide to Getting Started on EDT]]
  
 
=== Bugs ===
 
=== Bugs ===
Line 17: Line 20:
  
 
== Builds ==
 
== Builds ==
Our builds run in Eclipse's Hudson system.  The build job is at [https://hudson.eclipse.org/hudson/job/cbi-edt-nightly/].
+
Our builds run in Eclipse's Hudson system.  The build job is at [https://hudson.eclipse.org/hudson/job/cbi-edt-nightly/ https://hudson.eclipse.org/hudson/job/cbi-edt-nightly/].
 
+
Once you log in, you can disable/enable nightly builds with the Disable/Enable Project button.
+
  
Click the Configure link to edit the build schedule and many other parameters.  One thing you '''must''' do is enter your email address in the Email Notification box at the bottom of the Config page.
+
Once you log in, you can disable/enable nightly builds with the Disable/Enable Project button.  Click the Configure link to edit the build schedule and many other parameters.  One thing you '''must''' do is enter your email address in the Email Notification box at the bottom of the Config page.
  
 +
== Stuff below here needs to be written up... ==
  
  

Revision as of 15:25, 2 February 2012

Release Engineering for EDT

This page contains hints, tips, links, and instructions for the EDT project's release engineer.

What You Should Know

EDT Information

These links contain information about EDT builds

Bugs

The Bugzilla component for release engineering is EDTBuilds, though some people might report problems on the Website component. EDT:How to be notified of EDT bugs

General Information

Eclipse Wiki The Eclipse sysadmins can be reached at webmaster@eclipse.org. They're very helpful. Before writing to them, check their wiki pages WebMaster and Webmaster_FAQ

Builds

Our builds run in Eclipse's Hudson system. The build job is at https://hudson.eclipse.org/hudson/job/cbi-edt-nightly/.

Once you log in, you can disable/enable nightly builds with the Disable/Enable Project button. Click the Configure link to edit the build schedule and many other parameters. One thing you must do is enter your email address in the Email Notification box at the bottom of the Config page.

Stuff below here needs to be written up...

publishing

Equinox p2 download stats Project Download Stats

CVS


what to do at the start of a milestone/release

what to do at the end of a milestone/release

org.eclipse.edt.releng plugin

build.eclipse.org

log in to the portal, Eclipse Projects box, choose 'view' next to tools.edt, click '[maintain]' to edit the project meta-data

log in to the portal, Eclipse Projects box, choose '[tools]' next to tools.edt, there are links for 'download stats', or to manage Bugzilla stuff use 'Bugzilla components, targets, versions'

Back to the top