mirror of
https://github.com/YunoHost-Apps/redmine_ynh.git
synced 2024-09-03 20:16:16 +02:00
silent warnings
This commit is contained in:
parent
a4e2b0981e
commit
e3736efc89
4 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@
|
|||
"id": "redmine",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "A flexible project management web application.",
|
||||
"fr": "Un gestionnaire de projet flexible sous forme d'application web."
|
||||
"en": "Flexible project management web application",
|
||||
"fr": "Gestionnaire de projet flexible sous forme d'application web"
|
||||
},
|
||||
"version": "4.2.4~ynh2",
|
||||
"url": "https://www.redmine.org/",
|
||||
|
|
|
@ -65,7 +65,7 @@ ynh_app_setting_set --app=$app --key=port --value=$port
|
|||
#=================================================
|
||||
ynh_script_progression --message="Installing dependencies..."
|
||||
|
||||
ynh_install_app_dependencies $pkg_dependencies $build_pkg_dependencies
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies $build_pkg_dependencies
|
||||
ynh_install_ruby --ruby_version=$ruby_version
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -78,7 +78,7 @@ chown -R $app:www-data "$final_path"
|
|||
ynh_script_progression --message="Reinstalling dependencies..."
|
||||
|
||||
# Define and install dependencies
|
||||
ynh_install_app_dependencies $pkg_dependencies $build_pkg_dependencies
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies $build_pkg_dependencies
|
||||
ynh_install_ruby --ruby_version=$ruby_version
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -109,7 +109,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Upgrading dependencies..."
|
||||
|
||||
ynh_install_app_dependencies $pkg_dependencies $build_pkg_dependencies
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies $build_pkg_dependencies
|
||||
ynh_install_ruby --ruby_version=$ruby_version
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue