1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunomonitor_ynh.git synced 2024-09-03 17:46:11 +02:00

Bump ynh rev, fix old tests upgrade

This commit is contained in:
Salamandar 2024-01-19 16:57:02 +01:00
parent 6fea0a454f
commit 0939ad465b
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ name = "YunoMonitor"
description.en = "Home made tool to monitor automatically your servers"
description.fr = "Outil pour surveiller automatiquement vos serveurs"
version = "1.1.0~ynh3"
version = "1.1.0~ynh4"
maintainers = ["ljf"]
@ -23,9 +23,9 @@ architectures = "all"
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
disk = "10M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.monitored_servers]

View file

@ -9,4 +9,4 @@ test_format = 1.0
args.mails = "john@example.com"
args.sms_api = ""
test_upgrade_from.4feb4a78181518956e7d230a2ab67d96992f8563.name = "1.1.0~ynh2"
test_upgrade_from.64c9fef.name = "Last Packagingv1 version"