From ebe8c71b08fe461812690af87602bcfc9d3eb151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 29 Dec 2022 22:03:21 +0100 Subject: [PATCH 01/18] Upgrade gitea to 1.18.0 --- conf/source/arm.src | 4 ++-- conf/source/arm64.src | 4 ++-- conf/source/arm64_1.17.src | 5 +++++ conf/source/arm_1.17.src | 5 +++++ conf/source/armv7.src | 4 ++-- conf/source/armv7_1.17.src | 8 ++++++++ conf/source/i386.src | 4 ++-- conf/source/i386_1.17.src | 5 +++++ conf/source/x86-64.src | 4 ++-- conf/source/x86-64_1.17.src | 5 +++++ manifest.json | 2 +- scripts/upgrade | 4 ++++ 12 files changed, 43 insertions(+), 11 deletions(-) create mode 100644 conf/source/arm64_1.17.src create mode 100644 conf/source/arm_1.17.src create mode 100644 conf/source/armv7_1.17.src create mode 100644 conf/source/i386_1.17.src create mode 100644 conf/source/x86-64_1.17.src diff --git a/conf/source/arm.src b/conf/source/arm.src index f891578..fed305e 100644 --- a/conf/source/arm.src +++ b/conf/source/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm-6 -SOURCE_SUM=771abb512809d8ddbc12381c58b42cc9b2e3569101d9a6e42fdf9195c584bfc1 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm-6 +SOURCE_SUM=8a03c5d3c0f578117d46c5ce05d4c2d41d4f770cc4ba600e1b6b1f7d283a9dd5 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index d898a69..17ea967 100644 --- a/conf/source/arm64.src +++ b/conf/source/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm64 -SOURCE_SUM=f3d430855071ffe771fb2f28ddb47f25e99b5c2b6450d7c0225961a8d7baac71 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm64 +SOURCE_SUM=0b5ea921a1fc7e69cf13bd578b2bdad10964ce49225aa5eb158435137f82f3f1 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64_1.17.src b/conf/source/arm64_1.17.src new file mode 100644 index 0000000..d898a69 --- /dev/null +++ b/conf/source/arm64_1.17.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm64 +SOURCE_SUM=f3d430855071ffe771fb2f28ddb47f25e99b5c2b6450d7c0225961a8d7baac71 +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/arm_1.17.src b/conf/source/arm_1.17.src new file mode 100644 index 0000000..f891578 --- /dev/null +++ b/conf/source/arm_1.17.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm-6 +SOURCE_SUM=771abb512809d8ddbc12381c58b42cc9b2e3569101d9a6e42fdf9195c584bfc1 +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index a2a0daa..16e9bc3 100644 --- a/conf/source/armv7.src +++ b/conf/source/armv7.src @@ -1,8 +1,8 @@ # The armv7 build is brocken # See : https://github.com/go-gitea/gitea/issues/6700 # Use temporary the armv6 binary -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm-6 -SOURCE_SUM=771abb512809d8ddbc12381c58b42cc9b2e3569101d9a6e42fdf9195c584bfc1 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm-6 +SOURCE_SUM=8a03c5d3c0f578117d46c5ce05d4c2d41d4f770cc4ba600e1b6b1f7d283a9dd5 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7_1.17.src b/conf/source/armv7_1.17.src new file mode 100644 index 0000000..a2a0daa --- /dev/null +++ b/conf/source/armv7_1.17.src @@ -0,0 +1,8 @@ +# The armv7 build is brocken +# See : https://github.com/go-gitea/gitea/issues/6700 +# Use temporary the armv6 binary +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm-6 +SOURCE_SUM=771abb512809d8ddbc12381c58b42cc9b2e3569101d9a6e42fdf9195c584bfc1 +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index b768e97..1d64908 100644 --- a/conf/source/i386.src +++ b/conf/source/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-386 -SOURCE_SUM=f18ebd43e87de83b681149e1802e0650fa29b6e25c4f6e1625899c6709706db3 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-386 +SOURCE_SUM=e566b8d526d37b4946312da479242ec98ddd0a158e4593fd73cb223dd3cf8307 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386_1.17.src b/conf/source/i386_1.17.src new file mode 100644 index 0000000..b768e97 --- /dev/null +++ b/conf/source/i386_1.17.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-386 +SOURCE_SUM=f18ebd43e87de83b681149e1802e0650fa29b6e25c4f6e1625899c6709706db3 +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/x86-64.src b/conf/source/x86-64.src index 7a35e99..4ca2fbe 100644 --- a/conf/source/x86-64.src +++ b/conf/source/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-amd64 -SOURCE_SUM=a720c1e87748e4fc5e37f4079ad0f8369d3c6d63e274856eb04201857c98ca2b +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-amd64 +SOURCE_SUM=b45b715d519a97086208c6b42528d291dd1c4dfdf40321dc940030e1cf3de6e6 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/x86-64_1.17.src b/conf/source/x86-64_1.17.src new file mode 100644 index 0000000..7a35e99 --- /dev/null +++ b/conf/source/x86-64_1.17.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-amd64 +SOURCE_SUM=a720c1e87748e4fc5e37f4079ad0f8369d3c6d63e274856eb04201857c98ca2b +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index d687470..64e5513 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.17.4~ynh1", + "version": "1.18.0~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" diff --git a/scripts/upgrade b/scripts/upgrade index e6ffa01..e14c84f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -237,6 +237,10 @@ case $upstream_version in ynh_setup_source $final_path source/${architecture}_1.16 restart_gitea ;& +"1.16."* ) + ynh_setup_source $final_path source/${architecture}_1.17 + restart_gitea +;& esac # Install gitea source From 6bdd9c98049b23b2ae6c35bfd1284dec40dc6353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 13 Jan 2023 08:04:03 +0100 Subject: [PATCH 02/18] Update config --- conf/app.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/app.ini b/conf/app.ini index c954f1d..81be54d 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -32,7 +32,8 @@ LFS_JWT_SECRET = __LFS_KEY__ [mailer] ENABLED = true -HOST = 127.0.0.1:25 +SMTP_ADDR = 127.0.0.1 +SMTP_PORT = 25 FROM = "Gitea" SKIP_VERIFY = true From 4487c44ef81ca6f85cd09cab630650b8626bae88 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 13 Jan 2023 07:05:04 +0000 Subject: [PATCH 03/18] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcf05ad..b31c84e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.17.4~ynh1 +**Shipped version:** 1.18.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 6959cc8..0ecfa9b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.17.4~ynh1 +**Version incluse :** 1.18.0~ynh1 ## Captures d'écran From 315deacb899d623aee1d8354939df1d738d684cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 17 Jan 2023 22:03:14 +0100 Subject: [PATCH 04/18] Upgrade gitea to 1.18.1 --- conf/source/arm.src | 4 ++-- conf/source/arm64.src | 4 ++-- conf/source/armv7.src | 4 ++-- conf/source/i386.src | 4 ++-- conf/source/x86-64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/source/arm.src b/conf/source/arm.src index fed305e..4130c82 100644 --- a/conf/source/arm.src +++ b/conf/source/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm-6 -SOURCE_SUM=8a03c5d3c0f578117d46c5ce05d4c2d41d4f770cc4ba600e1b6b1f7d283a9dd5 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm-6 +SOURCE_SUM=bad3088b3f2bb451201feb8887327eaedfd1919450ac72b79ecc5434fb7584d4 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index 17ea967..1d59697 100644 --- a/conf/source/arm64.src +++ b/conf/source/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm64 -SOURCE_SUM=0b5ea921a1fc7e69cf13bd578b2bdad10964ce49225aa5eb158435137f82f3f1 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm64 +SOURCE_SUM=22dd8107dbe32590b9b8d37a03a1161bd627124f851e73c6f1d9a3714d897417 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index 16e9bc3..781a823 100644 --- a/conf/source/armv7.src +++ b/conf/source/armv7.src @@ -1,8 +1,8 @@ # The armv7 build is brocken # See : https://github.com/go-gitea/gitea/issues/6700 # Use temporary the armv6 binary -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm-6 -SOURCE_SUM=8a03c5d3c0f578117d46c5ce05d4c2d41d4f770cc4ba600e1b6b1f7d283a9dd5 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm-6 +SOURCE_SUM=bad3088b3f2bb451201feb8887327eaedfd1919450ac72b79ecc5434fb7584d4 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index 1d64908..31c6391 100644 --- a/conf/source/i386.src +++ b/conf/source/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-386 -SOURCE_SUM=e566b8d526d37b4946312da479242ec98ddd0a158e4593fd73cb223dd3cf8307 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-386 +SOURCE_SUM=d49b68bb7b1accd84153378f6ae04403c0a1542881d6436f9c8d87e48e1e0e3e SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/x86-64.src b/conf/source/x86-64.src index 4ca2fbe..1f7837d 100644 --- a/conf/source/x86-64.src +++ b/conf/source/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-amd64 -SOURCE_SUM=b45b715d519a97086208c6b42528d291dd1c4dfdf40321dc940030e1cf3de6e6 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-amd64 +SOURCE_SUM=58d93274a2a639d67e3350f7d38969663d9eabd8018ad4b52fc8100d9145a2f0 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 64e5513..471903e 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.18.0~ynh1", + "version": "1.18.1~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" From 8f1687261f6cd289b7c9fd6e8c985ef09e079a57 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 18 Jan 2023 07:13:13 +0000 Subject: [PATCH 05/18] Auto-update README --- README.md | 2 +- README_fr.md | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b31c84e..e558b7f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.18.0~ynh1 +**Shipped version:** 1.18.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 0ecfa9b..8de39ab 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,24 +5,24 @@ It shall NOT be edited by hand. # Gitea pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) [![Installer Gitea avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Gitea rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Gitea rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.18.0~ynh1 +**Version incluse :** 1.18.1~ynh1 -## Captures d'écran +## Captures d’écran -![Capture d'écran de Gitea](./doc/screenshots/screenshot.png) +![Capture d’écran de Gitea](./doc/screenshots/screenshot.png) ## Avertissements / informations importantes @@ -106,9 +106,9 @@ If you want to use the Git command (like `git clone`, `git pull`, `git push`), y ## Documentations et ressources -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -124,4 +124,4 @@ ou sudo yunohost app upgrade gitea -u https://github.com/YunoHost-Apps/gitea_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From b83c8250d17e00ce620c20fb69c8ae2bb555392b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 20 Jan 2023 22:03:16 +0100 Subject: [PATCH 06/18] Upgrade gitea to 1.18.2 --- conf/source/arm.src | 4 ++-- conf/source/arm64.src | 4 ++-- conf/source/armv7.src | 4 ++-- conf/source/i386.src | 4 ++-- conf/source/x86-64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/source/arm.src b/conf/source/arm.src index 4130c82..8122b58 100644 --- a/conf/source/arm.src +++ b/conf/source/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm-6 -SOURCE_SUM=bad3088b3f2bb451201feb8887327eaedfd1919450ac72b79ecc5434fb7584d4 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-arm-6 +SOURCE_SUM=113ba0398f580ac82725fd417d798cf1413db8afb00c033328b5228128386580 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index 1d59697..c468169 100644 --- a/conf/source/arm64.src +++ b/conf/source/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm64 -SOURCE_SUM=22dd8107dbe32590b9b8d37a03a1161bd627124f851e73c6f1d9a3714d897417 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-arm64 +SOURCE_SUM=d8e82dc4419e90f3fd31691d481965f36ad03872124732b8a4eb3a9280ff4da8 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index 781a823..82d6142 100644 --- a/conf/source/armv7.src +++ b/conf/source/armv7.src @@ -1,8 +1,8 @@ # The armv7 build is brocken # See : https://github.com/go-gitea/gitea/issues/6700 # Use temporary the armv6 binary -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm-6 -SOURCE_SUM=bad3088b3f2bb451201feb8887327eaedfd1919450ac72b79ecc5434fb7584d4 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-arm-6 +SOURCE_SUM=113ba0398f580ac82725fd417d798cf1413db8afb00c033328b5228128386580 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index 31c6391..43a4957 100644 --- a/conf/source/i386.src +++ b/conf/source/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-386 -SOURCE_SUM=d49b68bb7b1accd84153378f6ae04403c0a1542881d6436f9c8d87e48e1e0e3e +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-386 +SOURCE_SUM=288473a46924a47f9128330eda4cf588272119f9d80bbfdc7862c3ffa85471b7 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/x86-64.src b/conf/source/x86-64.src index 1f7837d..1618ab9 100644 --- a/conf/source/x86-64.src +++ b/conf/source/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-amd64 -SOURCE_SUM=58d93274a2a639d67e3350f7d38969663d9eabd8018ad4b52fc8100d9145a2f0 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-amd64 +SOURCE_SUM=f1843e9dd88f906df919f1374a938e3f1c9f67ef1a7541146d8a568decd419ce SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 471903e..c7b27c4 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.18.1~ynh1", + "version": "1.18.2~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" From 34133ac9433ad4451e0d6a7ac9cda0e7b7fc341d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 22 Jan 2023 00:17:43 +0000 Subject: [PATCH 07/18] Auto-update README --- README.md | 4 ++-- README_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e558b7f..1398104 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Gitea for YunoHost -[![Integration level](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Working status](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Working status](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) [![Install Gitea with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea) *[Lire ce readme en français.](./README_fr.md)* @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.18.1~ynh1 +**Shipped version:** 1.18.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 8de39ab..823c1a4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Gitea pour YunoHost -[![Niveau d’intégration](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) [![Installer Gitea avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea) *[Read this readme in english.](./README.md)* @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.18.1~ynh1 +**Version incluse :** 1.18.2~ynh1 ## Captures d’écran From 7dab41780958293fcd553902da3844d6551d3362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 23 Jan 2023 22:03:14 +0100 Subject: [PATCH 08/18] Upgrade gitea to 1.18.3 --- conf/source/arm.src | 4 ++-- conf/source/arm64.src | 4 ++-- conf/source/armv7.src | 4 ++-- conf/source/i386.src | 4 ++-- conf/source/x86-64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/source/arm.src b/conf/source/arm.src index 8122b58..6c87807 100644 --- a/conf/source/arm.src +++ b/conf/source/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-arm-6 -SOURCE_SUM=113ba0398f580ac82725fd417d798cf1413db8afb00c033328b5228128386580 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.3/gitea-1.18.3-linux-arm-6 +SOURCE_SUM=7d3b31bd134de2d8e68629c7f6851ddcfdeb31404e49d900343361ed358c3b24 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index c468169..c8a24b5 100644 --- a/conf/source/arm64.src +++ b/conf/source/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-arm64 -SOURCE_SUM=d8e82dc4419e90f3fd31691d481965f36ad03872124732b8a4eb3a9280ff4da8 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.3/gitea-1.18.3-linux-arm64 +SOURCE_SUM=e22ccdd9c34aa8a272baa3b864d933a39d3496a78d040417f412b2cab0b3fb63 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index 82d6142..afcac09 100644 --- a/conf/source/armv7.src +++ b/conf/source/armv7.src @@ -1,8 +1,8 @@ # The armv7 build is brocken # See : https://github.com/go-gitea/gitea/issues/6700 # Use temporary the armv6 binary -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-arm-6 -SOURCE_SUM=113ba0398f580ac82725fd417d798cf1413db8afb00c033328b5228128386580 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.3/gitea-1.18.3-linux-arm-6 +SOURCE_SUM=7d3b31bd134de2d8e68629c7f6851ddcfdeb31404e49d900343361ed358c3b24 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index 43a4957..e8a9e9f 100644 --- a/conf/source/i386.src +++ b/conf/source/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-386 -SOURCE_SUM=288473a46924a47f9128330eda4cf588272119f9d80bbfdc7862c3ffa85471b7 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.3/gitea-1.18.3-linux-386 +SOURCE_SUM=a11491fbbda899af4f54fc3ba22e6ea172633c6097223c6f83b42711021bcb5f SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/x86-64.src b/conf/source/x86-64.src index 1618ab9..6dee2cc 100644 --- a/conf/source/x86-64.src +++ b/conf/source/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-amd64 -SOURCE_SUM=f1843e9dd88f906df919f1374a938e3f1c9f67ef1a7541146d8a568decd419ce +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.3/gitea-1.18.3-linux-amd64 +SOURCE_SUM=57e3595a4c8b228b8a9b5c9c270314dff296acfea6362accbb7d9b69c50e69de SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index c7b27c4..7082b83 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.18.2~ynh1", + "version": "1.18.3~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" From e9a2e0c621ee412e2adfc0c6ed8de9f4897a1776 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 25 Jan 2023 07:09:14 +0000 Subject: [PATCH 09/18] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1398104..80ccd1d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.18.2~ynh1 +**Shipped version:** 1.18.3~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 823c1a4..a8c1811 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.18.2~ynh1 +**Version incluse :** 1.18.3~ynh1 ## Captures d’écran From 44c9405cb099a68ea05df80571cda4f829104750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 20 Feb 2023 22:03:13 +0100 Subject: [PATCH 10/18] Upgrade gitea to 1.18.4 --- conf/source/arm.src | 4 ++-- conf/source/arm64.src | 4 ++-- conf/source/armv7.src | 4 ++-- conf/source/i386.src | 4 ++-- conf/source/x86-64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/source/arm.src b/conf/source/arm.src index 6c87807..4b003be 100644 --- a/conf/source/arm.src +++ b/conf/source/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.3/gitea-1.18.3-linux-arm-6 -SOURCE_SUM=7d3b31bd134de2d8e68629c7f6851ddcfdeb31404e49d900343361ed358c3b24 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-arm-6 +SOURCE_SUM=17ef8ee8372b3f1a57469d4f8e7fafe0182a6ffc060a1c6d1fab11206f11250e SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index c8a24b5..aaae9d7 100644 --- a/conf/source/arm64.src +++ b/conf/source/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.3/gitea-1.18.3-linux-arm64 -SOURCE_SUM=e22ccdd9c34aa8a272baa3b864d933a39d3496a78d040417f412b2cab0b3fb63 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-arm64 +SOURCE_SUM=91c3e23c7a679f45ad7866ca8a8e837007a0e9eedfb15f48486644e25beefc93 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index afcac09..fd194bb 100644 --- a/conf/source/armv7.src +++ b/conf/source/armv7.src @@ -1,8 +1,8 @@ # The armv7 build is brocken # See : https://github.com/go-gitea/gitea/issues/6700 # Use temporary the armv6 binary -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.3/gitea-1.18.3-linux-arm-6 -SOURCE_SUM=7d3b31bd134de2d8e68629c7f6851ddcfdeb31404e49d900343361ed358c3b24 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-arm-6 +SOURCE_SUM=17ef8ee8372b3f1a57469d4f8e7fafe0182a6ffc060a1c6d1fab11206f11250e SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index e8a9e9f..7e27423 100644 --- a/conf/source/i386.src +++ b/conf/source/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.3/gitea-1.18.3-linux-386 -SOURCE_SUM=a11491fbbda899af4f54fc3ba22e6ea172633c6097223c6f83b42711021bcb5f +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-386 +SOURCE_SUM=0951d7e7b73af04b650fcf28a8e76cb55cbd46fb3f9697989787461e6b3afdaf SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/x86-64.src b/conf/source/x86-64.src index 6dee2cc..ce9ffc3 100644 --- a/conf/source/x86-64.src +++ b/conf/source/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.3/gitea-1.18.3-linux-amd64 -SOURCE_SUM=57e3595a4c8b228b8a9b5c9c270314dff296acfea6362accbb7d9b69c50e69de +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-amd64 +SOURCE_SUM=7c9ba8bef48963e0f35a158c695f90fc460942c0c968224439d7f08e4c60aaa3 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 7082b83..aff5328 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.18.3~ynh1", + "version": "1.18.4~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" From 567676d16fa45be3b313a241fbadd5b6d1fc8760 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 21 Feb 2023 07:16:17 +0000 Subject: [PATCH 11/18] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80ccd1d..fd8d1de 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # Gitea for YunoHost [![Integration level](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Working status](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) + [![Install Gitea with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea) *[Lire ce readme en français.](./README_fr.md)* @@ -18,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.18.3~ynh1 +**Shipped version:** 1.18.4~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index a8c1811..62bf124 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # Gitea pour YunoHost [![Niveau d’intégration](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) + [![Installer Gitea avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea) *[Read this readme in english.](./README.md)* @@ -18,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.18.3~ynh1 +**Version incluse :** 1.18.4~ynh1 ## Captures d’écran From 43282662a9971f062ac73089d9c8902e3633aa8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 21 Feb 2023 22:03:12 +0100 Subject: [PATCH 12/18] Upgrade gitea to 1.18.5 --- conf/source/arm.src | 4 ++-- conf/source/arm64.src | 4 ++-- conf/source/armv7.src | 4 ++-- conf/source/i386.src | 4 ++-- conf/source/x86-64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/source/arm.src b/conf/source/arm.src index 4b003be..12cf10a 100644 --- a/conf/source/arm.src +++ b/conf/source/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-arm-6 -SOURCE_SUM=17ef8ee8372b3f1a57469d4f8e7fafe0182a6ffc060a1c6d1fab11206f11250e +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm-6 +SOURCE_SUM=1663a366a7ee2741bec0378c559df33643451d081882ed03ee6a6f0684d5766c SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index aaae9d7..5963cc4 100644 --- a/conf/source/arm64.src +++ b/conf/source/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-arm64 -SOURCE_SUM=91c3e23c7a679f45ad7866ca8a8e837007a0e9eedfb15f48486644e25beefc93 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm64 +SOURCE_SUM=0792eec1005588d7ddb3fa0263bfd0dd90aeef1ba9ef9a93be6a3e763328fbaf SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index fd194bb..cfdf794 100644 --- a/conf/source/armv7.src +++ b/conf/source/armv7.src @@ -1,8 +1,8 @@ # The armv7 build is brocken # See : https://github.com/go-gitea/gitea/issues/6700 # Use temporary the armv6 binary -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-arm-6 -SOURCE_SUM=17ef8ee8372b3f1a57469d4f8e7fafe0182a6ffc060a1c6d1fab11206f11250e +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm-6 +SOURCE_SUM=1663a366a7ee2741bec0378c559df33643451d081882ed03ee6a6f0684d5766c SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index 7e27423..2f7c738 100644 --- a/conf/source/i386.src +++ b/conf/source/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-386 -SOURCE_SUM=0951d7e7b73af04b650fcf28a8e76cb55cbd46fb3f9697989787461e6b3afdaf +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-386 +SOURCE_SUM=0fab5fafa55370593ccaf1be2833cff95834ea006502112189973d229893b50c SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/x86-64.src b/conf/source/x86-64.src index ce9ffc3..682d51a 100644 --- a/conf/source/x86-64.src +++ b/conf/source/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-amd64 -SOURCE_SUM=7c9ba8bef48963e0f35a158c695f90fc460942c0c968224439d7f08e4c60aaa3 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-amd64 +SOURCE_SUM=4766ad9310bd39d50676f8199563292ae0bab3a1922b461ece0feb4611e867f2 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index aff5328..43b47b1 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.18.4~ynh1", + "version": "1.18.5~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" From 0295beceb08559ed11cca0cd541ab9b308407067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 24 Feb 2023 08:05:19 +0100 Subject: [PATCH 13/18] fix upgrade script --- scripts/upgrade | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index e14c84f..84ce826 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -233,10 +233,6 @@ case $upstream_version in ynh_setup_source $final_path source/${architecture}_1.16 restart_gitea ;& -"1.16."* ) - ynh_setup_source $final_path source/${architecture}_1.16 - restart_gitea -;& "1.16."* ) ynh_setup_source $final_path source/${architecture}_1.17 restart_gitea From 047691e3d96fd394ba36d4080aea94bf009e2863 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 24 Feb 2023 07:09:43 +0000 Subject: [PATCH 14/18] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd8d1de..92dc3e3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.18.4~ynh1 +**Shipped version:** 1.18.5~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 62bf124..b3a56a2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.18.4~ynh1 +**Version incluse :** 1.18.5~ynh1 ## Captures d’écran From f61f3405db7e635abeb8662643623a4eb7da813e Mon Sep 17 00:00:00 2001 From: Josue-T Date: Mon, 6 Mar 2023 12:35:50 +0100 Subject: [PATCH 15/18] Take out --- check_process | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index 1acdd87..de63171 100644 --- a/check_process +++ b/check_process @@ -22,9 +22,7 @@ port_already_use=1 (6000) change_url=1 ;;; Upgrade options - ; commit=7ea357724f2371aa1173f15ba5a7502609a0a131 - name=1.14.5 + ; commit=7ea357724f2371aa1173f15ba5a7502609a0a131 + name=1.14.5 ; commit=bd3fe9a8467864391ffaf96426036ab731833f99 name=Just after group permission support - ; commit=4e078e91129725c8b09ba551ab2a04e0328a45b3 - name=Gogs code, check migration from gogs From b6965e9dfb586767d5cbace4c8f5df0ad945cf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 20 Mar 2023 22:03:18 +0100 Subject: [PATCH 16/18] Upgrade gitea to 1.19.0 --- conf/source/arm.src | 4 ++-- conf/source/arm64.src | 4 ++-- conf/source/arm64_1.18.src | 5 +++++ conf/source/arm_1.18.src | 5 +++++ conf/source/armv7.src | 4 ++-- conf/source/armv7_1.18.src | 8 ++++++++ conf/source/i386.src | 4 ++-- conf/source/i386_1.18.src | 5 +++++ conf/source/x86-64.src | 4 ++-- conf/source/x86-64_1.18.src | 5 +++++ manifest.json | 2 +- scripts/upgrade | 4 ++++ 12 files changed, 43 insertions(+), 11 deletions(-) create mode 100644 conf/source/arm64_1.18.src create mode 100644 conf/source/arm_1.18.src create mode 100644 conf/source/armv7_1.18.src create mode 100644 conf/source/i386_1.18.src create mode 100644 conf/source/x86-64_1.18.src diff --git a/conf/source/arm.src b/conf/source/arm.src index 12cf10a..0fdf212 100644 --- a/conf/source/arm.src +++ b/conf/source/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm-6 -SOURCE_SUM=1663a366a7ee2741bec0378c559df33643451d081882ed03ee6a6f0684d5766c +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.19.0/gitea-1.19.0-linux-arm-6 +SOURCE_SUM=83e7820ec90d3b52d964fefef1bd0999f5812e07415403ea9718a07932d878f4 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index 5963cc4..a587c04 100644 --- a/conf/source/arm64.src +++ b/conf/source/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm64 -SOURCE_SUM=0792eec1005588d7ddb3fa0263bfd0dd90aeef1ba9ef9a93be6a3e763328fbaf +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.19.0/gitea-1.19.0-linux-arm64 +SOURCE_SUM=db938a4ffa1e0e54d636f6da2b55bb37a3f8970a87a4ead76dd526846ec8222b SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64_1.18.src b/conf/source/arm64_1.18.src new file mode 100644 index 0000000..5963cc4 --- /dev/null +++ b/conf/source/arm64_1.18.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm64 +SOURCE_SUM=0792eec1005588d7ddb3fa0263bfd0dd90aeef1ba9ef9a93be6a3e763328fbaf +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/arm_1.18.src b/conf/source/arm_1.18.src new file mode 100644 index 0000000..12cf10a --- /dev/null +++ b/conf/source/arm_1.18.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm-6 +SOURCE_SUM=1663a366a7ee2741bec0378c559df33643451d081882ed03ee6a6f0684d5766c +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index cfdf794..2350a1b 100644 --- a/conf/source/armv7.src +++ b/conf/source/armv7.src @@ -1,8 +1,8 @@ # The armv7 build is brocken # See : https://github.com/go-gitea/gitea/issues/6700 # Use temporary the armv6 binary -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm-6 -SOURCE_SUM=1663a366a7ee2741bec0378c559df33643451d081882ed03ee6a6f0684d5766c +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.19.0/gitea-1.19.0-linux-arm-6 +SOURCE_SUM=83e7820ec90d3b52d964fefef1bd0999f5812e07415403ea9718a07932d878f4 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7_1.18.src b/conf/source/armv7_1.18.src new file mode 100644 index 0000000..cfdf794 --- /dev/null +++ b/conf/source/armv7_1.18.src @@ -0,0 +1,8 @@ +# The armv7 build is brocken +# See : https://github.com/go-gitea/gitea/issues/6700 +# Use temporary the armv6 binary +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm-6 +SOURCE_SUM=1663a366a7ee2741bec0378c559df33643451d081882ed03ee6a6f0684d5766c +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index 2f7c738..852ef55 100644 --- a/conf/source/i386.src +++ b/conf/source/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-386 -SOURCE_SUM=0fab5fafa55370593ccaf1be2833cff95834ea006502112189973d229893b50c +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.19.0/gitea-1.19.0-linux-386 +SOURCE_SUM=f85fca601bf18666b0f4d30598539c1d05298ab677f85f3bd7db2d9908ef4b98 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386_1.18.src b/conf/source/i386_1.18.src new file mode 100644 index 0000000..2f7c738 --- /dev/null +++ b/conf/source/i386_1.18.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-386 +SOURCE_SUM=0fab5fafa55370593ccaf1be2833cff95834ea006502112189973d229893b50c +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/x86-64.src b/conf/source/x86-64.src index 682d51a..8bddea6 100644 --- a/conf/source/x86-64.src +++ b/conf/source/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-amd64 -SOURCE_SUM=4766ad9310bd39d50676f8199563292ae0bab3a1922b461ece0feb4611e867f2 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.19.0/gitea-1.19.0-linux-amd64 +SOURCE_SUM=51e8d46a2634e5b5f4266eee8ca4689b5932caf692f23d06cbe5d2eaffe56079 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/x86-64_1.18.src b/conf/source/x86-64_1.18.src new file mode 100644 index 0000000..682d51a --- /dev/null +++ b/conf/source/x86-64_1.18.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-amd64 +SOURCE_SUM=4766ad9310bd39d50676f8199563292ae0bab3a1922b461ece0feb4611e867f2 +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 43b47b1..4b00d7d 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.18.5~ynh1", + "version": "1.19.0~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" diff --git a/scripts/upgrade b/scripts/upgrade index 84ce826..5ba4591 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -237,6 +237,10 @@ case $upstream_version in ynh_setup_source $final_path source/${architecture}_1.17 restart_gitea ;& +"1.17."* ) + ynh_setup_source $final_path source/${architecture}_1.18 + restart_gitea +;& esac # Install gitea source From 588c1c54ff404f731c9b3fe93df920b7fe9b044b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 21 Mar 2023 07:15:00 +0000 Subject: [PATCH 17/18] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92dc3e3..50950f7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.18.5~ynh1 +**Shipped version:** 1.19.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index b3a56a2..435d40d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.18.5~ynh1 +**Version incluse :** 1.19.0~ynh1 ## Captures d’écran From 341271947bb920e22ab84b0af5513464dbe393a5 Mon Sep 17 00:00:00 2001 From: Josue-T Date: Tue, 21 Mar 2023 17:21:11 +0100 Subject: [PATCH 18/18] Take out test upgrade from gogs --- check_process | 1 - 1 file changed, 1 deletion(-) diff --git a/check_process b/check_process index de63171..308b465 100644 --- a/check_process +++ b/check_process @@ -15,7 +15,6 @@ #1.14.5 upgrade=1 from_commit=7ea357724f2371aa1173f15ba5a7502609a0a131 upgrade=1 from_commit=bd3fe9a8467864391ffaf96426036ab731833f99 - upgrade=1 from_commit=4e078e91129725c8b09ba551ab2a04e0328a45b3 backup_restore=1 multi_instance=1 incorrect_path=0