Update Help for release actions authored by Tristan Laurent's avatar Tristan Laurent
......@@ -183,6 +183,9 @@ For final release, update the symlinks in `/var/www/archives/qgis` :
- `OTB-VERSION-Win64.zip -> /var/www/archives/packages/OTB-MAJOR.MINOR.PATCH-Win64.zip`
- `OTB-VERSION-Linux.tar.gz -> /var/www/archives/packages/OTB-MAJOR.MINOR.PATCH-Linux.tar.gz`
> :warning: :exclamation: Important for Centos:
> For centos, you should download the packages from GitLab artifacts jobs and rename them with an additionnal "Linux_Redhat", then do the same steps as for windows and linux.
### Update documentation
Updating documentation contains multiple steps:
......@@ -197,7 +200,7 @@ cd /var/www/archives/packages/deploy_scripts
sh deploy_documentation.sh
```
For a manual deployment :
For a manual deployment see the following parts, with archives located at /var/www/archives/packages/ci
#### CookBook
......@@ -252,12 +255,9 @@ Manually check that the packages that are about to be released as the next OTB v
- Identify the exact file about to be released
- Download that file
- Follow word-for-word the official installation procedure from the Cookbook
- Open Monteverdi
- Activate Help/About... dialog and check version number
- Open [this .tif image](https://git.orfeo-toolbox.org/otb-data.git/blob/HEAD:/Examples/QB_Toulouse_Ortho_PAN.tif).
- Navigate in the image briefly: translate, zoom, use the quicklook window
- Load OTB applications
- Open the 'Image conversion' (otbgui_Convert) application and run it on the loaded image (pick random parameters)
- Check french translation (i18n)
- Try a simple otb app like ReadImageInfo
- Check that python works with:
- `import otbApplication`
- `from osgeo import gdal`and `gdal.__version` to check that the version used is the otb one
If there is any problem, crash or suspicious behavior when doing the above, open an issue.
\ No newline at end of file