Release Cycle

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: This is the current (as of the 0.6.5 release) OpenSim lightweight Release Cycle recipe. The goal is to run a cycle that churns out recommended code snapshots with reasonably regular inter...)
 
m (clarify change is to git master)
(26 intermediate revisions by 8 users not shown)
Line 1: Line 1:
This is the current (as of the 0.6.5 release) OpenSim lightweight Release Cycle recipe.
+
__NOTOC__
 +
{{Quicklinks}}
 +
<br />
  
The goal is to run a cycle that churns out recommended code snapshots with reasonably regular intervals, and with a minimum of work for any one human resource. It should be a community effort, and anyone should be able to move the cycle forward.
+
OpenSimulator has a lightweight release cycle right now. This allows us to get code out to people quickly, as befits the alpha status of the project.
  
If you're not acquainted with svn revision numbering schemes, see [[On revisions, tags and branches]] for additional info.
+
Here are the release cycle steps
  
The Cycle:
+
# '''Get informal feedback''' about current OpenSimulator stability. Good places to do this are at the OpenSimulator weekly developer's meeting on osgrid.org and in the #opensim-dev IRC channel.
<ol>
+
# '''Announce the intention''' to start a release process to the opensim-dev mailing list.
<li>Developers and Testers work on <em>/trunk</em> ("testers" being defined as "users feeding off trunk", also lovingly known as "trunkheads")</li>
+
# '''Branch''' <release name>-post-fixes from OpenSimulator Master in git. For example, 0.6.8-post-fixes.
<li>Developers and Testers identify suitable release candidate revisions, from the repository history. (for example, people on [http://osgrid.org/ osgrid.org] discuss this on their weekly meet-ups)</li>
+
# '''Change the version type''' in VersionInfo in OpenSim.Framework.Servers to RC1.
<li>This revision is branched off as a "release candidate" (to <em>/branches/0.6.5-rc1</em> in this case), and the version number is upped and committed <em>only to this branch</em>. We don't want to up the version number in trunk until we know we have a release.</li>
+
# '''Change the release number''' in OpenSimulator trunk to the next possible future release (e.g. 0.6.9 if this release process concerns 0.6.8).
<li>Testers now switch their focus to running the rc until they can give feedback on whether "rc <strong>sux</strong>" or "rc <strong>rox</strong>".
+
# '''Change ServerReleaseNotesURL''' in OpenSimDefaults.ini in OpenSimulator Master in git and create a new “under development” wki release notes page as required.
Key issues:
+
# '''Produce a binary package''' for the release candidate.
<ul>
+
# '''Create a field for release in Mantis'''
<li>Has all version numbers been updated?</li>
+
# '''Gather feedback''' over 2 weeks or so. '''Make bug fixes''' if possible. Critical showstopper bugs (e.g. server won't start up) ''should'' be fixed.
<li>Does it play well with last version? Do we need to up the interface version as well?</li>
+
# '''Change the version type''' to Release
<li>Does it feel better or worse than last version?</li>
+
# '''Produce OpenSimulator source and binary packages''' after a successful test period and '''place on the website''' at http://opensimulator.org webserver (this needs further documentation since the automated production process is currently broken).
<li>Any critical errors that needs fixing first?</li>
+
# '''Change the wiki pages''' to point to new release. This includes both the download page and the link on the front page.
</ul>
+
# '''Change the version type''' to Post_Fixes
</li>
+
<li>If any <span style="text-decoration: underline;">critical but fixable</span> errors are found, these are fixed in trunk and the fixing revision is merged into the release candidate branch. (or vice versa, if that works out better)</li>
+
<li>If, even after this, testers agree that "rc sux" the project goes back to 1) to wait and look for the next rc (thusly named rc2)</li>
+
<li>If testers agree that "rc rox" the current rc revision is tagged as "-release" (to <em>/tags/0.6.5-release</em> in this case)</li>
+
<li>The "-rc1" branch is renamed to "-post-fixes"  (to <em>/branches/0.6.5-post-fixes</em> in this case) for continued service awaiting the next cycle. The svn rename lets us keep the revision history back thru the rc branch history.</li>
+
<li>The version number (and optionally interface version) uppage is merged back into trunk. (this is a minor merge which will probably always succeed without conflict)</li>
+
<li>The project goes back to 1)</li>
+
</ol>
+
The output of this would be named revisions for each of these user categories:
+
<ul>
+
<li><strong>Grid/Region owners running services in production</strong>
+
  
 
+
[[Category:Development]]
Feed off "-post-fixes" if they want stability first, or off "-release" if they want a known 'upgrade track'.</li>
+
<li><strong>Developers</strong>
+
 
+
 
+
Feed off <em>/trunk</em>, or off -rc or -post-fixes if they want some stability while hunting bugs or doing protoyping.</li>
+
<li><strong>Testers</strong>
+
 
+
 
+
Testers are committed to helping the devs find bugs at the prize of instabilities, crashes and loss of data. They therefore feed off the <em>/trunk</em> development branch or -rc depending on whether there is an RC pending release or not. (ie, is the latest version an RC, use that, if not, use <em>/trunk</em>)
+
Everyone feeding off <em>/trunk</em> are collectively labeled 'testers', and any installation running on anything but a 'release' or 'post-fixes' revision is considered a 'test installation'.</li>
+
</ul>
+

Revision as of 14:15, 16 December 2018


OpenSimulator has a lightweight release cycle right now. This allows us to get code out to people quickly, as befits the alpha status of the project.

Here are the release cycle steps

  1. Get informal feedback about current OpenSimulator stability. Good places to do this are at the OpenSimulator weekly developer's meeting on osgrid.org and in the #opensim-dev IRC channel.
  2. Announce the intention to start a release process to the opensim-dev mailing list.
  3. Branch <release name>-post-fixes from OpenSimulator Master in git. For example, 0.6.8-post-fixes.
  4. Change the version type in VersionInfo in OpenSim.Framework.Servers to RC1.
  5. Change the release number in OpenSimulator trunk to the next possible future release (e.g. 0.6.9 if this release process concerns 0.6.8).
  6. Change ServerReleaseNotesURL in OpenSimDefaults.ini in OpenSimulator Master in git and create a new “under development” wki release notes page as required.
  7. Produce a binary package for the release candidate.
  8. Create a field for release in Mantis
  9. Gather feedback over 2 weeks or so. Make bug fixes if possible. Critical showstopper bugs (e.g. server won't start up) should be fixed.
  10. Change the version type to Release
  11. Produce OpenSimulator source and binary packages after a successful test period and place on the website at http://opensimulator.org webserver (this needs further documentation since the automated production process is currently broken).
  12. Change the wiki pages to point to new release. This includes both the download page and the link on the front page.
  13. Change the version type to Post_Fixes
Personal tools
General
About This Wiki