mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
commit
5e3808efa7
8 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
||||||
LimeSurvey is used to create advanced poll.
|
LimeSurvey is used to create advanced poll.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 6.5.14~ynh1
|
**Shipped version:** 6.5.15~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
||||||
LimeSurvey is used to create advanced poll.
|
LimeSurvey is used to create advanced poll.
|
||||||
|
|
||||||
|
|
||||||
**Versión actual:** 6.5.14~ynh1
|
**Versión actual:** 6.5.15~ynh1
|
||||||
|
|
||||||
## Capturas
|
## Capturas
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
||||||
LimeSurvey is used to create advanced poll.
|
LimeSurvey is used to create advanced poll.
|
||||||
|
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 6.5.14~ynh1
|
**Paketatutako bertsioa:** 6.5.15~ynh1
|
||||||
|
|
||||||
## Pantaila-argazkiak
|
## Pantaila-argazkiak
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
||||||
Outil de création et diffusion de sondage
|
Outil de création et diffusion de sondage
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 6.5.14~ynh1
|
**Version incluse :** 6.5.15~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
||||||
LimeSurvey is used to create advanced poll.
|
LimeSurvey is used to create advanced poll.
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 6.5.14~ynh1
|
**Versión proporcionada:** 6.5.15~ynh1
|
||||||
|
|
||||||
## Capturas de pantalla
|
## Capturas de pantalla
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
LimeSurvey is used to create advanced poll.
|
LimeSurvey is used to create advanced poll.
|
||||||
|
|
||||||
|
|
||||||
**分发版本:** 6.5.14~ynh1
|
**分发版本:** 6.5.15~ynh1
|
||||||
|
|
||||||
## 截图
|
## 截图
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "LimeSurvey"
|
||||||
description.en = "Create and distribute surveys"
|
description.en = "Create and distribute surveys"
|
||||||
description.fr = "Outil de création et diffusion de sondage"
|
description.fr = "Outil de création et diffusion de sondage"
|
||||||
|
|
||||||
version = "6.5.14~ynh1"
|
version = "6.5.15~ynh1"
|
||||||
|
|
||||||
maintainers = ["ljf"]
|
maintainers = ["ljf"]
|
||||||
|
|
||||||
|
@ -57,8 +57,8 @@ ram.runtime = "50M"
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.14+240624.tar.gz"
|
url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.15+240701.tar.gz"
|
||||||
sha256 = "1e9f6f381152f6d4b77abfc3f76631c4a20b226762c2219ea3b9cde69dec114b"
|
sha256 = "fa98ad14ca64ea26bb1367b69e8904ce7aa7b83aeedab1e8011535627b6dcf73"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
autoupdate.version_regex = "^(.*)\\+.*$"
|
autoupdate.version_regex = "^(.*)\\+.*$"
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ if [ ! -L "$install_dir/upload" ]; then
|
||||||
if [ -z "$(ls -A "$data_dir/upload")" ]; then
|
if [ -z "$(ls -A "$data_dir/upload")" ]; then
|
||||||
rmdir "$data_dir/upload"
|
rmdir "$data_dir/upload"
|
||||||
else
|
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"
|
mv "$data_dir/upload" "$data_dir/upload_backup"
|
||||||
fi
|
fi
|
||||||
mv "$install_dir/upload" "$data_dir/upload"
|
mv "$install_dir/upload" "$data_dir/upload"
|
||||||
|
|
Loading…
Add table
Reference in a new issue