1
0
Fork 0
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:
ericgaspar 2022-04-12 21:49:06 +02:00
parent a4e2b0981e
commit e3736efc89
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 5 additions and 5 deletions

View file

@ -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/",

View file

@ -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
#=================================================

View file

@ -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
#=================================================

View file

@ -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
#=================================================