1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
rocm-docs-core for Debian
------------------------
The package query the net for ROCm latest/rc versions and Google site verification.
Variables are set in rocm-docs-build and taken from
/usr/share/doc/python3-rocm-docs/rocm_data or debian/rocm_data
latest_version from :
https://raw.githubusercontent.com/ROCm/rocm-docs-core/data/latest_version.txt
release_candidate from :
https://raw.githubusercontent.com/ROCm/rocm-docs-core/data/release_candidate.txt
google_site_verification :
https://raw.githubusercontent.com/ROCm/rocm-docs-core/data/google_site_verification.txt
A patch is applied to take these env var instead of making internet call
The doc is also using git informations, a patch is used to bypass git query during build
-- Christian Bayle <bayle@debian.org> Wed, 05 Mar 2025 11:34:50 +0100
|