Changes between Version 21 and Version 22 of Release/Procedure

Show
Ignore:
Timestamp:
09/29/08 04:22:08 (5 years ago)
Author:
crschmidt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/Procedure

    v21 v22  
    102102  cp -a theme/ /www/openlayers/docs/api/x.y 
    103103}}} 
    104  1. Perform additional build steps: 
    105 {{{ 
    106  cp build/OpenLayers.js OpenLayers.js 
    107  rm build/OpenLayers.js 
    108 }}}  
    109104 1. Build the tarball and copy it up to openlayers.org 
    110105{{{ 
    111106  # First remove all .pyc files from the directory. 
    112107  rm tools/*.pyc 
     108  # move single file version 
     109  cp build/OpenLayers.js OpenLayers.js 
     110  rm build/OpenLayers.js 
     111   
    113112  cd .. 
     113  perl ~crschmidt/NaturalDocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/devdocs -p OpenLayers-$VERSION/doc_config -s Default OL 
     114  perl ~crschmidt/NaturalDocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/apidocs -p OpenLayers-$VERSION/apidoc_config -s Default OL 
     115 
    114116  tar cvfz OpenLayers-x.y.tar.gz OpenLayers-x.y/ 
    115117  cp OpenLayers-x.y.tar.gz /www/openlayers/docs/download