1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

Merge branch '2.8.0' into 2.7.8-with-config

This commit is contained in:
ericgaspar 2022-03-01 17:32:13 +01:00
commit 3e44e02c7c
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 8 additions and 10 deletions

View file

@ -21,9 +21,7 @@ Discourse is the 100% open source discussion platform built for the next decade
- discussion forum - discussion forum
- long-form chat room - long-form chat room
**Shipped version:** 2.8.1~ynh1
**Shipped version:** 2.8.0~ynh1
**Demo:** https://try.discourse.org **Demo:** https://try.discourse.org

View file

@ -17,8 +17,7 @@ Discourse est la plate-forme de discussion 100% open source construite pour la p
- forum de discussion - forum de discussion
- salle de discussion - salle de discussion
**Version incluse :** 2.8.1~ynh1
**Version incluse :** 2.8.0~ynh1
**Démo :** https://try.discourse.org **Démo :** https://try.discourse.org

View file

@ -24,3 +24,4 @@ Notification=none
;;; Upgrade options ;;; Upgrade options
; commit=0a9ab8ee823c7ef6602f80374cb396bac6487760 ; commit=0a9ab8ee823c7ef6602f80374cb396bac6487760
name=2.7.13 name=2.7.13
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/discourse/discourse/archive/v2.8.0.tar.gz SOURCE_URL=https://github.com/discourse/discourse/archive/v2.8.1.tar.gz
SOURCE_SUM=0084405922fdbeb4d027c5d3b3bf885330d008e49756eb5c2761192d6f96571b SOURCE_SUM=5b86174240cdb0dc86f3e72d3ea6a084af3cd28762e17d4ce5237cdaa96c87fa
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Discussion platform", "en": "Discussion platform",
"fr": "Plateforme de discussion" "fr": "Plateforme de discussion"
}, },
"version": "2.8.0~ynh1", "version": "2.8.1~ynh1",
"url": "http://Discourse.org", "url": "http://Discourse.org",
"upstream": { "upstream": {
"license": "GPL-2.0", "license": "GPL-2.0",

View file

@ -67,8 +67,8 @@ ynh_app_setting_set --app=$app --key=email --value=$email
#================================================= #=================================================
ynh_script_progression --message="Installing dependencies..." ynh_script_progression --message="Installing dependencies..."
ynh_install_app_dependencies $pkg_dependencies 2>/dev/null ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
ynh_install_ruby --ruby_version=$RUBY_VERSION 2>/dev/null ynh_exec_warn_less ynh_install_ruby --ruby_version=$RUBY_VERSION
#================================================= #=================================================
# CREATE DEDICATED USER # CREATE DEDICATED USER