Changes between Version 13 and Version 14 of Release/Procedure/New

Show
Ignore:
Timestamp:
11/08/06 12:00:23 (7 years ago)
Author:
euzuro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/Procedure/New

    v13 v14  
    4040   1. Export it: 
    4141{{{ 
    42   svn export http://svn.openlayers.org/tags/openlayers/release-x.y-rcZ OpenLayers-x.y 
     42  svn export http://svn.openlayers.org/tags/openlayers/release-x.y-rcZ OpenLayers-x.y-rcZ 
    4343}}} 
    4444   1. Build the single file version:  
    4545{{{ 
    46   cd OpenLayers-x.y/build 
     46  cd OpenLayers-x.y-rcZ/build 
    4747  ./build.sh 
    4848}}} 
    4949   1. Install the new API code on openlayers.org 
    5050{{{ 
    51   cp build/OpenLayers.js /www/openlayers/htdocs/api/x.y 
    52   cp -a img/ /www/openlayers/htdocs/api/x.y 
     51  cd .. 
     52  cp build/OpenLayers.js /www/openlayers/htdocs/api/x.y-rcZ 
     53  cp -a img/ /www/openlayers/htdocs/api/x.y-rcZ 
     54  cp -a theme/ /www/openlayers/htdocs/api/x.y-rcZ 
    5355}}} 
    5456   1. Remove all .pyc files from the directory.