From 4e3d49da1a34e475fd3e257022ef0cbebf77a8c3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 7 Mar 2022 06:24:40 +0000 Subject: [PATCH 1/3] Upgrade to v2022.3.2 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index dfc005e..f4e2e64 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Home automation platform", "fr": "Plateforme domotique" }, - "version": "2022.3.1~ynh1", + "version": "2022.3.2~ynh1", "url": "https://github.com/home-assistant/home-assistant", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 99355cf..bfea411 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Release to install -app_version=2022.3.1 +app_version=2022.3.2 # Package dependencies pkg_dependencies="python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5 libturbojpeg0 libmariadb-dev libmariadb-dev-compat" From d5db922b9d29ffd35f0ae8f1d7f9f9a253a2a063 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 7 Mar 2022 06:24:43 +0000 Subject: [PATCH 2/3] 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 a8168ee..1f02ec1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Home automation platform -**Shipped version:** 2022.3.1~ynh1 +**Shipped version:** 2022.3.2~ynh1 **Demo:** https://demo.home-assistant.io diff --git a/README_fr.md b/README_fr.md index d68703e..7a62f43 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme domotique -**Version incluse :** 2022.3.1~ynh1 +**Version incluse :** 2022.3.2~ynh1 **Démo :** https://demo.home-assistant.io From b3ddc4a04407a1e21812a3f6f0486abe3336964a Mon Sep 17 00:00:00 2001 From: ewilly Date: Mon, 7 Mar 2022 20:34:31 +0100 Subject: [PATCH 3/3] Update upgrade_homeassistant.sh --- conf/homeassistant_conf_files/bin/upgrade_homeassistant.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/homeassistant_conf_files/bin/upgrade_homeassistant.sh b/conf/homeassistant_conf_files/bin/upgrade_homeassistant.sh index fbb00e3..1e658f6 100755 --- a/conf/homeassistant_conf_files/bin/upgrade_homeassistant.sh +++ b/conf/homeassistant_conf_files/bin/upgrade_homeassistant.sh @@ -61,5 +61,6 @@ pip --cache-dir "$data_path/.cache" install --upgrade $app # restart homeassistant systemd service sudo systemctl restart $app.service +[ ! -z "$DEBUG" ] && log "Last $app service start : $(sudo systemctl status $app.service | grep Started | tail -1)" exit 0