From: Flole998 Date: Wed, 14 Oct 2020 17:17:59 +0000 (+0200) Subject: Make focal use python3 for upload X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e1dac82261dba52900e8d6def943d6149102875;p=thirdparty%2Ftvheadend.git Make focal use python3 for upload --- diff --git a/.doozer.json b/.doozer.json index 8caf65b7a..1badeb896 100644 --- a/.doozer.json +++ b/.doozer.json @@ -240,7 +240,7 @@ ], "buildcmd": [ "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt", + "python3 support/bintray.py publish filelist.txt", ] }, "jessie-amd64": {