]> 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)
committerJaroslav Kysela <perex@perex.cz>
Wed, 3 Oct 2018 07:47:31 +0000 (09:47 +0200)
.doozer.json

index ef729ece8e2c8465fba3c38d48f31d5593d3d236..c5459a3d26dcb9af02e0a46cc63d9d2f73abd446 100644 (file)
         "python-requests",
         "dvb-apps",
         "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-requests",
         "dvb-apps",
         "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-requests",
         "dvb-apps",
         "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"
       ]
         "git-core",
         "liburiparser-dev",
         "python",
+        "python-requests",
         "dvb-apps",
         "debhelper",
         "ccache"