mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
cleaning
This commit is contained in:
parent
14796f8b8d
commit
9edc26d71e
3 changed files with 7 additions and 28 deletions
|
@ -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
|
|
|
@ -17,7 +17,7 @@ admindoc = "https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home"
|
||||||
code = "https://framagit.org/fiat-tux/hat-softwares/lstu"
|
code = "https://framagit.org/fiat-tux/hat-softwares/lstu"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.1.20"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
|
|
|
@ -6,3 +6,9 @@ test_format = 1.0
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
args.theme = "milligram"
|
args.theme = "milligram"
|
||||||
|
|
||||||
|
# -------------------------------
|
||||||
|
# Commits to test upgrade from
|
||||||
|
# -------------------------------
|
||||||
|
|
||||||
|
test_upgrade_from.469fb267ebc496d2c63b10de35aaf3493ce8124f.name = "Upgrade from #52"
|
||||||
|
|
Loading…
Reference in a new issue