From: Christian Hewitt Date: Tue, 21 Nov 2023 14:12:00 +0000 (+0000) Subject: ci: remove references to doozer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f96ea64930f4d2191f5df79e1331f28213805463;p=thirdparty%2Ftvheadend.git ci: remove references to doozer Signed-off-by: Christian Hewitt --- diff --git a/.doozer.json b/.doozer.json deleted file mode 100644 index 4d79b6269..000000000 --- a/.doozer.json +++ /dev/null @@ -1,678 +0,0 @@ -{ - "targets": { - "trusty-amd64": { - "buildenv": "trusty-amd64", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache", - "libx11-xcb-dev" - ], - "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --nowerror ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" - ] - }, - "trusty-i386": { - "buildenv": "trusty-i386", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --nowerror ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" - ] - }, - "xenial-amd64": { - "buildenv": "xenial-amd64", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre2-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "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" - ] - }, - "xenial-i386": { - "buildenv": "xenial-i386", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre2-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "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" - ] - }, - "xenial-arm64": { - "buildenv": "xenial-arm64", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre2-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-hdhomerun_static\\ --disable-ffmpeg_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" - ] - }, - "xenial-armhf": { - "buildenv": "xenial-armhf", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre2-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-hdhomerun_static\\ --disable-ffmpeg_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" - ] - }, - "bionic-amd64": { - "buildenv": "docker:ubuntu:bionic", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre2-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "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", - ] - }, - "bionic-i386": { - "buildenv": "docker:i386/ubuntu:bionic", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre2-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "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", - ] - }, - "focal-amd64": { - "buildenv": "docker:ubuntu:focal", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre2-dev", - "libdvbcsa-dev", - "python3", - "python3-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "python3 support/bintray.py publish filelist.txt", - ] - }, - "jessie-amd64": { - "buildenv": "jessie-amd64", - "builddeps": [ - "lsb-release", - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache", - "sudo", - ], - "buildcmd": [ - "sudo wget -O /usr/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py https://raw.githubusercontent.com/urllib3/urllib3/1.26.6/src/urllib3/contrib/pyopenssl.py", - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --nowerror ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" - ] - }, - "jessie-i386": { - "buildenv": "jessie-i386", - "builddeps": [ - "lsb-release", - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache", - "sudo", - ], - "buildcmd": [ - "sudo wget -O /usr/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py https://raw.githubusercontent.com/urllib3/urllib3/1.26.6/src/urllib3/contrib/pyopenssl.py", - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --nowerror ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" - ] - }, - "stretch-amd64": { - "buildenv": "stretch-amd64", - "builddeps": [ - "lsb-release", - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "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" - ] - }, - "stretch-i386": { - "buildenv": "stretch-i386", - "builddeps": [ - "lsb-release", - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "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" - ] - }, - "buster-amd64": { - "buildenv": "docker:debian:buster", - "builddeps": [ - "lsb-release", - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "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" - ] - }, - "buster-i386": { - "buildenv": "docker:i386/debian:buster", - "builddeps": [ - "lsb-release", - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "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" - ] - }, - "bullseye-amd64": { - "buildenv": "docker:debian:bullseye", - "builddeps": [ - "lsb-release", - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python3-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "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" - ] - }, - "bullseye-i386": { - "buildenv": "docker:i386/debian:bullseye", - "builddeps": [ - "lsb-release", - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python3-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "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" - ] - }, - "sid-amd64": { - "buildenv": "docker:debian:sid", - "builddeps": [ - "lsb-release", - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python3", - "python3-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "python3 support/bintray.py publish filelist.txt" - ] - }, - "sid-i386": { - "buildenv": "docker:i386/debian:sid", - "builddeps": [ - "lsb-release", - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python3", - "python3-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "python3 support/bintray.py publish filelist.txt" - ] - }, - "raspbian-jessie": { - "buildenv": "raspbian-jessie", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache", - "sudo", - ], - "buildcmd": [ - "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" - ] - }, - "raspbian-stretch": { - "buildenv": "raspbian-stretch", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre2-dev", - "libdvbcsa-dev", - "python", - "python-requests", - "debhelper", - "ccache" - ], - "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-hdhomerun_static\\ --disable-ffmpeg_static ./Autobuild.sh -t raspbianstretch-armhf -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" - ] - }, - "fedora34-x86_64": { - "buildenv": "docker:fedora:37", - "builddeps": [ - ["https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-37.noarch.rpm"], - "gcc-c++", - "which", - "rpm-build", - "rpmdevtools", - "git", - "make", - "cmake", - "gettext-devel", - "dbus-devel", - "avahi-devel", - "openssl-devel", - "zlib-devel", - "libdvbcsa-devel", - "wget", - "bzip2", - "uriparser-devel", - "pcre2-devel", - "python", - "python-requests", - "ccache" - ], - "buildcmd": [ - "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer", - "support/bintray.py publish filelist.txt" - ] - }, - "fedora35-x86_64": { - "buildenv": "docker:fedora:38", - "builddeps": [ - ["https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-38.noarch.rpm"], - "gcc-c++", - "which", - "rpm-build", - "rpmdevtools", - "git", - "make", - "cmake", - "gettext-devel", - "dbus-devel", - "avahi-devel", - "openssl-devel", - "zlib-devel", - "libdvbcsa-devel", - "wget", - "bzip2", - "uriparser-devel", - "pcre2-devel", - "python", - "python-requests", - "ccache" - ], - "buildcmd": [ - "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer", - "support/bintray.py publish filelist.txt" - ] - }, - "centos7-x86_64": { - "buildenv": "docker:centos:7", - "builddeps": [ - ["https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm"], - "gcc-c++", - "which", - "rpm-build", - "rpmdevtools", - "git", - "make", - "cmake", - "gettext-devel", - "dbus-devel", - "avahi-devel", - "openssl-devel", - "zlib-devel", - "libdvbcsa-devel", - "wget", - "bzip2", - "uriparser-devel", - "pcre2-devel", - "python3", - "python3-requests", - "python", - "python-requests", - "ccache" - ], - "buildcmd": [ - "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer", - "BINTRAY_REPO=centos support/bintray.py publish filelist.txt" - ] - } - } -}