Changes between Version 19 and Version 20 of Release/Procedure/New

Show
Ignore:
Timestamp:
11/08/06 15:24:53 (7 years ago)
Author:
euzuro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/Procedure/New

    v19 v20  
    5858  rm tools/*.pyc 
    5959}}} 
    60    1. Build the tarball 
     60   1. Build the tarball and copy it up to openlayers.org 
    6161{{{ 
    62   cd ../.. 
    63   tar cvfz OpenLayers-x.y-rcZ.tar.gz  
    64 }}} 
    65    1. Copy the tarball up to openlayers.org 
    66 {{{ 
     62  cd .. 
     63  tar cvfz OpenLayers-x.y-rcZ.tar.gz OpenLayers-x.y-rcZ/ 
    6764  cp OpenLayers-x.y-rcZ.tar.gz /www/openlayers/htdocs/download 
    6865}}} 
     
    130127  rm tools/*.pyc 
    131128}}} 
    132  1. Build the tarball 
     129 1. Build the tarball and copy it up to openlayers.org 
    133130{{{ 
    134   cd ../.. 
    135   tar cvfz OpenLayers-x.y.tar.gz  
    136 }}} 
    137  1. Copy the tarball up to openlayers.org 
    138 {{{ 
     131  cd .. 
     132  tar cvfz OpenLayers-x.y.tar.gz OpenLayers-x.y/ 
    139133  cp OpenLayers-x.y.tar.gz /www/openlayers/htdocs/download 
    140134}}}