Skip to content
Snippets Groups Projects
Verified Commit cd52af0e authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

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.
parent 6aaf0693
No related branches found
Tags tor-0.4.3.1-alpha
No related merge requests found
# 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
......
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