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

Merge pull request #135 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-07-09 10:56:54 +02:00 committed by GitHub
commit 5e3808efa7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 10 additions and 10 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
LimeSurvey is used to create advanced poll.
**Shipped version:** 6.5.14~ynh1
**Shipped version:** 6.5.15~ynh1
## Screenshots

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
LimeSurvey is used to create advanced poll.
**Versión actual:** 6.5.14~ynh1
**Versión actual:** 6.5.15~ynh1
## Capturas

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
LimeSurvey is used to create advanced poll.
**Paketatutako bertsioa:** 6.5.14~ynh1
**Paketatutako bertsioa:** 6.5.15~ynh1
## Pantaila-argazkiak

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Outil de création et diffusion de sondage
**Version incluse:** 6.5.14~ynh1
**Version incluse:** 6.5.15~ynh1
## Captures décran

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
LimeSurvey is used to create advanced poll.
**Versión proporcionada:** 6.5.14~ynh1
**Versión proporcionada:** 6.5.15~ynh1
## Capturas de pantalla

View file

@ -19,7 +19,7 @@
LimeSurvey is used to create advanced poll.
**分发版本:** 6.5.14~ynh1
**分发版本:** 6.5.15~ynh1
## 截图

View file

@ -7,7 +7,7 @@ name = "LimeSurvey"
description.en = "Create and distribute surveys"
description.fr = "Outil de création et diffusion de sondage"
version = "6.5.14~ynh1"
version = "6.5.15~ynh1"
maintainers = ["ljf"]
@ -57,8 +57,8 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.14+240624.tar.gz"
sha256 = "1e9f6f381152f6d4b77abfc3f76631c4a20b226762c2219ea3b9cde69dec114b"
url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.15+240701.tar.gz"
sha256 = "fa98ad14ca64ea26bb1367b69e8904ce7aa7b83aeedab1e8011535627b6dcf73"
autoupdate.strategy = "latest_github_tag"
autoupdate.version_regex = "^(.*)\\+.*$"

View file

@ -27,7 +27,7 @@ if [ ! -L "$install_dir/upload" ]; then
if [ -z "$(ls -A "$data_dir/upload")" ]; then
rmdir "$data_dir/upload"
else
ynh_warn "$data_dir/upload is not empty, moving to $data_dir/upload_backup. You can decide to remove it or merge it with the new upload dir."
ynh_print_warn "$data_dir/upload is not empty, moving to $data_dir/upload_backup. You can decide to remove it or merge it with the new upload dir."
mv "$data_dir/upload" "$data_dir/upload_backup"
fi
mv "$install_dir/upload" "$data_dir/upload"