Changes between Version 41 and Version 42 of ReleaseProcedure
- Timestamp:
- Apr 25, 2008, 8:33:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v41 v42 101 101 * Update link to NEWS file to `source:tags/A.B/NEWS` [[br]][[br]] 102 102 i. In section '''svndigest ''latest release'' ''' update link to 103 `[source:tags/A.B/NEWS NEWS]` and modify the svn command to103 `[source:tags/A.B/NEWS NEWS]` and modify the svn commands to 104 104 {{{ 105 105 svn checkout http://lev.thep.lu.se/repository/svndigest/tags/A.B svndigest-A.B 106 106 }}} 107 {{{ 108 svn switch http://lev.thep.lu.se/repository/svndigest/tags/A.B 109 }}} 107 110 i. In section '''svndigest ''stable'' ''' update link to 108 `[milestone:"svndigest A.B.1" A.B.1]` and modify the svn command to111 `[milestone:"svndigest A.B.1" A.B.1]` and modify the svn commands to 109 112 {{{ 110 113 svn checkout http://lev.thep.lu.se/repository/svndigest/branches/A.B-stable svndigest-A.B 114 }}} 115 {{{ 116 svn switch http://lev.thep.lu.se/repository/svndigest/branches/A.B-stable 111 117 }}} 112 118 i. In section '''svndigest ''devel'' ''' update link to `[milestone:"svndigest A.B+1" A.B+1]`.[[br]][[br]] … … 246 252 svn checkout http://lev.thep.lu.se/repository/svndigest/tags/A.B.C svndigest-A.B.C 247 253 }}} 254 {{{ 255 svn switch http://lev.thep.lu.se/repository/svndigest/tags/A.B.C 256 }}} 248 257 i. In section '''svndigest ''stable'' ''' update link to 249 258 `[milestone:"svndigest A.B.[C+1]" A.B.[C+1]]`.[[br]][[br]]