From 9edc26d71ea16f0433dd878202a8263b5cd562c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:46:42 +0200 Subject: [PATCH] cleaning --- check_process | 27 --------------------------- manifest.toml | 2 +- tests.toml | 6 ++++++ 3 files changed, 7 insertions(+), 28 deletions(-) delete mode 100644 check_process diff --git a/check_process b/check_process deleted file mode 100644 index 792949a..0000000 --- a/check_process +++ /dev/null @@ -1,27 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - theme="milligram" - password="1Strong-Password" - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - #Merge pull request #52 - upgrade=1 from_commit=469fb267ebc496d2c63b10de35aaf3493ce8124f - backup_restore=1 - multi_instance=1 - port_already_use=0 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=469fb267ebc496d2c63b10de35aaf3493ce8124f - name=Merge pull request #52 diff --git a/manifest.toml b/manifest.toml index bea3cd0..24dda7b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home" code = "https://framagit.org/fiat-tux/hat-softwares/lstu" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.1.20" architectures = "all" multi_instance = true ldap = true diff --git a/tests.toml b/tests.toml index 7e3cf40..2bd5109 100644 --- a/tests.toml +++ b/tests.toml @@ -6,3 +6,9 @@ test_format = 1.0 # ------------------------------- args.theme = "milligram" + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.469fb267ebc496d2c63b10de35aaf3493ce8124f.name = "Upgrade from #52"