From fac433eed9b3d81f0711b69572a6451469d9031f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:57:29 +0200 Subject: [PATCH] fix --- check_process | 34 ------------------------------- manifest.json | 56 --------------------------------------------------- tests.toml | 6 ++++++ 3 files changed, 6 insertions(+), 90 deletions(-) delete mode 100644 check_process delete mode 100644 manifest.json diff --git a/check_process b/check_process deleted file mode 100644 index 5a16f84..0000000 --- a/check_process +++ /dev/null @@ -1,34 +0,0 @@ -# See here for more information -# https://github.com/YunoHost/package_check#syntax-check_process-file - -# Move this file from check_process.default to check_process when you have filled it. - -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - # admin="john" - language="fr" - is_public=1 - # password="1Strong-Password" - # port="666" - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - #upgrade=1 from_commit=0d3c5e6bc951ba9a6a738e3bd55e7fdff1956632 - backup_restore=1 - multi_instance=1 - port_already_use=0 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=0d3c5e6bc951ba9a6a738e3bd55e7fdff1956632 - ;name=Upgrade from 0.3.4. - ;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1& diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 85c4e8b..0000000 --- a/manifest.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Digisteps", - "id": "digisteps", - "packaging_format": 1, - "description": { - "en": "Create simple online educational pathes", - "fr": "Créer des parcours pédagogiques simples en ligne" - }, - "version": "0.3.9~ynh1", - "url": "https://ladigitale.dev/", - "upstream": { - "license": "GPL-3.0-only", - "website": "https://ladigitale.dev/", - "demo": "https://ladigitale.dev/digisteps/#/", - "admindoc": "https://codeberg.org/ladigitale/digisteps/src/branch/master/README.md", - "userdoc": "https://ladigitale.dev/blog/digisteps-pour-creer-des-parcours-pedagogiques-en-ligne", - "code": "https://codeberg.org/ladigitale/digisteps" - }, - "license": "GPL-3.0-only", - "maintainer": { - "name": "Pierre-Amiel Giraud", - "email": "xxxxx" - }, - "requirements": { - "yunohost": ">= 11.1.21" - }, - "multi_instance": true, - "services": [ - "nginx", - "php8.0-fpm" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/example", - "default": "/digisteps" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "If public, any visitor can create educational pathes and see saved ones, providing they know their secret questions and answers.", - "fr": "Si l’application est publique, n’importe quel visiteur pourra créer un parcours pédagogique et consulter ceux sauvegardés dont ils connaissent à la fois la question secrète et la réponse." - }, - "default": true - } - ] - } -} - diff --git a/tests.toml b/tests.toml index cbbeef1..4f3ec9f 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,9 @@ test_format = 1.0 [default] + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.0d3c5e6bc951ba9a6a738e3bd55e7fdff1956632.name = "Upgrade from 0.3.4"