Changes between Version 71 and Version 72 of ReleaseProcedure


Ignore:
Timestamp:
Mar 4, 2011, 4:15:04 AM (12 years ago)
Author:
Peter Johansson
Comment:

resolve ticket #466 (make tarball and tag identical)

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcedure

    v71 v72  
    106106  1. Update copyright statements with commands
    107107{{{
    108 make check && ./bin/svncopyright -v
     108make
     109./bin/svncopyright -v
    109110}}}
    110111  Examine the updates and commit changes with `svn ci -m "updating
     
    121122}}}
    122123     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{{{
     126make tag
     127}}}
     128  1. Update wc to latest revision and create tarball
     129{{{
     130svn update
     131make release
    130132}}}
    131133  1. Upload `svndigest-A.B.tar.gz` and md5 file to sourceforge using scp like
     
    234236  1. Update copyright statements with commands[[br]][[br]]
    235237{{{
    236 make check && ./bin/svncopyright -v
     238make
     239./bin/svncopyright -v
    237240}}}
    238241    Examine the updates and commit changes with `svn ci -m "updating
     
    249252}}}
    250253     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{{{
     256make tag
     257}}}
     258  1. Update wc to latest revision and create tarball
     259{{{
     260svn update
     261make release
    258262}}}
    259263  1. Upload `svndigest-A.B.C.tar.gz` and md5 file to sourceforge using scp like