mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Updated to version 3.8.2
This commit is contained in:
parent
5a0d87648b
commit
6be04848cd
7 changed files with 15 additions and 14 deletions
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
Current snapshot in *sources*:
|
Current snapshot in *sources*:
|
||||||
|
|
||||||
* https://framagit.org/hubzilla/core: 3.6.1 (commit d00761628fa7bb70cfa203dbd328cc5dfeb6c481)
|
* https://framagit.org/hubzilla/core: 3.8.2 (commit c8dd516d6c743d0371dc2ccb476eb70bcc17fa0a)
|
||||||
* https://framagit.org/hubzilla/addons: 3.6.1 (commit 54b13491c96cb753836aabe712fb523d3279bc80)
|
* https://framagit.org/hubzilla/addons: 3.8.2 (commit 95beb112a0ea3bbdc1033262002fe5e384e5cb60)
|
||||||
|
|
||||||
## To-Do's
|
## To-Do's
|
||||||
- [X] Installation and remove script.
|
- [X] Installation and remove script.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/3.6.1/core-3.6.1.zip
|
SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/3.8.2/core-3.8.2.tar.gz
|
||||||
SOURCE_SUM=5c9c52dca5cba05e97cbb068277269fb
|
SOURCE_SUM=a3ebc862eb17bcfc3d2e21dab3675f88966a94de52a0a32de160981af98db42d
|
||||||
SOURCE_SUM_PRG=md5sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=
|
SOURCE_IN_SUBDIR=
|
||||||
SOURCE_FILENAME=
|
SOURCE_FILENAME=
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/3.6.1/addons-3.6.1.zip
|
SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/3.8.2/addons-3.8.2.tar.gz
|
||||||
SOURCE_SUM=8ab443ef248781a41f840bf9a3afef0e
|
SOURCE_SUM=617baa56a2c4a5d1059cd44b37c4ba3cb98baa3bdf9b63583b9d906e968619a3
|
||||||
SOURCE_SUM_PRG=md5sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=
|
SOURCE_IN_SUBDIR=
|
||||||
SOURCE_FILENAME=
|
SOURCE_FILENAME=
|
||||||
|
|
|
@ -401,4 +401,4 @@ catch_workers_output = yes
|
||||||
; max_input_time = 300
|
; max_input_time = 300
|
||||||
; memory_limit = 256M
|
; memory_limit = 256M
|
||||||
; short_open_tag = On
|
; short_open_tag = On
|
||||||
cgi.fix_pathinfo = 0;
|
; cgi.fix_pathinfo = 0;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# Run poller periodically to update Hubzilla
|
# Run poller periodically to update Hubzilla
|
||||||
*/10 * * * * __USER__ cd YNH_WWW_PATH; /usr/bin/php Zotlabs/Daemon/Master.php Cron
|
*/10 * * * * __USER__ cd YNH_WWW_PATH; /usr/bin/php Zotlabs/Daemon/Master.php Cron > /dev/null 2>&1
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"url": "https://github.com/redmatrix/hubzilla",
|
"url": "https://github.com/redmatrix/hubzilla",
|
||||||
"license": "Free as-is",
|
"license": "Free as-is",
|
||||||
"version": "3.6.1",
|
"version": "3.8.2",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Anmol Sharma",
|
"name": "Anmol Sharma",
|
||||||
"email": "anmol@datamol.org",
|
"email": "anmol@datamol.org",
|
||||||
|
|
|
@ -24,7 +24,7 @@ db_name=$(ynh_app_setting_get $app db_name)
|
||||||
#=================================================
|
#=================================================
|
||||||
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
|
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
|
||||||
#=================================================
|
#=================================================
|
||||||
|
( cd $final_path && util/safemode on )
|
||||||
# Backup the current version of the app
|
# Backup the current version of the app
|
||||||
ynh_backup_before_upgrade
|
ynh_backup_before_upgrade
|
||||||
ynh_clean_setup () {
|
ynh_clean_setup () {
|
||||||
|
@ -131,6 +131,7 @@ sudo cp ../conf/poller-cron /etc/cron.d/$app
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_install_app_dependencies php-mbstring php5-cli 'php5-imagick|php-imagick' php5-gd php5-mcrypt 'php-xml|base-files(<<9.0)'
|
ynh_install_app_dependencies php-mbstring php5-cli 'php5-imagick|php-imagick' php5-gd php5-mcrypt 'php-xml|base-files(<<9.0)'
|
||||||
|
|
||||||
|
( cd $final_path && util/safemode off )
|
||||||
|
|
||||||
# Make app public
|
# Make app public
|
||||||
ynh_app_setting_set $app skipped_uris "/"
|
ynh_app_setting_set $app skipped_uris "/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue