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

Removed lsb_release from Python output filename.

`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 Python filename.
parent 6aaf0693
No related branches found
No related tags found
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