From c55529bc5868ea75c2561bb21533bc4a7295f3b1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 18 Jan 2021 21:29:58 +0100 Subject: [PATCH] Small fixes --- CHANGELOG.md | 6 ++++++ README.md | 1 - README_fr.md | 4 ++-- config_panel.toml | 16 ++++++++-------- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e1e16..128e434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Changelog ## Unreleased - Nothing for now... +## [1.0~ynh6]() - 2020-01-18 + +#### Fixed +* [Linter warnings](https://github.com/YunoHost-Apps/unattended_upgrades_ynh/pull/14) + + ## [1.0~ynh5](https://github.com/YunoHost-Apps/unattended_upgrades_ynh/pull/13) - 2019-04-24 #### Added diff --git a/README.md b/README.md index 9017f7c..cb9ebca 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,6 @@ With its cron file * x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/unattended_upgrades%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/unattended_upgrades/) * ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/unattended_upgrades%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/unattended_upgrades/) -* Buster x86-64b - [![](https://ci-buster.nohost.me/ci/logs/unattended_upgrades%20%28Apps%29.svg)](https://ci-buster.nohost.me/ci/apps/unattended_upgrades/) ## Limitations diff --git a/README_fr.md b/README_fr.md index 947bf32..1aca092 100644 --- a/README_fr.md +++ b/README_fr.md @@ -52,8 +52,8 @@ Avec son cron ## Liens - * Reporter un bug: https://github.com/YunoHost-Apps/unattended_upgrades_ynh/issues - * Site de YunoHost: https://yunohost.org/ + * Reporter un bug : https://github.com/YunoHost-Apps/unattended_upgrades_ynh/issues + * Site de YunoHost : https://yunohost.org/ --- diff --git a/config_panel.toml b/config_panel.toml index 726ea6e..f09abce 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -14,12 +14,12 @@ name = "Unattended-upgrades configuration" default = "Security only" [main.unattended_configuration.ynh_update] - ask = "Would you like to update YunoHost packages automatically ?" + ask = "Would you like to update YunoHost packages automatically?" type = "boolean" default = true [main.unattended_configuration.unattended_mail] - ask = "Would you like to receive an email from Unattended-Upgrades ?" + ask = "Would you like to receive an email from Unattended-Upgrades?" choices = ["If an upgrade has been done", "Only if there was an error", "Never"] default = "If an upgrade has been done" @@ -28,23 +28,23 @@ name = "Unattended-upgrades configuration" name = "apticron cron file" [main.apticron_configuration.previous_apticron] - ask = "Would you like to receive an email to inform which upgrades need to be done ?" + ask = "Would you like to receive an email to inform which upgrades need to be done?" type = "boolean" default = true [main.apticron_configuration.previous_apticron_hour] - ask = "When do you want to receive this email ?" + ask = "When do you want to receive this email?" type = "number" default = "20" help = "Choose an hour between 12 and 23." [main.apticron_configuration.after_apticron] - ask = "Would you like to receive an email to verify if there any upgrades left after each auto upgrade ?" + ask = "Would you like to receive an email to verify if there any upgrades left after each auto upgrade?" type = "boolean" default = true [main.apticron_configuration.after_apticron_hour] - ask = "When do you want to receive this email ?" + ask = "When do you want to receive this email?" type = "number" default = "2" help = "Choose an hour between 0 and 10." @@ -64,7 +64,7 @@ name = "Unattended-upgrades configuration" name = "Overwriting config files" [main.overwrite_files.overwrite_periodic] - ask = "Overwrite the config file 02periodic ?" + ask = "Overwrite the config file 02periodic?" type = "boolean" default = true help = "If the file is overwritten, a backup will be created." @@ -74,7 +74,7 @@ name = "Unattended-upgrades configuration" name = "Global configuration" [main.global_config.email_type] - ask = "Send HTML email to admin ?" + ask = "Send HTML email to admin?" type = "boolean" default = true help = "Allow app scripts to send HTML mails instead of plain text."