1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

Merge pull request #101 from YunoHost-Apps/testing

Testing
This commit is contained in:
tituspijean 2022-02-09 12:57:00 +01:00 committed by GitHub
commit b16a151fe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 7 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
A modern open source flat-file CMS
**Shipped version:** 1.7.26.1~ynh1
**Shipped version:** 1.7.30~ynh1
**Demo:** https://getgrav.org/downloads/themes

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Un CMS moderne basé sur des fichiers plats
**Version incluse :** 1.7.26.1~ynh1
**Version incluse :** 1.7.30~ynh1
**Démo :** https://getgrav.org/downloads/themes

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.26.1/grav-update-v1.7.26.1.zip
SOURCE_SUM=878f3baac02317fae0b1d4a129a22344d5aed19021317812e4243aa4bcc63c75
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.30/grav-update-v1.7.30.zip
SOURCE_SUM=2ca11f349c56ff27367829d8656abbd0ad9c183a1e95ea7ecbadf3e30189b3bf
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.26.1/grav-admin-v1.7.26.1.zip
SOURCE_SUM=78a6db8337cfe4004b8512228023f73bc80c93a5611a9cb55fc558ee86938bb6
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.30/grav-admin-v1.7.30.zip
SOURCE_SUM=2d0c9c7b8fa99143d8657e1196e1cbb9257ecdffb6de08671ef731dc32dbb674
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "A modern open source flat-file CMS",
"fr": "Un CMS moderne basé sur des fichiers plats"
},
"version": "1.7.26.1~ynh1",
"version": "1.7.30~ynh1",
"url": "https://www.getgrav.org/",
"upstream": {
"license": "MIT",

View file

@ -127,6 +127,7 @@ chmod 640 "$final_path/user/config/plugins/login-ldap.yaml"
echo "* * * * * $app php${YNH_PHP_VERSION} $final_path/bin/grav scheduler 1>> /dev/null 2>&1" > /etc/cron.d/$app
chmod 644 /etc/cron.d/$app
#=================================================
# SETUP PERMISSIONS
#=================================================

View file

@ -81,6 +81,7 @@ find "$final_path" -type d -exec chmod +s {} \;
#=================================================
ynh_restore_file --origin_path="/etc/cron.d/$app"
chmod 644 /etc/cron.d/$app
#=================================================
# RESTORE THE PHP-FPM CONFIGURATION

View file

@ -185,6 +185,7 @@ popd
#=================================================
echo "* * * * * $app php${YNH_PHP_VERSION} $final_path/bin/grav scheduler 1>> /dev/null 2>&1" > /etc/cron.d/$app
chmod 644 /etc/cron.d/$app
#=================================================
# RELOAD NGINX AND PHP-FPM