1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal7_ynh.git synced 2024-09-03 18:26:19 +02:00

Merge pull request #20 from YunoHost-Apps/testing

Testing
This commit is contained in:
yalh76 2020-01-09 22:33:27 +01:00 committed by GitHub
commit 87812ed1af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
## Overview
Free and open-source content management framework.
**Shipped version:** 7.67
**Shipped version:** 7.69
## Screenshots

View file

@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble
Framework de gestion de contenu libre et open-source.
**Version incluse:** 7.67
**Version incluse:** 7.69
## Captures d'écran

View file

@ -6,7 +6,7 @@
"en": "Old version of a content management framework written in PHP",
"fr": "Ancienne version d'un système de gestion de contenu écrit en PHP"
},
"version": "7.67~ynh1",
"version": "7.69~ynh1",
"url": "https://www.drupal.org",
"license": "GPL-2.0-or-later",
"maintainer": {

View file

@ -37,8 +37,9 @@ ynh_install_php () {
# Set php7.0 back as the default version for php-cli.
update-alternatives --set php /usr/bin/php7.0
# Remove this extra repository after packages are installed
ynh_remove_extra_repo --name=extra_php_version
# Pin this extra repository after packages are installed to prevent sury of doing shit
ynh_pin_repo --package="*" --pin="origin \"packages.sury.org\"" 200 --name=extra_php_version
ynh_pin_repo --package="php7.0*" --pin="origin \"packages.sury.org\"" 600 --name=extra_php_version --append
# Advertise service in admin panel
yunohost service add php${phpversion}-fpm --log "/var/log/php${phpversion}-fpm.log"