Changes between Initial Version and Version 1 of ShippingACMTRelase


Ignore:
Timestamp:
May 9, 2005, 9:56:00 AM (19 years ago)
Author:
arnault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShippingACMTRelase

    v1 v1  
     1
     2= Constructing a release for CMT =
     3
     4== Final step on the sources ==
     5
     6The final step for preparing the release consists in changing cmt_version.h
     7
     8== Building binaries ==
     9
     10Binaries are built on various machines, then copied to /lal/CMT/*/
     11
     12||VisualC             || laptop ||
     13||CYGWIN_NT-5.1-i686  || laptop ||
     14
     15||OSF1-alpha          || asc ||
     16||Linux-i686          || lxbuild002 ||
     17||Linux-x86_64        || atlas2.lal.in2p3 ||
     18||SunOS-sun4u         || ccasn.in2p3.fr ||
     19||AIX-002064874C00    || ccars.in2p3.fr ||
     20
     21 * Check that once copied to LAL, all cmt.exe are executable
     22 * Remove *.o files before creating the tar balls
     23 * Create the symlinks  cmt -> cmt.exe
     24
     25== Building the documentations ==
     26
     27{{{
     28gmake doxygen       # on atlas.lal.in2p3.fr
     29gmake gendoc        # needs Python >= 2.3
     30gmake pdf           # on lxplus
     31}}}
     32
     33Prepare ReleaseNotes.html form ChangeLog
     34
     35== build the pacman kit ==
     36
     37{{{
     38gmake pacman
     39cp CMT-<version>.pacman /www/Web/htdocs/cmtsite/pacman/cache
     40}}}
     41
     42== Preparing ../doc/download.html ==
     43
     44install the new version.
     45
     46== Exporting to the CMT Web site ==
     47
     48{{{
     49gmake Export        on a LAL machine
     50}}}
     51
     52== Final SVN tagging ==
     53
     54