From dcea68cb64352a30de981c456fe88fc092a26e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:22:21 +0200 Subject: [PATCH] fix --- manifest.json | 58 --------------------------------------------------- tests.toml | 4 +++- 2 files changed, 3 insertions(+), 59 deletions(-) delete mode 100644 manifest.json diff --git a/manifest.json b/manifest.json deleted file mode 100644 index b9002f6..0000000 --- a/manifest.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "Noalyss", - "id": "noalyss", - "packaging_format": 1, - "description": { - "en": "Accounting free software (Belgian and French accounting)", - "fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)" - }, - "version": "9.0.2.5~ynh4", - "url": "http://noalyss.eu", - "upstream": { - "license": "AGPL-3.0-only", - "website": "http://noalyss.eu", - "demo": "http://demo.noalyss.eu/index.php", - "admindoc": "https://wiki.noalyss.eu/doku.php" - }, - "license": "AGPL-3.0-only", - "maintainer": { - "name": "datatierce", - "email": "github@computhings.be", - "url": "https://computhings.be" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "multi_instance": false, - "services": [ - "nginx", - "php8.0-fpm" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/noalyss", - "default": "/noalyss" - }, - { - "name": "admin", - "type": "user" - }, - { - "name": "password", - "type": "password" - }, - { - "name": "is_public", - "type": "boolean", - "default": false - } - ] - } -} diff --git a/tests.toml b/tests.toml index eb73b8d..49bc28b 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,5 @@ test_format = 1.0 -[default] \ No newline at end of file +[default] + + test_upgrade_from.620065d7.name = "Upgrade from #31"