diff --git a/manifest.json b/manifest.json index a5ae07b..47210c8 100644 --- a/manifest.json +++ b/manifest.json @@ -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" }, diff --git a/pull_request_template.md b/pull_request_template.md index cac1ac7..28b67d1 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -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. diff --git a/scripts/install b/scripts/install index 084ec89..ce5f6bd 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/restore b/scripts/restore index b31e13e..7888439 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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