From: Flole998 Date: Wed, 21 Dec 2022 18:37:10 +0000 (+0000) Subject: Fix a few more builds, add kinetic support X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a156a25a07f1f84c2f48a1b03b481430c8257d;p=thirdparty%2Ftvheadend.git Fix a few more builds, add kinetic support --- diff --git a/Autobuild/kinetic-x86_64.sh b/Autobuild/kinetic-x86_64.sh new file mode 100644 index 000000000..b44520b02 --- /dev/null +++ b/Autobuild/kinetic-x86_64.sh @@ -0,0 +1,2 @@ +source Autobuild/x86_64.sh +source Autobuild/kinetic.sh \ No newline at end of file diff --git a/Autobuild/kinetic.sh b/Autobuild/kinetic.sh new file mode 100644 index 000000000..a3b8ffc35 --- /dev/null +++ b/Autobuild/kinetic.sh @@ -0,0 +1,2 @@ +DEBDIST=kinetic +source Autobuild/debian.sh diff --git a/support/cloudsmith.sh b/support/cloudsmith.sh index d3829fe8b..5be1428b6 100755 --- a/support/cloudsmith.sh +++ b/support/cloudsmith.sh @@ -52,9 +52,9 @@ export LC_ALL=C.UTF-8 export LANG=C.UTF-8 export DEBIAN_FRONTEND=noninteractive -apt install -y python3.7 || true +apt install --force-yes -y python3.7 || true -apt install -y python3-pip || apt install -y python-pip +apt install --force-yes -y python3-pip || apt install --force-yes -y python-pip pip3 install --upgrade pip || pip install --upgrade pip || pip2 install --upgrade pip