From e20afb4d5c7247df84a8a9a4d5d05ae7205aebb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 23 Nov 2022 07:29:22 +0100 Subject: [PATCH] Testing (#96) * Auto-update README * Bullseye (#95) * Upgrade to bullseye * Auto-update README * Auto-update README * Update check_process * Update manifest.json Co-authored-by: yunohost-bot * Update manifest.json * Update upgrade * Auto-update README Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- check_process | 11 +++++++---- manifest.json | 11 ++++++----- scripts/upgrade | 1 - 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 07ddb88..0b94b03 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 Transmission is a fast, easy, and free BitTorrent client. -**Shipped version:** 2.94~ynh1 +**Shipped version:** 3.00~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 2b7213c..b27ac07 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 Transmission est un client BitTorrent libre, efficace et simple. -**Version incluse :** 2.94~ynh1 +**Version incluse :** 3.00~ynh1 ## Captures d'écran diff --git a/check_process b/check_process index d9debb8..7812ab9 100644 --- a/check_process +++ b/check_process @@ -10,10 +10,8 @@ setup_private=1 setup_public=0 upgrade=1 - # 1.0 - upgrade=1 from_commit=7d887f6bc1e29ce94de703517d5302580cbb8a7e - # 1.0~ynh4 - upgrade=1 from_commit=c65b76e919089f3f88d2522cef2300db6f78201f + # 2.94~ynh1 + upgrade=1 from_commit=c07a09d875cf11b4e3a3147e9e35ef5e06788cff backup_restore=1 multi_instance=0 port_already_use=0 @@ -21,3 +19,8 @@ ;;; Options Email= Notification=none +;;; Upgrade options + ; commit=c07a09d875cf11b4e3a3147e9e35ef5e06788cff + name=2.94~ynh1 + manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666& + diff --git a/manifest.json b/manifest.json index 76d2285..9cc1b18 100644 --- a/manifest.json +++ b/manifest.json @@ -3,16 +3,17 @@ "id": "transmission", "packaging_format": 1, "description": { - "en": "A Fast, Easy, and Free BitTorrent Client", - "fr": "Un client BitTorrent libre et rapide" + "en": "Fast, Easy, and Free BitTorrent Client", + "fr": "Client BitTorrent libre et rapide" }, - "version": "2.94~ynh1", + "version": "3.00~ynh1", "url": "https://www.transmissionbt.com", "upstream": { "license": "GPL-3.0", "website": "https://www.transmissionbt.com", "admindoc": "https://github.com/transmission/transmission/wiki", - "code": "https://github.com/transmission/transmission" + "code": "https://github.com/transmission/transmission", + "cpe": "cpe:2.3:a:transmissionbt:transmission" }, "license": "GPL-3.0", "maintainer": { @@ -20,7 +21,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ diff --git a/scripts/upgrade b/scripts/upgrade index 20dffbd..c388f8f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -26,7 +26,6 @@ rpcpassword=$(ynh_app_setting_get --app=$app --key=rpcpassword) #================================================= # CHECK VERSION #================================================= -ynh_script_progression --message="Checking version..." upgrade_type=$(ynh_check_app_version_changed)