diff --git a/check_process b/check_process index 21e3926..c784e3c 100644 --- a/check_process +++ b/check_process @@ -15,8 +15,6 @@ upgrade=0 backup_restore=0 multi_instance=0 - incorrect_path=0 - port_already_use=0 change_url=0 ;;; Options diff --git a/manifest.json b/manifest.json index 71e9f62..7f1bed6 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "pagure", "packaging_format": 1, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.0" }, "description": { "en": "Pagure is a git-centered forge, python based using pygit2." @@ -23,8 +23,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "domain.org" + "type": "domain" }, { "name": "path", @@ -42,8 +41,7 @@ }, { "name": "admin", - "type": "user", - "example": "simon" + "type": "user" } ] }