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

Merge pull request #13 from YunoHost-Apps/testing

[fix] Upgrade to 4.3.5 + bugfix
This commit is contained in:
Gofannon 2018-09-28 21:50:30 +02:00 committed by GitHub
commit a6b2615101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 18 deletions

View file

@ -6,7 +6,7 @@
> *This package allow you to install cheky quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
**Shipped version:** 4.3.3
**Shipped version:** 4.3.5
## Features
@ -33,6 +33,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
* Report a bug: https://github.com/YunoHost-Apps/cheky_ynh/issues
* Cheky website: https://www.cheky.net
* Cheky changelog : https://github.com/Blount/Cheky/blob/master/CHANGELOG.txt
* YunoHost website: https://yunohost.org
---
@ -54,6 +55,8 @@ sudo yunohost app upgrade cheky --url https://github.com/YunoHost-Apps/cheky_ynh
### _Testing Branch_
* 24 Sep 2018 [#11](https://github.com/YunoHost-Apps/cheky_ynh/pull/11) - Mise à jour vers la version 4.3.5
* 14 Sep 2018 [10](https://github.com/YunoHost-Apps/cheky_ynh/pull/10) - Correction images dans "annonces sauvegardées"
* 3 Sep 2018 [#8](https://github.com/YunoHost-Apps/cheky_ynh/pull/8) - Mise à jour vers la version 4.3.3
* 8 Aug 2018 [#4](https://github.com/YunoHost-Apps/cheky_ynh/pull/4) - Mise à jour vers la version 4.1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Blount/Cheky/archive/4.3.3.tar.gz
SOURCE_SUM=23134a8c7956b1a4a7e839ca470ac53ffa3e81355f35f7e24054b02686c8f844
SOURCE_URL=https://github.com/Blount/Cheky/archive/4.3.5.tar.gz
SOURCE_SUM=be7af1f5141af6c5f6c6304d0d988ecbbd2112bcad3b32f652bbc0059a57b2d0
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Cheky monitors French classifieds websites LeBonCoin and SeLoger.",
"fr": "Cheky surveille pour vous LeBonCoin et SeLoger."
},
"version": "4.3.3~ynh2",
"version": "4.3.5~ynh3",
"url": "https://www.cheky.net",
"license": "GPL-3.0-or-later",
"maintainer": {

View file

@ -157,8 +157,10 @@ fi
# Set permissions to app files
chown -R root: $final_path
# Only path that needs to be writable by cheky
chown -R $app: $final_path/var
# Folders that needs to be writable by cheky
chown -R $app: $final_path/var # requirement in official documentation
chown -R $app: $final_path/static/media/annonce # needed for "Mes annonces sauvegardées" tab
#=================================================
# SETUP SSOWAT

View file

@ -50,16 +50,6 @@ ynh_remove_nginx_config
# Remove the dedicated php-fpm config
ynh_remove_fpm_config
#=================================================
# CLOSE A PORT
#=================================================
if yunohost firewall list | grep -q "\- $port$"
then
echo "Close port $port"
yunohost firewall disallow TCP $port 2>&1
fi
#=================================================
# SPECIFIC REMOVE
#=================================================

View file

@ -126,8 +126,10 @@ fi
# Set permissions to app files
chown -R root: $final_path
# Only path that needs to be writable by cheky
chown -R $app: $final_path/var
# Folders that needs to be writable by cheky
chown -R $app: $final_path/var # requirement in official documentation
chown -R $app: $final_path/static/media/annonce # needed for "Mes annonces sauvegardées" tab
#=================================================
# SETUP SSOWAT