Changes between Version 22 and Version 23 of ReleaseProcedure


Ignore:
Timestamp:
Feb 26, 2008, 10:59:33 AM (16 years ago)
Author:
Jari Häkkinen
Comment:

Added document generation note for trac.

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcedure

    v22 v23  
    167167  i. In section '''BASE ''devel'' ''' update link to `[milestone:A.B+1 A.B+1]`.[[br]][[br]]
    168168  i. Add a ''Base A.B'' subsection in the '''All packaged BASE releases''' section. [[br]][[br]]
    169  1. Change the symbolic link on the trac server to point to the latest stable release
     169 1. Check out the new branch for online documentation use, generate documentation, and change the symbolic link on the trac server to point to the latest stable release
    170170{{{
    171171ssh tracuser@base.thep.lu.se
    172172cd /path/to/base/trac
    173173svn co http://lev.thep.lu.se/repository/branches/A.B-stable base-A.B
     174cd base-A.B
     175ant doc
     176cd ..
    174177rm base-latest
    175178ln -s base-A.B base-latest