mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
cleaning
This commit is contained in:
parent
8c343b0a66
commit
be1ca2aa51
3 changed files with 2 additions and 28 deletions
|
@ -1,26 +0,0 @@
|
||||||
;; Test complet
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
path="/ampache"
|
|
||||||
is_public=1
|
|
||||||
admin="john"
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=1
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=1
|
|
||||||
setup_public=1
|
|
||||||
upgrade=1
|
|
||||||
upgrade=1 from_commit=919c3359d9fe21c29bad1cabf0e7b9a8e368f20e
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=1
|
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
|
||||||
; commit=919c3359d9fe21c29bad1cabf0e7b9a8e368f20e
|
|
||||||
name=Merge pull request #70 from YunoHost-Apps/4.2.6
|
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Composer version
|
# Composer version
|
||||||
YNH_COMPOSER_VERSION="2.3.5"
|
YNH_COMPOSER_VERSION="2.5.7"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -62,7 +62,7 @@ ynh_add_nginx_config
|
||||||
|
|
||||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Upgrading ampache with Composer..." --weight=30
|
ynh_script_progression --message="Upgrading $app with Composer..." --weight=30
|
||||||
|
|
||||||
# Install composer
|
# Install composer
|
||||||
ynh_install_composer --workdir=$install_dir
|
ynh_install_composer --workdir=$install_dir
|
||||||
|
|
Loading…
Add table
Reference in a new issue