From 0a556670b1a5a91ae38ec20c475916c2e93e43d5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 16 Apr 2023 14:16:18 +0200 Subject: [PATCH 1/4] update signature generation --- .woodpecker.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9c24f2b..a598a0f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -40,10 +40,13 @@ pipeline: commands: - echo "$APP_CERTIFICATE" > "/tmp/side_menu.key" - echo "$APP_PUBLIC_CERTIFICATE" > "/tmp/side_menu.crt" + - mkdir /tmp/app + - cp -r README.md CHANGELOG.md appinfo css lib img l10n js src templates screenshots vendor /tmp/app - /usr/src/nextcloud/occ integrity:sign-app --privateKey=/tmp/side_menu.key --certificate=/tmp/side_menu.crt - --path=$CI_WORKSPACE + --path=/tmp/app + - mv /tmp/app/appinfo/signature.json appinfo/ when: event: [tag] From 6583883e2d7e89e83f7805372422df36bfe5c0f5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 16 Apr 2023 14:17:09 +0200 Subject: [PATCH 2/4] update signature generation --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a598a0f..bca4ef8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -47,8 +47,8 @@ pipeline: --certificate=/tmp/side_menu.crt --path=/tmp/app - mv /tmp/app/appinfo/signature.json appinfo/ - when: - event: [tag] + # when: + # event: [tag] check-code-quality: image: sonarsource/sonar-scanner-cli From 27f8888a904bd9b8c598c4995a28c0b933561cb3 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 16 Apr 2023 14:24:17 +0200 Subject: [PATCH 3/4] update signature generation --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index bca4ef8..a598a0f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -47,8 +47,8 @@ pipeline: --certificate=/tmp/side_menu.crt --path=/tmp/app - mv /tmp/app/appinfo/signature.json appinfo/ - # when: - # event: [tag] + when: + event: [tag] check-code-quality: image: sonarsource/sonar-scanner-cli From 135f27cc32a1aec15021f87b5ec3477bd1351cdd Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 16 Apr 2023 18:05:25 +0200 Subject: [PATCH 4/4] release v3.7.4 --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b84da9..c9a1b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## 3.7.4 +### Fixed +* fix Integrity failed (#247) + ## 3.7.3 ### Fixed * fix #244: use app href for redirection diff --git a/appinfo/info.xml b/appinfo/info.xml index b24bd58..f9933b4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -32,7 +32,7 @@ Notice Because I believe in a free and decentralized Internet, [Gitnet](https://gitnet.fr) is **self-hosted at home**. In case of downtime, you can download **Custom Menu** from [here](https://kim.deblan.fr/~side_menu/). ]]> - 3.7.3 + 3.7.4 agpl Simon Vieille SideMenu