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

Merge branch 'testing' into package_upgrade

This commit is contained in:
Maniack Crudelis 2019-05-01 12:39:17 +02:00 committed by GitHub
commit 4d07d06db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 7 deletions

View file

@ -11,9 +11,13 @@
"url": "https://git.framasoft.org/framasoft/framadate",
"license": "CECILL-B",
"maintainer": {
"name": "ljf",
"email": "ljf+yunohost@grimaud.me"
"name": "YunoHost Contributors",
"email": "apps@yunohost.org"
},
"previous_maintainers": [{
"name": "ljf",
"email": "ljf+opensondage_ynh@grimaud.me"
}],
"requirements": {
"yunohost": ">= 3.2"
},

View file

@ -19,7 +19,6 @@
- [ ] **Approval (LGTM)** :
- [ ] **Approval (LGTM)** :
- **CI succeeded** :
[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/opensondage_ynh%20-BRANCH-%20(Official)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/opensondage_ynh%20-BRANCH-%20(Official)/) *Please replace '-BRANCH-' in this link for a PR from a local branch.*
or
[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/opensondage_ynh%20PR-NUM-%20(Official_fork)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/opensondage_ynh%20PR-NUM-%20(Official_fork)/) *Replace '-NUM-' by the PR number in this link for a PR from a forked repository.*
[![Build Status](https://ci-apps-hq.yunohost.org/jenkins/job/opensondage_ynh%20PR-NUM-/badge/icon)](https://ci-apps-hq.yunohost.org/jenkins/job/opensondage_ynh%20PR-NUM-/)
*Please replace '-NUM-' in this link by the PR number.*
When the PR is marked as ready to merge, you have to wait for 3 days before really merging it.

View file

@ -60,7 +60,7 @@ ynh_app_setting_set $app is_public $is_public
#=================================================
ynh_print_info "Installing dependencies..."
ynh_install_app_dependencies php-fpdf php-cli
ynh_install_app_dependencies php-fpdf php-cli php-xml
#=================================================
# CREATE A MYSQL DATABASE

View file

@ -93,7 +93,7 @@ ynh_mysql_connect_as $db_name $db_pwd $db_name < ./db.sql
ynh_print_info "Reinstalling dependencies..."
# Define and install dependencies
ynh_install_app_dependencies php-fpdf
ynh_install_app_dependencies php-fpdf php-xml
#=================================================
# GENERIC FINALIZATION