Skip to content
Snippets Groups Projects
Commit 88d10018 authored by Tristan Laurent's avatar Tristan Laurent
Browse files

Merge branch 'fix-legalcheck-missing-doc' into 'develop'

STYLE: add PS1 in legal check and update jpeg turbo version in doc

See merge request !1036
parents c02e6d05 f20eb640
No related branches found
No related tags found
1 merge request!1036STYLE: add PS1 in legal check and update jpeg turbo version in doc
Pipeline #15978 passed
......@@ -52,6 +52,7 @@ fileext = {
'.sh.in': 'shell',
'.bash': 'shell',
'.profile': 'shell',
'.ps1': 'shell',
'.py': 'shell',
'.py.in': 'shell',
'.cmake': 'shell',
......@@ -113,6 +114,7 @@ excludedfiles = set([
'./NOTICE',
'./VERSION',
'./CI/ctest2junit.xsl',
'./CI/Invoke-CmdScript.ps1',
'./CI/test/README',
'./CMake/CppcheckTargets.cmake',
'./CMake/FindKWStyle.cmake',
......
......@@ -41,7 +41,7 @@ process:
+------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+
| `libgeotiff <http://trac.osgeo.org/geotiff/>`_ | Yes | | 1.7.1 |
+------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+
| `libjpeg-turbo <http://sourceforge.net/projects/libjpeg-turbo>`_ | Yes | | 2.0.0 |
| `libjpeg-turbo <https://github.com/libjpeg-turbo/libjpeg-turbo>`_ | Yes | | 3.0.3 |
+------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+
| `libpng <https://downloads.sourceforge.net/project/libpng>`_ | Yes | | 1.6.37 |
+------------------------------------------------------------------+-----------------------+----------------------------+--------------------------+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment