Changes between Version 14 and Version 15 of ReleaseProcedure
- Timestamp:
- Sep 13, 2007, 12:37:07 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v14 v15 50 50 source:trunk/.svndigest/config file. 51 51 {{{ 52 ./bin/svndigest --copyright --no-report52 svndigest --copyright --no-report 53 53 }}} 54 54 Examine the updates and commit changes with … … 66 66 change the below line 67 67 {{{ 68 <property name="base.minorversion" value=" B+1" />68 <property name="base.minorversion" value="[B+1]pre" /> 69 69 }}} 70 70 i. Commit changes to the repository, … … 104 104 names in the `.svndigest/config` file. 105 105 {{{ 106 ./bin/svndigest --copyright --no-report106 svndigest --copyright --no-report 107 107 }}} 108 108 Examine the updates and commit changes with `svn ci -m "updating copyright statements"`. For … … 129 129 }}} 130 130 1. Update the version list in Trac using the 131 [http://base.thep.lu.se/admin trac-admin tool].131 [http://base.thep.lu.se/admin/ticket/versions trac-admin tool]. 132 132 [[br]][[br]] 133 133 1. Create a distribution package: … … 158 158 i. In section '''BASE ''latest release'' ''' modify the svn command to 159 159 {{{ 160 svn checkout http://lev.thep.lu.se/repository/ BASE/tags/A.B base-A.B160 svn checkout http://lev.thep.lu.se/repository/base/tags/A.B base-A.B 161 161 }}} 162 162 i. In section '''BASE ''stable'' ''' update link to … … 226 226 names in the source:trunk/.svndigest/config file. 227 227 {{{ 228 ./bin/svndigest --copyright --no-report228 svndigest --copyright --no-report 229 229 }}} 230 230 Examine the updates and commit changes with `svn ci -m "updating copyright statements"`. For … … 246 246 1. Create a tag using a one liner like 247 247 {{{ 248 svn copy http://lev.thep.lu.se/repository/ BASE/branches/A.B-stable \248 svn copy http://lev.thep.lu.se/repository/base/branches/A.B-stable \ 249 249 http://lev.thep.lu.se/repository/base/tags/A.B.C \ 250 250 -m "Tagging version A.B.C" 251 251 }}} 252 252 1. Update the version list in Trac using the 253 [http:// lev.thep.lu.se/trac/base/admintrac-admin tool].253 [http://base.thep.lu.se/admin/ticket/versions trac-admin tool]. 254 254 [[br]][[br]] 255 255 1. Create a distribution package: … … 265 265 below line 266 266 {{{ 267 <property name="base.maintenanceversion" value="[C+1] " />267 <property name="base.maintenanceversion" value="[C+1]pre" /> 268 268 }}} 269 269 i. Commit changes to the repository,