diff --git a/README.md b/README.md index 14334ef..62a680e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Membership management web application for non profit organizations -**Shipped version:** 0.9.5~ynh1 +**Shipped version:** 0.9.5.1~ynh1 **Demo:** https://demo.galette.eu/login @@ -35,7 +35,6 @@ Membership management web application for non profit organizations ## Documentation and resources * Official app website: https://www.galette.eu -* Official user documentation: https://yunohost.org/apps * Official admin documentation: https://doc.galette.eu/fr/master/ * Upstream app code repository: https://github.com/galette/galette * YunoHost documentation for this app: https://yunohost.org/app_galette diff --git a/README_fr.md b/README_fr.md index 5603a33..f312dcd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Outil de gestion d'adhérents et de cotisation en ligne pour associations -**Version incluse :** 0.9.5~ynh1 +**Version incluse :** 0.9.5.1~ynh1 **Démo :** https://demo.galette.eu/login @@ -31,7 +31,6 @@ Outil de gestion d'adhérents et de cotisation en ligne pour associations ## Documentations et ressources * Site officiel de l'app : https://www.galette.eu -* Documentation officielle utilisateur : https://yunohost.org/apps * Documentation officielle de l'admin : https://doc.galette.eu/fr/master/ * Dépôt de code officiel de l'app : https://github.com/galette/galette * Documentation YunoHost pour cette app : https://yunohost.org/app_galette diff --git a/check_process b/check_process index dad0844..7c0bf58 100644 --- a/check_process +++ b/check_process @@ -12,14 +12,13 @@ setup_private=1 setup_public=1 upgrade=1 - #upgrade=1 from_commit= + upgrade=1 from_commit=d05248ceeffca8401dea6ac14bf7af7096345cbe backup_restore=1 multi_instance=1 change_url=0 ;;; Options -Email=jean-baptiste@holcroft.fr -Notification=all +Notification=none ;;; Upgrade options - ; commit= - name= + ; commit=d05248ceeffca8401dea6ac14bf7af7096345cbe + name=Merge pull request #14 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1 diff --git a/conf/app.src b/conf/app.src index 54e4f42..61027b1 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://download.tuxfamily.org/galette/galette-0.9.5.tar.bz2 -SOURCE_SUM=367ba461ed18ee2527d88da02dc9d52be4eb57bc661d778c4e35b1cfc356abfb +SOURCE_URL=https://download.tuxfamily.org/galette/galette-0.9.5.1.tar.bz2 +SOURCE_SUM=4471408abf74125814b7fd4b43188741cb225a15e2c2793f332063c53a68dbc6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 4aeeeae..3e8fb6c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,14 +6,13 @@ "en": "Membership management web application for non profit organizations", "fr": "Outil de gestion d'adhérents et de cotisation en ligne pour associations" }, - "version": "0.9.5~ynh1", + "version": "0.9.5.1~ynh1", "url": "https://www.galette.eu", "upstream": { "license": "GPL-3.0-or-later", "website": "https://www.galette.eu", "demo": "https://demo.galette.eu/login", "admindoc": "https://doc.galette.eu/fr/master/", - "userdoc": "https://yunohost.org/apps", "code": "https://github.com/galette/galette" }, "license": "GPL-3.0-or-later", @@ -33,8 +32,7 @@ "install": [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", diff --git a/scripts/restore b/scripts/restore index 512ee60..2dc6085 100644 --- a/scripts/restore +++ b/scripts/restore @@ -38,8 +38,6 @@ timezone="$(cat /etc/timezone)" #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=2 -ynh_webpath_available $domain $path_url \ - || ynh_die "Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die "There is already a directory: $final_path "