diff --git a/check_process b/check_process deleted file mode 100644 index 8205349..0000000 --- a/check_process +++ /dev/null @@ -1,45 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - language="fr" - admin="john" - password="1Strong-Password" - install_profil="minimal" - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - # 7 - #upgrade=1 from_commit=b90ed18d3309d1124171a02934c4d0ae9b53a087 - # 5.30.1-7.0~ynh1 - #upgrade=1 from_commit=a9d902b58a2114d6983fe84c3c0d3f6371335287 - # 5.34.0-7.0~ynh1 - #upgrade=1 from_commit=df23950de037d65d55c4d3d8fef7eb651c02b7ba - # 5.34.0-7.0~ynh2 - #upgrade=1 from_commit=836c3bf7101301340fa197851994ba898eafd293 - # 5.52.2~ynh1 - upgrade=1 from_commit=e5263194b69560d48338fe94d111afb460b047ee - backup_restore=1 - multi_instance=1 - port_already_use=0 - change_url=1 -;;; Options -Email=yalh@yahoo.com -Notification=all -;;; Upgrade options - ; commit=b90ed18d3309d1124171a02934c4d0ae9b53a087 - name=5.13.4-7.0~ynh1 - ; commit=a9d902b58a2114d6983fe84c3c0d3f6371335287 - name=5.30.1-7.0~ynh1 - ; commit=df23950de037d65d55c4d3d8fef7eb651c02b7ba - name=5.34.0-7.0~ynh1 - ; commit=836c3bf7101301340fa197851994ba898eafd293 - name=5.34.0-7.0~ynh2 - ; commit=e5263194b69560d48338fe94d111afb460b047ee - name=5.52.2~ynh1 diff --git a/manifest.json b/manifest.json deleted file mode 100644 index a3c705f..0000000 --- a/manifest.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "name": "CiviCRM on Drupal 7", - "id": "civicrm_drupal7", - "packaging_format": 1, - "description": { - "en": "CRM for non-profits, NGOs and advocacy organizations", - "fr": "CRM pour organisations à but non lucratif et ONG" - }, - "version": "5.69.4~ynh1", - "url": "https://civicrm.org", - "upstream": { - "license": "AGPL-3.0-or-later", - "website": "https://civicrm.org/", - "demo": "https://civicrm.org/demo", - "admindoc": "https://docs.civicrm.org/", - "code": "https://github.com/civicrm/civicrm-drupal" - }, - "license": "AGPL-3.0-or-later", - "maintainer": { - "name": "yalh76" - }, - "requirements": { - "yunohost": ">= 11.0" - }, - "multi_instance": true, - "services": [ - "nginx", - "php7.3-fpm", - "mysql" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/drupal7", - "default": "/drupal7" - }, - { - "name": "is_public", - "type": "boolean", - "default": true - }, - { - "name": "language", - "type": "string", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": [ - "fr", - "en" - ], - "default": "en" - }, - { - "name": "admin", - "type": "user" - }, - { - "name": "password", - "type": "password" - }, - { - "name": "install_profil", - "type": "string", - "ask": { - "en": "Choose the Drupal 7 install profile to use", - "fr": "Choisissez le profile d'installation de Drupal 7" - }, - "choices": [ - "minimal", - "standard" - ], - "default": "standard" - } - ] - } -} diff --git a/manifest.toml b/manifest.toml index 7a31ba6..1ceff73 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "CiviCRM on Drupal 7" description.en = "CRM for non-profits, NGOs and advocacy organizations" description.fr = "CRM pour organisations à but non lucratif et ONG" -version = "5.69.4~ynh1" +version = "5.69.4~ynh2" maintainers = ["yalh76"] diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..340612d --- /dev/null +++ b/tests.toml @@ -0,0 +1,13 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json + +test_format = 1.0 + +[default] + + preinstall = """ + sudo apt update >/dev/null + """ + + args.admin = "john" + + test_upgrade_from.e5263194b69560d48338fe94d111afb460b047ee.name = "5.52.2~ynh1"