From 2a4baa039fb66482ab1c28700c73ff75a4addee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 28 Dec 2020 12:50:26 +0100 Subject: [PATCH] Testing (#101) * Upgrade to 1.4.10 (#100) --- README.md | 4 ++-- README_fr.md | 5 ++--- check_process | 3 --- conf/app.src | 4 ++-- conf/config.inc.php | 2 +- manifest.json | 2 +- scripts/upgrade | 7 ------- 7 files changed, 8 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 2226cb9..f200c5e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Roundcube for YunoHost [![Integration level](https://dash.yunohost.org/integration/roundcube.svg)](https://dash.yunohost.org/appci/app/roundcube) ![](https://ci-apps.yunohost.org/ci/badges/roundcube.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/roundcube.maintain.svg) -[![Install Roundcube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=roundcube) +[![Install Roundcube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=roundcube) *[Lire ce readme en français.](./README_fr.md)* @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview [Roundcube](https://roundcube.net/) is a browser-based multilingual IMAP client with an application-like user interface. -**Shipped version:** 1.4.9 +**Shipped version:** 1.4.10 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 2e53f0e..2359886 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,7 @@ # Roundcube pour YunoHost [![Integration level](https://dash.yunohost.org/integration/roundcube.svg)](https://dash.yunohost.org/appci/app/roundcube) ![](https://ci-apps.yunohost.org/ci/badges/roundcube.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/roundcube.maintain.svg) -[![Installer Roundcube avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=roundcube) +[![Installer Roundcube avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=roundcube) *[Read this readme in english.](./README.md)* @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Overview [Roundcube](https://roundcube.net/) est un client IMAP multilingue basé sur un navigateur avec une interface utilisateur semblable à une application. -**Shipped version:** 1.4.9 +**Shipped version:** 1.4.10 ## Screenshots @@ -107,7 +107,6 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. ``` sudo yunohost app install https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug -or ou sudo yunohost app upgrade roundcube -u https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug ``` diff --git a/check_process b/check_process index 6fe8e3d..5499e44 100644 --- a/check_process +++ b/check_process @@ -14,11 +14,8 @@ upgrade=1 backup_restore=1 multi_instance=1 - incorrect_path=1 port_already_use=0 change_url=1 -;;; Levels - Level 5=auto ;;; Options Email= Notification=none diff --git a/conf/app.src b/conf/app.src index 30d3b8a..63a42af 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.4.9/roundcubemail-1.4.9.tar.gz -SOURCE_SUM=8f9dabb01de4e80b9c9cbdf6b36107ef37e4e841c09d90aef526ce5e1402b430 +SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.4.10/roundcubemail-1.4.10.tar.gz +SOURCE_SUM=d17d2a8cbb7e05a371f9baa55883626a9f79f27a25510737a795530f46d51440 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/config.inc.php b/conf/config.inc.php index 0c16976..138a935 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -85,7 +85,7 @@ $config['smtp_conn_options'] = array( // provide an URL where a user can get support for this Roundcube installation // PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE! -$config['support_url'] = 'https://dev.yunohost.org/projects/apps/issues?set_filter=1&f[]=category_id&op[category_id]=%3D&v[category_id][]=20'; +$config['support_url'] = 'https://forum.yunohost.org/t/roundcube-a-webmail/3965'; // Name your service. This is displayed on the login screen and in the window title $config['product_name'] = 'YunoHost Webmail'; diff --git a/manifest.json b/manifest.json index 2942b6e..72778ce 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open Source Webmail software", "fr": "Webmail Open Source" }, - "version": "1.4.9~ynh2", + "version": "1.4.10~ynh1", "url": "https://roundcube.net/", "license": "GPL-3.0-only", "maintainer": { diff --git a/scripts/upgrade b/scripts/upgrade index 4fa6690..c9366fa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -90,13 +90,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE PATH -#================================================= - -# Normalize the URL path syntax -path_url=$(ynh_normalize_url_path --path_url=$path_url) - #================================================= # STANDARD UPGRADE STEPS #=================================================