commit | ed2133b7b5859bc1de86ed44d5cd93096cadc446 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <[email protected]> | Sat Jul 02 11:11:26 2022 +0100 |
committer | Jonathan Corbet <[email protected]> | Thu Jul 07 12:47:10 2022 -0600 |
tree | 5e9aaea4359e02e9aaefb39d8cca6a9785b71fe8 | |
parent | 7c2d45a347c7933cbe0efff14fe96adeb13fd761 [diff] |
scripts: sphinx-pre-install: report broken venv After distro upgrades, the directory names for python may change. On such case, the previously-created venv will be broken, and sphinx-build won't run. Add a logic to report it. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/f117f03555b0636d2be0b68f3a23b1d3f03ccf1d.1656756450.git.mchehab@kernel.org [jc: fixed typo in warning message] Signed-off-by: Jonathan Corbet <[email protected]>