mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
Merge pull request #54 from YunoHost-Apps/1.1
change permission in www directory and update to versions 1.1.*
This commit is contained in:
commit
aed0e14467
6 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
Garradin is a free association managing software.
|
||||
|
||||
**Shipped version:** 1.1.5
|
||||
**Shipped version:** 1.1.10
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/install)
|
|||
## Vue d'ensemble
|
||||
Garradin est un logiciel libre de gestion associative. il permet de gérer des membres.
|
||||
|
||||
**Version incluse :** 1.1.5
|
||||
**Version incluse :** 1.1.10
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://fossil.kd2.org/garradin/uv/garradin-1.1.5.tar.bz2
|
||||
SOURCE_SUM=462bceee5981838bdd8d37f15eeab991e6ba8ca90c798214a0d968a67d9b7d28
|
||||
SOURCE_URL=https://fossil.kd2.org/garradin/uv/garradin-1.1.10.tar.bz2
|
||||
SOURCE_SUM=56785921ce99d8424871bf340a3225016fede10345e3ce9fe51e47facc2e88cc
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.bz2
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Software to manage association",
|
||||
"fr": "Logiciel libre de gestion d'association"
|
||||
},
|
||||
"version": "1.1.5~ynh1",
|
||||
"version": "1.1.10~ynh1",
|
||||
"url": "http://garradin.eu/a-propos/",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
|
|
@ -112,7 +112,7 @@ find $final_path/include -type d -exec chmod 500 {} +
|
|||
find $final_path/include -type f -exec chmod 400 {} +
|
||||
find $final_path/data -type d -exec chmod 700 {} +
|
||||
find $final_path/data -type f -exec chmod 600 {} +
|
||||
find /var/www/garradin/www -type d -exec chmod 755 {} +
|
||||
find /var/www/garradin/www -type d -exec chmod 505 {} +
|
||||
find /var/www/garradin/www -type f -exec chmod 644 {} +
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -220,7 +220,7 @@ find $final_path/include -type d -exec chmod 500 {} +
|
|||
find $final_path/include -type f -exec chmod 400 {} +
|
||||
find $final_path/data -type d -exec chmod 700 {} +
|
||||
find $final_path/data -type f -exec chmod 600 {} +
|
||||
find /var/www/garradin/www -type d -exec chmod 755 {} +
|
||||
find /var/www/garradin/www -type d -exec chmod 505 {} +
|
||||
find /var/www/garradin/www -type f -exec chmod 644 {} +
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue