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 11: Line 11:
  
 
== Bugs ==
 
== 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]]  
+
The Bugzilla component for release engineering is EDTBuilds, though some people might report problems on the Website component.  See [[EDT:How to be notified of EDT bugs]].
  
 
== General Information ==
 
== General Information ==
The [[Main Page|Eclipse Wiki]] is sometimes useful, and sometimes outdated or missing info will drive you nuts.
+
The [[Main Page|Eclipse Wiki]] is sometimes useful, and sometimes outdated or missing info you think it should have...it may drive you insane.
  
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]]
+
The Eclipse sysadmins can be reached at webmaster@eclipse.org.  They're very helpful.  Before writing to them, check their FAQ at [[Webmaster_FAQ]].
  
 
== Builds ==
 
== Builds ==
Line 31: Line 31:
 
[[Project Download Stats]]  
 
[[Project Download Stats]]  
  
archive (edit index.html)
+
the archive site (edit index.html)
  
 
CVS  
 
CVS  
Line 42: Line 42:
 
org.eclipse.edt.releng plugin  
 
org.eclipse.edt.releng plugin  
  
build.eclipse.org  
+
build.eclipse.org   shell account
  
 
log in to the [https://dev.eclipse.org/portal/myfoundation/portal/portal.php portal], Eclipse Projects box, choose 'view' next to tools.edt, click '[maintain]' to edit the project meta-data  
 
log in to the [https://dev.eclipse.org/portal/myfoundation/portal/portal.php portal], Eclipse Projects box, choose 'view' next to tools.edt, click '[maintain]' to edit the project meta-data  
  
log in to the [https://dev.eclipse.org/portal/myfoundation/portal/portal.php 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'  
+
log in to the [https://dev.eclipse.org/portal/myfoundation/portal/portal.php 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' -- add milestones, releases, components, etc.
  
 
[[Category:EDT]]
 
[[Category:EDT]]

Revision as of 18:06, 2 February 2012

Release Engineering for EDT

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

Developing EDT

To be the release engineer, you have to know the EDT development process in addition to the build process.

Bugs

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

General Information

The Eclipse Wiki is sometimes useful, and sometimes outdated or missing info you think it should have...it may drive you insane.

The Eclipse sysadmins can be reached at webmaster@eclipse.org. They're very helpful. Before writing to them, check their FAQ at 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. That way you'll know when builds fail.

Stuff below here needs to be written up...

publishing

Equinox p2 download stats Project Download Stats

the archive site (edit index.html)

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 shell account

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' -- add milestones, releases, components, etc.

Back to the top