From: mpmc Date: Tue, 2 Oct 2018 17:00:31 +0000 (+0100) Subject: doozer: add missing python-requests and manually update certs for older distros X-Git-Tag: v4.2.7~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db177a6047769caff02fbf65de7eef00a930a027;p=thirdparty%2Ftvheadend.git doozer: add missing python-requests and manually update certs for older distros --- diff --git a/.doozer.json b/.doozer.json index ef729ece8..c5459a3d2 100644 --- a/.doozer.json +++ b/.doozer.json @@ -124,9 +124,14 @@ "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" ] @@ -151,9 +156,14 @@ "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" ] @@ -263,9 +273,14 @@ "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" ] @@ -286,6 +301,7 @@ "git-core", "liburiparser-dev", "python", + "python-requests", "dvb-apps", "debhelper", "ccache"