Calendar:HowToRelease: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
 
No edit summary
Line 1: Line 1:
= Release Process =  
= Release Process =  
1. Create a branch from the branch you are releasing from this creates a SUNBIRD_0_5_BRANCH from the MOZILLA_1_8_BRANCH, you also need to note the time this was done.
== Create a branch ==
1. Create a branch from the branch you are releasing from this creates a SUNBIRD_0_5_BRANCH from the MOZILLA_1_8_BRANCH, you also need to note the time this was done on a page like [[Calendar:Release:Sunbird_0.5]].
<pre>
<pre>
cvs rtag -r MOZILLA_1_8_BRANCH -b SUNBIRD_0_5_BRANCH mozilla
cvs rtag -r MOZILLA_1_8_BRANCH -b SUNBIRD_0_5_BRANCH mozilla
Note time this is done: May 22, 21:37 CDT</pre>
Note time this is done: May 22, 21:37 CDT</pre>
2. Test that the branch was properly created by checking out from the branch.
2. Test that the branch was properly created by checking out from the branch.
<pre> cvs co -r SUNBIRD_0_5_BRANCH mozilla/calendar </pre>
<pre> cvs co -r SUNBIRD_0_5_BRANCH mozilla/calendar </pre>


3. Do the "Bump the version number" step next
== Change the Version Number ==
* You check out the branch you just created - use standard "check out code from mozilla cvs method", just substitute in the new branch for your branch parameter
* You check out the branch you just created - use standard "check out code from mozilla cvs method", just substitute in the new branch for your branch parameter
* On this branch, you change the follwing:
* On this branch, you change the follwing:
Line 15: Line 15:
* cvs -d ${CVSROOT} co -r SUNBIRD_0_5_BRANCH\
* cvs -d ${CVSROOT} co -r SUNBIRD_0_5_BRANCH\
  mozilla/calendar/sunbird/app/module.ver mozilla/calendar/sunbird/config/version.txt
  mozilla/calendar/sunbird/app/module.ver mozilla/calendar/sunbird/config/version.txt
 
'''create minibranch'''
==Create a minibranch==
<pre>
<pre>
cvs tag -b SUNBIRD_0_5_MINIBRANCH calendar/sunbird/app/module.ver \
cvs tag -b SUNBIRD_0_5_MINIBRANCH calendar/sunbird/app/module.ver \
Line 27: Line 27:
* remove firefox stuff from calendar/lightning/install.rdf
* remove firefox stuff from calendar/lightning/install.rdf


'''' Tag the release '''
== Tag the release ==
* run "date" before you start and use this as date stamp.
* run "date" before you start and use this as date stamp.
<pre>
<pre>
Confirmed users
3,816

edits

Navigation menu