]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix sid doozer build
authorFlole998 <Flole998@users.noreply.github.com>
Mon, 14 Feb 2022 01:08:18 +0000 (02:08 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 01:08:18 +0000 (02:08 +0100)
.doozer.json

index b35aab2307dd852802d192fa698fbefb33439ea3..7ba75eb79fa28f671f9f1d83f2c4d43ae3e42397 100644 (file)
       ],
       "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"
       ]
     },
     "sid-i386": {
       ],
       "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"
       ]
     },
     "raspbian-jessie": {