mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Fix upgrade test
Upgrade will be performed on itself (first non-buggy version on PHP7) Fix presentation typo on last line of conf/php
This commit is contained in:
parent
46ca549825
commit
5714ad440e
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
||||||
;; flarum_ynh package check
|
;; flarum_ynh package check
|
||||||
# Commentaire ignoré
|
|
||||||
# ; pre-install
|
# ; pre-install
|
||||||
# echo -n "Here your commands to execute in the container"
|
# echo -n "Here your commands to execute in the container"
|
||||||
# echo ", before each installation of the app."
|
# echo ", before each installation of the app."
|
||||||
|
@ -18,11 +17,11 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
upgrade=1 from_commit=9c02e9953994b9c99c199346c839209d07e88626
|
upgrade=1 from_commit=46ca549825e311f4095b173e79d58a349d70d9a2
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
incorrect_path=1
|
incorrect_path=1
|
||||||
port_already_use=0 (66)
|
port_already_use=0
|
||||||
change_url=0
|
change_url=0
|
||||||
;;; Levels
|
;;; Levels
|
||||||
Level 1=auto
|
Level 1=auto
|
||||||
|
@ -40,6 +39,6 @@
|
||||||
#Email=
|
#Email=
|
||||||
#Notification=none
|
#Notification=none
|
||||||
#;;; Upgrade options
|
#;;; Upgrade options
|
||||||
# ; commit=65c382d138596fcb32b4c97c39398815a1dcd4e8
|
# ; commit=46ca549825e311f4095b173e79d58a349d70d9a2
|
||||||
# name=Name of this previous version
|
# name=Name of this previous version
|
||||||
#manifest_arg=domain=DOMAIN&path=PATH&admin=USER&title=TITLE&is_public=1&
|
#manifest_arg=domain=DOMAIN&path=PATH&admin=USER&title=TITLE&is_public=1&
|
||||||
|
|
|
@ -249,4 +249,4 @@ php_value[max_input_time] = 600
|
||||||
;php_value[memory_limit] = 256M
|
;php_value[memory_limit] = 256M
|
||||||
;php_value[short_open_tag] = On
|
;php_value[short_open_tag] = On
|
||||||
|
|
||||||
env[COMPOSER_HOME]= "__FINALPATH__/.composer"
|
env[COMPOSER_HOME] = __FINALPATH__/.composer
|
||||||
|
|
Loading…
Reference in a new issue