mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
cleaning
This commit is contained in:
parent
c4eeab7e7e
commit
eb14a4a6f9
2 changed files with 2 additions and 26 deletions
|
@ -1,24 +0,0 @@
|
||||||
;; Test complet
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
path="/path"
|
|
||||||
language="en_GB"
|
|
||||||
with_carddav=1
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=1
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=0
|
|
||||||
setup_public=0
|
|
||||||
upgrade=1
|
|
||||||
upgrade=1 from_commit=f470adac1152482928c90a9c657b968f0907cf8a
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=1
|
|
||||||
change_url=1
|
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
|
||||||
; commit=f470adac1152482928c90a9c657b968f0907cf8a
|
|
||||||
name=Merge pull request #119
|
|
|
@ -6,5 +6,5 @@ test_format = 1.0
|
||||||
# Default args to use for install
|
# Default args to use for install
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
args.language="en_GB"
|
args.language = "en_GB"
|
||||||
args.with_carddav=1
|
args.with_carddav = 1
|
||||||
|
|
Loading…
Reference in a new issue