Skip to content

Commit

Permalink
Merge pull request #348 from YunoHost-Apps/master-promotion
Browse files Browse the repository at this point in the history
Upgrade master from testing
  • Loading branch information
ewilly committed Jun 25, 2024
2 parents c831b08 + f4ae85d commit dbef3de
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri
- Home Energy Management."


**Shipped version:** 2024.6.4~ynh1
**Shipped version:** 2024.6.4~ynh2

**Demo:** <https://demo.home-assistant.io>

Expand Down
2 changes: 1 addition & 1 deletion README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri
- Home Energy Management."


**Versión actual:** 2024.6.4~ynh1
**Versión actual:** 2024.6.4~ynh2

**Demo:** <https://demo.home-assistant.io>

Expand Down
2 changes: 1 addition & 1 deletion README_eu.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri
- Home Energy Management."


**Paketatutako bertsioa:** 2024.6.4~ynh1
**Paketatutako bertsioa:** 2024.6.4~ynh2

**Demoa:** <https://demo.home-assistant.io>

Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Home Assistant zst une application domotique open source qui donne la priorité
- Applications mobiles compagnons ;
- Gestion de l'énergie domestique.

**Version incluse :** 2024.6.4~ynh1
**Version incluse :** 2024.6.4~ynh2

**Démo :** <https://demo.home-assistant.io>

Expand Down
2 changes: 1 addition & 1 deletion README_gl.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri
- Home Energy Management."


**Versión proporcionada:** 2024.6.4~ynh1
**Versión proporcionada:** 2024.6.4~ynh2

**Demo:** <https://demo.home-assistant.io>

Expand Down
2 changes: 1 addition & 1 deletion README_zh_Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri
- Home Energy Management."


**分发版本:** 2024.6.4~ynh1
**分发版本:** 2024.6.4~ynh2

**演示:** <https://demo.home-assistant.io>

Expand Down
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "Home Assistant"
description.en = "Home automation platform"
description.fr = "Plateforme domotique"

version = "2024.6.4~ynh1"
version = "2024.6.4~ynh2"

maintainers = ["ewilly"]

Expand Down Expand Up @@ -108,7 +108,7 @@ ram.runtime = "2G"
main.default = 8123

[resources.apt]
packages = "mariadb-server, python3-dev, python3-venv, python3-pip, libffi-dev, autoconf, build-essential, libopenjp2-7-dev, libtiff-dev, libturbojpeg0-dev, libmariadb-dev-compat, rustc, tk-dev, libreadline-dev, libdb5.3-dev, libgdbm-dev, libsqlite3-dev, libbz2-dev, libexpat1-dev, liblzma-dev, wget, tar, libnss3-dev, ffmpeg"
packages = "build-essential, zlib1g-dev, libncurses5-dev, libgdbm-dev, libnss3-dev, libssl-dev, libreadline-dev, libffi-dev, libsqlite3-dev, libbz2-dev, wget, curl, llvm, libncursesw5-dev, xz-utils, tk-dev, liblzma-dev, python3-openssl, git, wget, checkinstall, libc6-dev, mariadb-server, libmariadb-dev-compat, python3-dev, python3-venv, python3-pip, bluez, libjpeg-dev, autoconf, libopenjp2-7, libtiff-dev, libturbojpeg0-dev, tzdata, ffmpeg, liblapack3, liblapack-dev, libatlas-base-dev"

[resources.database]
type = "mysql"
2 changes: 0 additions & 2 deletions scripts/remove
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ ynh_remove_fail2ban_config

ynh_secure_remove --file="/etc/sudoers.d/$app"

ynh_secure_remove --file="$(dirname "$log_file")"

#=================================================
# END OF SCRIPT
#=================================================
Expand Down
33 changes: 15 additions & 18 deletions tests.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
test_format = 1.0

[default]

# ------------
# Tests to run
# ------------



# -------------------------------
# Default args to use for install
# -------------------------------



# -------------------------------
# Commits to test upgrade from
# -------------------------------


# -------------------------------
# Commits to test upgrade from c831b0817c6283bd76ad902a7dd81e647cc9880d
# 2024.6.4~ynh1 with old apt dependencies
# -------------------------------
test_upgrade_from.c831b08.name = "2024.6.4~ynh1"
test_upgrade_from.c831b08.args.domain = "sub.domain.tld"
test_upgrade_from.c831b08.args.init_main_permission = "visitors"
test_upgrade_from.c831b08.args.home = "Home"
test_upgrade_from.c831b08.args.latitude = 32.87336
test_upgrade_from.c831b08.args.longitude = 117.22743
test_upgrade_from.c831b08.args.elevation = 430
test_upgrade_from.c831b08.args.unit_system = "metric"
test_upgrade_from.c831b08.args.currency = "USD"
test_upgrade_from.c831b08.args.country = "US"
test_upgrade_from.c831b08.args.time_zone = "America/Los_Angeles"

0 comments on commit dbef3de

Please sign in to comment.