From 123f6ea8e759eb95de5573e3d2cd69870032449d Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Mon, 23 Jan 2023 12:30:26 +0000 Subject: [PATCH 1/2] Stop insync key change breaking tests --- 01-main/packages/insync | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/01-main/packages/insync b/01-main/packages/insync index 68e7e494..7b691165 100644 --- a/01-main/packages/insync +++ b/01-main/packages/insync @@ -1,7 +1,8 @@ DEFVER=1 -if [ "${ACTION}" != "prettylist" ]; then - ASC_KEY_URL="$(curl -s https://www.insynchq.com/downloads | grep gpgkey | cut -d'=' -f2)" -fi +# key gone from website +# this key is not enough to install but at least keeps _us_ happy +# # while they sort themselves out +GPG_KEY_URL="https://d2t3ff60b2tol4.cloudfront.net/services@insynchq.com.gpg.key" APT_REPO_URL="http://apt.insync.io/${UPSTREAM_ID} ${UPSTREAM_CODENAME} non-free contrib" PRETTY_NAME="Insync" WEBSITE="https://www.insynchq.com/" From 9da1d88296703d0805f284a2c89d23dc03593250 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Thu, 9 Feb 2023 01:18:15 +0000 Subject: [PATCH 2/2] Updated to use Key ID Now depends on #741 being merged --- 01-main/packages/insync | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/01-main/packages/insync b/01-main/packages/insync index 7b691165..b336256d 100644 --- a/01-main/packages/insync +++ b/01-main/packages/insync @@ -1,8 +1,5 @@ DEFVER=1 -# key gone from website -# this key is not enough to install but at least keeps _us_ happy -# # while they sort themselves out -GPG_KEY_URL="https://d2t3ff60b2tol4.cloudfront.net/services@insynchq.com.gpg.key" +GPG_KEY_ID="A684470CACCAF35C" APT_REPO_URL="http://apt.insync.io/${UPSTREAM_ID} ${UPSTREAM_CODENAME} non-free contrib" PRETTY_NAME="Insync" WEBSITE="https://www.insynchq.com/"