Changes between Version 71 and Version 72 of ReleaseProcedure
- Timestamp:
- Mar 4, 2011, 4:15:04 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v71 v72 106 106 1. Update copyright statements with commands 107 107 {{{ 108 make check && ./bin/svncopyright -v 108 make 109 ./bin/svncopyright -v 109 110 }}} 110 111 Examine the updates and commit changes with `svn ci -m "updating … … 121 122 }}} 122 123 Fix potential problems.[[br]][[br]] 123 1. Check that you are synchronized with repository 124 {{{ 125 svn status -qu 126 }}} 127 and then create a tag using a one liner like 128 {{{ 129 svn copy ^/branches/A.B-stable ^/tags/A.B -m "tagging version A.B" 124 1. Create a tag using 125 {{{ 126 make tag 127 }}} 128 1. Update wc to latest revision and create tarball 129 {{{ 130 svn update 131 make release 130 132 }}} 131 133 1. Upload `svndigest-A.B.tar.gz` and md5 file to sourceforge using scp like … … 234 236 1. Update copyright statements with commands[[br]][[br]] 235 237 {{{ 236 make check && ./bin/svncopyright -v 238 make 239 ./bin/svncopyright -v 237 240 }}} 238 241 Examine the updates and commit changes with `svn ci -m "updating … … 249 252 }}} 250 253 Fix potential problems[[br]][[br]] 251 1. Check that you are synchronized with repository 252 {{{ 253 svn status -qu 254 }}} 255 and then create a tag 256 {{{ 257 svn copy ^/branches/A.B-stable ^/tags/A.B.C -m "tagging version A.B.C" 254 1. Create a tag using 255 {{{ 256 make tag 257 }}} 258 1. Update wc to latest revision and create tarball 259 {{{ 260 svn update 261 make release 258 262 }}} 259 263 1. Upload `svndigest-A.B.C.tar.gz` and md5 file to sourceforge using scp like