Changes between Version 19 and Version 20 of Release/Procedure/New
- Timestamp:
- 11/08/06 15:24:53 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/Procedure/New
v19 v20 58 58 rm tools/*.pyc 59 59 }}} 60 1. Build the tarball 60 1. Build the tarball and copy it up to openlayers.org 61 61 {{{ 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/ 67 64 cp OpenLayers-x.y-rcZ.tar.gz /www/openlayers/htdocs/download 68 65 }}} … … 130 127 rm tools/*.pyc 131 128 }}} 132 1. Build the tarball 129 1. Build the tarball and copy it up to openlayers.org 133 130 {{{ 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/ 139 133 cp OpenLayers-x.y.tar.gz /www/openlayers/htdocs/download 140 134 }}}
