1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

Merge pull request #29 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-07-09 22:40:13 +02:00 committed by GitHub
commit cf57c24e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 18 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch the source code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run the updater script
@ -33,7 +33,7 @@ jobs:
- name: Create Pull Request
id: cpr
if: ${{ env.PROCEED == 'true' }}
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update to version ${{ env.VERSION }}

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Concrete5 for YunoHost
[![Integration level](https://dash.yunohost.org/integration/concrete5.svg)](https://dash.yunohost.org/appci/app/concrete5) ![Working status](https://ci-apps.yunohost.org/ci/badges/concrete5.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/concrete5.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/concrete5.svg)](https://dash.yunohost.org/appci/app/concrete5) ![Working status](https://ci-apps.yunohost.org/ci/badges/concrete5.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/concrete5.maintain.svg)
[![Install Concrete5 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=concrete5)
*[Lire ce readme en français.](./README_fr.md)*
@ -26,8 +27,7 @@ Features :
* **and more**...
**Shipped version:** 9.1.1~ynh1
**Shipped version:** 9.1.1~ynh2
## Disclaimers / important information
* LDAP and HTTP auth are not supported

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# Concrete5 pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/concrete5.svg)](https://dash.yunohost.org/appci/app/concrete5) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/concrete5.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/concrete5.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/concrete5.svg)](https://dash.yunohost.org/appci/app/concrete5) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/concrete5.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/concrete5.maintain.svg)
[![Installer Concrete5 avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=concrete5)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Concrete5 rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller Concrete5 rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
Concrete5 is a modern CMS.
Features :
@ -26,17 +27,16 @@ Features :
* **and more**...
**Version incluse :** 9.1.1~ynh1
**Version incluse :** 9.1.1~ynh2
## Avertissements / informations importantes
* LDAP and HTTP auth are not supported
## Documentations et ressources
* Site officiel de l'app : <https://www.concrete5.org>
* Documentation officielle de l'admin : <https://documentation.concrete5.org>
* Dépôt de code officiel de l'app : <https://github.com/concrete5/concrete5>
* Site officiel de lapp : <https://www.concrete5.org>
* Documentation officielle de ladmin : <https://documentation.concrete5.org>
* Dépôt de code officiel de lapp : <https://github.com/concrete5/concrete5>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_concrete5>
* Signaler un bug : <https://github.com/YunoHost-Apps/concrete5_ynh/issues>
@ -52,4 +52,4 @@ ou
sudo yunohost app upgrade concrete5 -u https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -6,7 +6,7 @@
"en": "Open Source Content Management System for Teams",
"fr": "Système de gestion de contenu Open Source pour les équipes"
},
"version": "9.1.1~ynh1",
"version": "9.1.1~ynh2",
"url": "www.concrete5.org",
"upstream": {
"license": "MIT",

View file

@ -6,10 +6,12 @@
# PHP APP SPECIFIC
#=================================================
php_dependencies="php$YNH_DEFAULT_PHP_VERSION-pdo php$YNH_DEFAULT_PHP_VERSION-mysql php$YNH_DEFAULT_PHP_VERSION-dom php$YNH_DEFAULT_PHP_VERSION-simplexml php$YNH_DEFAULT_PHP_VERSION-iconv php$YNH_DEFAULT_PHP_VERSION-gd php$YNH_DEFAULT_PHP_VERSION-fileinfo php$YNH_DEFAULT_PHP_VERSION-mbstring php$YNH_DEFAULT_PHP_VERSION-curl php$YNH_DEFAULT_PHP_VERSION-zip"
YNH_PHP_VERSION="7.4"
php_dependencies="php$YNH_PHP_VERSION-pdo php$YNH_PHP_VERSION-mysql php$YNH_PHP_VERSION-dom php$YNH_PHP_VERSION-simplexml php$YNH_PHP_VERSION-iconv php$YNH_PHP_VERSION-gd php$YNH_PHP_VERSION-fileinfo php$YNH_PHP_VERSION-mbstring php$YNH_PHP_VERSION-curl php$YNH_PHP_VERSION-zip"
# dependencies used by the app (must be on a single line)
pkg_dependencies="curl $php_dependencies"
pkg_dependencies="mariadb-server curl $php_dependencies"
#=================================================
# PERSONAL HELPERS