commit cd52af0e6d1bb74d164dcef1a58a400524545453 Author: Pier Angelo Vendrame pierov@torproject.org Date: Mon Jan 10 18:10:39 2022 +0100
Bug 40413: Removed lsb_release from Python build script
`lsb_release -r` outputs testing/unstable on Debian testing, the slash is seen as directory separator, and makes the build fail in turn. Therefore, we decided to remove any lsb_release related variables from the filename in the Python build script. --- projects/python/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/python/config b/projects/python/config index a5caece..deacca3 100644 --- a/projects/python/config +++ b/projects/python/config @@ -1,6 +1,6 @@ # vim: filetype=yaml sw=2 version: 3.6.8 -filename: 'python-[% c("lsb_release/id") %]-[% c("lsb_release/release") %]-[% c("var/build_id") %].tar.gz' +filename: 'python-[% c("var/build_id") %].tar.gz' var: container: use_container: 1
tbb-commits@lists.torproject.org