Changes between Version 14 and Version 15 of ReleaseProcedure


Ignore:
Timestamp:
Sep 13, 2007, 12:37:07 AM (17 years ago)
Author:
Jari Häkkinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcedure

    v14 v15  
    5050    source:trunk/.svndigest/config file.
    5151{{{
    52 ./bin/svndigest --copyright --no-report
     52svndigest --copyright --no-report
    5353}}}
    5454    Examine the updates and commit changes with
     
    6666     change the below line
    6767{{{
    68 <property name="base.minorversion" value="B+1" />
     68<property name="base.minorversion" value="[B+1]pre" />
    6969}}}
    7070  i. Commit changes to the repository,
     
    104104    names in the `.svndigest/config` file.
    105105{{{
    106 ./bin/svndigest --copyright --no-report
     106svndigest --copyright --no-report
    107107}}}
    108108    Examine the updates and commit changes with `svn ci -m "updating copyright statements"`. For
     
    129129}}}
    130130 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].
    132132    [[br]][[br]]
    133133 1. Create a distribution package:
     
    158158  i. In section '''BASE ''latest release'' ''' modify the svn command to
    159159{{{
    160 svn checkout http://lev.thep.lu.se/repository/BASE/tags/A.B base-A.B
     160svn checkout http://lev.thep.lu.se/repository/base/tags/A.B base-A.B
    161161}}}
    162162  i. In section '''BASE ''stable'' ''' update link to
     
    226226    names in the source:trunk/.svndigest/config file.
    227227{{{
    228 ./bin/svndigest --copyright --no-report
     228svndigest --copyright --no-report
    229229}}}
    230230    Examine the updates and commit changes with `svn ci -m "updating copyright statements"`. For
     
    246246 1. Create a tag using a one liner like
    247247{{{
    248 svn copy http://lev.thep.lu.se/repository/BASE/branches/A.B-stable \
     248svn copy http://lev.thep.lu.se/repository/base/branches/A.B-stable \
    249249    http://lev.thep.lu.se/repository/base/tags/A.B.C \
    250250    -m "Tagging version A.B.C"
    251251}}}
    252252 1. Update the version list in Trac using the
    253     [http://lev.thep.lu.se/trac/base/admin trac-admin tool].
     253    [http://base.thep.lu.se/admin/ticket/versions trac-admin tool].
    254254    [[br]][[br]]
    255255 1. Create a distribution package:
     
    265265     below line
    266266{{{
    267 <property name="base.maintenanceversion" value="[C+1]" />
     267<property name="base.maintenanceversion" value="[C+1]pre" />
    268268}}}
    269269  i. Commit changes to the repository,