mirror of
https://github.com/YunoHost-Apps/osticket_ynh.git
synced 2024-09-03 19:56:17 +02:00
Merge pull request #29 from YunoHost-Apps/testing
Upgrade to 1.15.4~ynh1
This commit is contained in:
commit
0a4df38b14
6 changed files with 10 additions and 6 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Open source support ticket system
|
Open source support ticket system
|
||||||
|
|
||||||
**Shipped version:** 1.15.3.1~ynh1
|
**Shipped version:** 1.15.4~ynh1
|
||||||
|
|
||||||
**Demo:** http://www.ostickethacks.com/demo/demo_info.php
|
**Demo:** http://www.ostickethacks.com/demo/demo_info.php
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Système de ticket de support open source
|
Système de ticket de support open source
|
||||||
|
|
||||||
**Version incluse :** 1.15.3.1~ynh1
|
**Version incluse :** 1.15.4~ynh1
|
||||||
|
|
||||||
**Démo :** http://www.ostickethacks.com/demo/demo_info.php
|
**Démo :** http://www.ostickethacks.com/demo/demo_info.php
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,8 @@
|
||||||
upgrade=1 from_commit=20349f58ebb98ce87d3a80da18f11a7bafa04985
|
upgrade=1 from_commit=20349f58ebb98ce87d3a80da18f11a7bafa04985
|
||||||
# 1.15.2~ynh2
|
# 1.15.2~ynh2
|
||||||
upgrade=1 from_commit=55e224ea95f384ab8db46941366b0205cd8d3032
|
upgrade=1 from_commit=55e224ea95f384ab8db46941366b0205cd8d3032
|
||||||
|
# 1.15.3.1~ynh1
|
||||||
|
upgrade=1 from_commit=049b860396347599e0633adf277549146644e460
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
|
@ -42,3 +44,5 @@ Notification=none
|
||||||
name=1.15.2~ynh1
|
name=1.15.2~ynh1
|
||||||
; commit=55e224ea95f384ab8db46941366b0205cd8d3032
|
; commit=55e224ea95f384ab8db46941366b0205cd8d3032
|
||||||
name=1.15.2~ynh2
|
name=1.15.2~ynh2
|
||||||
|
; commit=049b860396347599e0633adf277549146644e460
|
||||||
|
name=1.15.3.1~ynh1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/osTicket/osTicket/releases/download/v1.15.3.1/osTicket-v1.15.3.1.zip
|
SOURCE_URL=https://github.com/osTicket/osTicket/releases/download/v1.15.4/osTicket-v1.15.4.zip
|
||||||
SOURCE_SUM=5417aaaa617980ed4e653fcfc1d4330951720841a64a28e8ada922e233a244ce
|
SOURCE_SUM=6c7cf5fe74258dd0beac6176c438468f468a0a3f07f1f6a0349cc68a9e514302
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Open source support ticket system",
|
"en": "Open source support ticket system",
|
||||||
"fr": "Système de ticket de support open source"
|
"fr": "Système de ticket de support open source"
|
||||||
},
|
},
|
||||||
"version": "1.15.3.1~ynh1",
|
"version": "1.15.4~ynh1",
|
||||||
"url": "https://osticket.com",
|
"url": "https://osticket.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
|
|
|
@ -148,7 +148,7 @@ chown $app:www-data "$final_path/include/ost-config.php"
|
||||||
ynh_script_progression --message="Building plugins..."
|
ynh_script_progression --message="Building plugins..."
|
||||||
|
|
||||||
mkdir -p "$final_path/include/plugins/build/.config/composer"
|
mkdir -p "$final_path/include/plugins/build/.config/composer"
|
||||||
COMPOSER_HOME="$final_path/include/plugins/build/.config/composer"
|
export COMPOSER_HOME="$final_path/include/plugins/build/.config/composer"
|
||||||
|
|
||||||
pushd "$final_path/include/plugins/build"
|
pushd "$final_path/include/plugins/build"
|
||||||
php${phpversion} make.php hydrate
|
php${phpversion} make.php hydrate
|
||||||
|
|
Loading…
Add table
Reference in a new issue