From 0939ad465b7f20d0a13d3761a5b7018f8c926783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 19 Jan 2024 16:57:02 +0100 Subject: [PATCH] Bump ynh rev, fix old tests upgrade --- manifest.toml | 8 ++++---- tests.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 28d60f4..1c8755b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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] diff --git a/tests.toml b/tests.toml index 08e8525..c13cc53 100644 --- a/tests.toml +++ b/tests.toml @@ -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"