mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Update check_process
This commit is contained in:
parent
1ed8472e5d
commit
a9a28eb80d
1 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
|
@ -15,7 +16,10 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=cef22ac5634565cecd2d8545229efe3fe79d85bc
|
||||
#4.4
|
||||
upgrade=1 from_commit=66eb909e771d11b092dfff2acf50ff63fa6f6ec6
|
||||
#4.6.1
|
||||
upgrade=1 from_commit=3f8363cdc588e609a775cb8b78b9d080f96405d9
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
change_url=1
|
||||
|
@ -23,6 +27,8 @@
|
|||
Email=
|
||||
Notification=all
|
||||
;;; Upgrade options
|
||||
; commit=cef22ac5634565cecd2d8545229efe3fe79d85bc
|
||||
name=Upgrade from 3.11.3
|
||||
; commit=66eb909e771d11b092dfff2acf50ff63fa6f6ec6
|
||||
name=Upgrade from 4.4
|
||||
; commit=3f8363cdc588e609a775cb8b78b9d080f96405d9
|
||||
name=Upgrade from 4.6.1
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&github_account=fake&github_token=fake
|
||||
|
|
Loading…
Reference in a new issue