1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Merge pull request #177 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-01-13 08:27:25 +01:00 committed by GitHub
commit 36baeef76c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View file

@ -24,7 +24,7 @@ A decentralized and federated platform to organize events
**Shipped version:** 3.2.0~ynh1
**Shipped version:** 4.0.0~ynh1
**Demo:** https://demo.mobilizon.org

View file

@ -24,7 +24,7 @@ A decentralized and federated platform to organize events
**Version incluse :** 3.2.0~ynh1
**Version incluse :** 4.0.0~ynh1
**Démo :** https://demo.mobilizon.org

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://packages.joinmobilizon.org/3.2.0/mobilizon_3.2.0_amd64.tar.gz
SOURCE_SUM=69277707ee57aae1afc45ba6ecb4944937f1392aad67aa4054100f7fd1781032
SOURCE_URL=https://packages.joinmobilizon.org/4.0.0/mobilizon_4.0.0_amd64-debian-bullseye.tar.gz
SOURCE_SUM=a0007f7564c01ea8b0bfc9b3b32742473839b0217aae59dea74eacfd3b1774ac
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://packages.joinmobilizon.org/3.2.0/mobilizon_3.2.0_arm64.tar.gz
SOURCE_SUM=a5bf092ecf3ee5c9b221370a4d9f915328efdc835187866ad61931d9b46a2a3a
SOURCE_URL=https://packages.joinmobilizon.org/4.0.0/mobilizon_4.0.0_arm64-debian-bullseye.tar.gz
SOURCE_SUM=c63495d8a176e28843d0217c2b273bb5aca84123658286101a962467fc6f045b
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Decentralized and federated platform to organize events",
"fr": "Plateforme décentralisée et fédérée pour organiser des événements"
},
"version": "3.2.0~ynh1",
"version": "4.0.0~ynh1",
"url": "https://joinmobilizon.org/",
"upstream": {
"license": "AGPL-3.0-or-later",
@ -39,7 +39,7 @@
},
{
"name": "language",
"type": "string",
"type": "select",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"

View file

@ -75,7 +75,7 @@ fi
#=================================================
ynh_script_progression --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped"
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd
#=================================================
# MODIFY URL IN NGINX CONF

View file

@ -189,7 +189,7 @@ pushd $final_path/live
password=$(ynh_string_random --length=30)
ynh_exec_as $app ./bin/mobilizon_ctl users.new "$admin_email" --admin --password "$password"
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped"
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd
popd
#=================================================

View file

@ -64,7 +64,7 @@ ynh_abort_if_errors
#=================================================
ynh_script_progression --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped"
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd
#=================================================
# ENSURE DOWNWARD COMPATIBILITY