From 2356f8efdd13b942ec7950d98e4615ef9094a151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Oct 2021 08:47:03 +0200 Subject: [PATCH] 2.7.9 (#95) * 2.7.9 * Auto-update README * cleaning up * Update manifest.json Co-authored-by: Yunohost-Bot <> --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 5 ++--- manifest.json | 8 +++----- scripts/restore | 2 -- 5 files changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 154d200..f655c83 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Discussion platform -**Shipped version:** 2.7.8~ynh1 +**Shipped version:** 2.7.9~ynh1 **Demo:** https://try.discourse.org diff --git a/README_fr.md b/README_fr.md index 8601c39..05ae701 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme de discussion -**Version incluse :** 2.7.8~ynh1 +**Version incluse :** 2.7.9~ynh1 **Démo :** https://try.discourse.org diff --git a/conf/app.src b/conf/app.src index c66a35a..2f1642b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,5 @@ -SOURCE_URL=https://github.com/discourse/discourse/archive/v2.7.8.tar.gz -SOURCE_SUM=2a9f42e106a8a3bd1fe67680b6e8236e6a5bd11b821afacd467f660071b9a6b0 +SOURCE_URL=https://github.com/discourse/discourse/archive/v2.7.9.tar.gz +SOURCE_SUM=91a0ff0a00937cdb506f9558e30a57ebc496d75911f6da305eb388f9c1b30a00 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index 6bfe850..45470c4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Discussion platform", "fr": "Plateforme de discussion" }, - "version": "2.7.8~ynh1", + "version": "2.7.9~ynh1", "url": "http://Discourse.org", "upstream": { "license": "GPL-2.0", @@ -31,8 +31,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", @@ -42,8 +41,7 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "is_public", diff --git a/scripts/restore b/scripts/restore index 3dedf1b..acb2b3f 100644 --- a/scripts/restore +++ b/scripts/restore @@ -38,8 +38,6 @@ db_user=$db_name #================================================= ynh_script_progression --message="Validating restoration parameters..." -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "