From e2d8ab37af0b5df3e4996fe276c1cf8f3dc2c576 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 3 Dec 2021 09:31:11 +0100 Subject: [PATCH] Fix linter --- check_process | 10 ++++------ manifest.json | 22 ++++------------------ 2 files changed, 8 insertions(+), 24 deletions(-) diff --git a/check_process b/check_process index b3e6b98..fbef0fe 100644 --- a/check_process +++ b/check_process @@ -1,9 +1,9 @@ ;; Test complet ; Manifest - domain="domain.tld" (DOMAIN) - path="/path" (PATH) - admin="john" (USER) - admin_password="Sup3rS3cr3t" (PASSWORD) + domain="domain.tld" + path="/path" + admin="john" + admin_password="Sup3rS3cr3t" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -17,8 +17,6 @@ incorrect_path=1 port_already_use=0 change_url=1 -;;; Levels - Level 5=auto ;;; Options Email= Notification=none diff --git a/manifest.json b/manifest.json index f38304e..e977a0f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage PostgreSQL databases over the web", "fr": "Application web de gestion des bases de données PostgreSQL" }, - "version": "4-5.7~ynh1", + "version": "4.5.7~ynh1", "url": "https://www.pgadmin.org", "license": "PostgreSQL", "maintainer": { @@ -14,7 +14,7 @@ "email": "josue@tille.ch" }, "requirements": { - "yunohost": ">= 4.0.0.0" + "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [ @@ -25,31 +25,17 @@ "install" : [ { "name": "domain", - "type": "domain", - "ask": { - "en": "Choose a domain for pgAdmin", - "fr": "Choisissez un domaine pour pgAdmin" - }, - "example": "domain.org" + "type": "domain" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for pgAdmin", - "fr": "Choisissez un chemin pour pgAdmin" - }, "example": "/pgadmin", "default": "/pgadmin" }, { "name": "admin", - "type": "user", - "ask": { - "en": "Choose the only allowed admin user", - "fr": "Choisissez l'unique utilisateur autorisé" - }, - "example": "johndoe" + "type": "user" }, { "name": "admin_password",