|
Revision tags: v24.07-rc2, v24.07-rc1, v24.03, v24.03-rc4, v24.03-rc3, v24.03-rc2, v24.03-rc1, v23.11, v23.11-rc4, v23.11-rc3, v23.11-rc2, v23.11-rc1, v23.07, v23.07-rc4, v23.07-rc3, v23.07-rc2, v23.07-rc1, v23.03, v23.03-rc4, v23.03-rc3, v23.03-rc2, v23.03-rc1, v22.11, v22.11-rc4, v22.11-rc3 |
|
| #
fac23f03 |
| 14-Nov-2022 |
Luca Boccassi <bluca@debian.org> |
doc: sort file lists in API generators
In order to build the documentation in a reproducible manner, sort the lists of files used as input, since walking the filesystem is not guaranteed to be done
doc: sort file lists in API generators
In order to build the documentation in a reproducible manner, sort the lists of files used as input, since walking the filesystem is not guaranteed to be done in a stable order. When converting the scripts from shell to python, sorting the input was lost.
Fixes: 53bb9a073f4f ("doc: rewrite shell scripts in Python") Cc: stable@dpdk.org
Signed-off-by: Luca Boccassi <bluca@debian.org> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
| #
1a5a1073 |
| 14-Nov-2022 |
Luca Boccassi <bluca@debian.org> |
doc: make API generator scripts executables
These scripts have a shebang so they are meant to be runnable, so set +x bits.
Fixes: 53bb9a073f4f ("doc: rewrite shell scripts in Python") Cc: stable@dp
doc: make API generator scripts executables
These scripts have a shebang so they are meant to be runnable, so set +x bits.
Fixes: 53bb9a073f4f ("doc: rewrite shell scripts in Python") Cc: stable@dpdk.org
Signed-off-by: Luca Boccassi <bluca@debian.org> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
|
Revision tags: v22.11-rc2, v22.11-rc1, v22.07, v22.07-rc4, v22.07-rc3, v22.07-rc2, v22.07-rc1 |
|
| #
53bb9a07 |
| 06-Apr-2022 |
Dmitry Kozlyuk <dmitry.kozliuk@gmail.com> |
doc: rewrite shell scripts in Python
Shell used in documentation generation could not run on Windows. Rewrite scripts in Python. New scripts use proper path separators and handle paths with spaces.
doc: rewrite shell scripts in Python
Shell used in documentation generation could not run on Windows. Rewrite scripts in Python. New scripts use proper path separators and handle paths with spaces.
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com> Reviewed-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|