]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
doozer: add missing python-requests and manually update certs for older distros
authormpmc <hello@markclarkstone.co.uk>
Tue, 2 Oct 2018 17:00:31 +0000 (18:00 +0100)
committerperexg <perex@perex.cz>
Wed, 3 Oct 2018 06:46:47 +0000 (08:46 +0200)
.doozer.json

index c665361d2131c486a5ffcc1746dfde77cd03e891..39a53c4708aaaa205b26941acf4bba89dc202dac 100644 (file)
         "python",
         "python-requests",
         "debhelper",
-        "ccache"
+        "ccache",
+        "ca-certificates",
+        "sudo",
       ],
       "buildcmd": [
+        "sudo mkdir /usr/local/share/ca-certificates/cacert.org",
+        "sudo wget -P /usr/local/share/ca-certificates/cacert.org http://www.cacert.org/certs/root.crt http://www.cacert.org/certs/class3.crt",
+        "sudo update-ca-certificates",
         "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}",
         "support/bintray.py publish filelist.txt"
       ]
         "python",
         "python-requests",
         "debhelper",
-        "ccache"
+        "ccache",
+        "ca-certificates",
+        "sudo",
       ],
       "buildcmd": [
+        "sudo mkdir /usr/local/share/ca-certificates/cacert.org",
+        "sudo wget -P /usr/local/share/ca-certificates/cacert.org http://www.cacert.org/certs/root.crt http://www.cacert.org/certs/class3.crt",
+        "sudo update-ca-certificates",
         "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}",
         "support/bintray.py publish filelist.txt"
       ]
         "python",
         "python-requests",
         "debhelper",
-        "ccache"
+        "ccache",
+        "ca-certificates",
+        "sudo",
       ],
       "buildcmd": [
+        "sudo mkdir /usr/local/share/ca-certificates/cacert.org",
+        "sudo wget -P /usr/local/share/ca-certificates/cacert.org http://www.cacert.org/certs/root.crt http://www.cacert.org/certs/class3.crt",
+        "sudo update-ca-certificates",
         "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-hdhomerun_static\\ --disable-ffmpeg_static ./Autobuild.sh -t raspbianjessie-armhf -j ${PARALLEL} -w ${WORKDIR}",
         "support/bintray.py publish filelist.txt"
       ]
         "libpcre2-dev",
         "libdvbcsa-dev",
         "python",
+        "python-requests",
         "debhelper",
         "ccache"
       ],