diff options
| author | yalh76 <yalh@yahoo.com> | 2021-02-25 20:26:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-25 20:26:22 +0100 |
| commit | d3172db5407767d08b94030a53b8d7c360499952 (patch) | |
| tree | 4c6c68a73659155f6998b5120476b257cc057f4f /check_process | |
| parent | 057a2804247cc396a224df4b80427d3c9f7fe636 (diff) | |
| parent | 867c83b3f8e768cf110b8d9f1426a2751a88339a (diff) | |
| download | mastodon_ynh-d3172db5407767d08b94030a53b8d7c360499952.tar.gz mastodon_ynh-d3172db5407767d08b94030a53b8d7c360499952.tar.bz2 mastodon_ynh-d3172db5407767d08b94030a53b8d7c360499952.zip | |
Merge pull request #253 from YunoHost-Apps/upgrade
Upgrade to 3.3.0~ynh1
Diffstat (limited to 'check_process')
| -rw-r--r-- | check_process | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/check_process b/check_process index 6fbc748..72f8049 100644 --- a/check_process +++ b/check_process @@ -1,5 +1,4 @@ -;; Nom du test - auto_remove=1 +;; Test complet ; Manifest domain="domain.tld" (DOMAIN) admin="john" (USER) @@ -10,7 +9,7 @@ setup_sub_dir=0 setup_root=1 setup_nourl=0 - setup_private=0 + setup_private=1 setup_public=1 upgrade=1 # 3.1.2~ynh2 @@ -25,15 +24,12 @@ upgrade=1 from_commit=248b717f373f3c82bdb19c33cf20980494608697 # 3.2.1~ynh2 upgrade=1 from_commit=74908bf3e70c134bc838c7db3ae8b5aa0938cd75 + # 3.2.2~ynh1 + upgrade=1 from_commit=a233ccc644d97aa89756fac9f0ce68c98d81d27c backup_restore=1 multi_instance=1 - # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. - # incorrect_path=1 port_already_use=0 change_url=0 -;;; Levels - # If the level 5 (Package linter) is forced to 1. Please add justifications here. - Level 5=auto ;;; Options Email=yalh@yahoo.com Notification=all @@ -50,3 +46,5 @@ Notification=all name=3.2.1~ynh1 ; commit=74908bf3e70c134bc838c7db3ae8b5aa0938cd75 name=3.2.1~ynh2 + ; commit=a233ccc644d97aa89756fac9f0ce68c98d81d27c + name=3.2.2~ynh1 |
