1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librephotos_ynh.git synced 2024-09-03 19:36:12 +02:00

Disable ARM64 test mode

This commit is contained in:
Jules Bertholet 2021-06-11 10:45:44 -04:00
parent 722eac89b1
commit 190b96e981
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ user=$1
mail=$2
arch="$(dpkg --print-architecture)"
arm64_test=1
arm64_test=0
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
backend_path="$final_path/backend"

View file

@ -7,7 +7,7 @@ user=$1
purge=$2
arch="$(dpkg --print-architecture)"
arm64_test=1
arm64_test=0
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
backend_path="$final_path/backend"

View file

@ -8,7 +8,7 @@
pkg_dependencies="libtinfo5 unzip ca-certificates swig libpq-dev postgresql postgresql-contrib postgresql-common ffmpeg libimage-exiftool-perl curl libopenblas-dev libmagic1 libboost-all-dev libxrender-dev liblapack-dev git bzip2 cmake build-essential libsm6 libglib2.0-0 libgl1-mesa-glx gfortran gunicorn libheif-dev libssl-dev rustc liblzma-dev python3 python3-pip python3-venv imagemagick xsel nodejs npm redis-server libmagickwand-dev libldap2-dev libsasl2-dev ufraw-batch"
arch="$(dpkg --print-architecture)"
arm64_test=1
arm64_test=0
#=================================================
# PERSONAL HELPERS

View file

@ -65,7 +65,7 @@ ynh_systemd_action --service_name=$app-worker --action="stop" --log_path="/var/l
#=================================================
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..." --time --weight=1
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
# Remove old node version
ynh_use_nodejs