1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Remove jessie support

This commit is contained in:
Josué Tille 2018-11-29 19:50:43 +01:00
parent 050c2fe8e9
commit 5d2f226e1d
4 changed files with 2 additions and 19 deletions

View file

@ -37,7 +37,6 @@ This app actually don't support the SSO and don't support LDAP. After the instal
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/pgadmin%20(Community).svg)](https://ci-apps.yunohost.org/ci/apps/pgadmin/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/pgadmin%20(Community).svg)](https://ci-apps-arm.yunohost.org/ci/apps/pgadmin/)
* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/jenkins/job/pgadmin%20(Community).svg)](https://ci-stretch.nohost.me/jenkins/job/pgadmin/)
<!--Limitations

View file

@ -1,11 +0,0 @@
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-3.5/pgadmin_4-3.5-jessie-bin1_armv7l.tar.gz
SOURCE_SUM=54d7d34f537e40d02c323a17b05eae3197c6e5d2dc9c495be11c4818d41b8a34
# (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256
SOURCE_SUM_PRG=sha256sum
# (Optional) Archive format
# default: tar.gz
SOURCE_FORMAT=tar.gz
# (Optional) Put false if sources are directly in the archive root
# default: true
SOURCE_IN_SUBDIR=true

View file

@ -14,7 +14,7 @@
"email": "josue@tille.ch"
},
"requirements": {
"yunohost": ">= 2.7.9"
"yunohost": ">= 3.3.1"
},
"multi_instance": false,
"services": [

View file

@ -35,12 +35,7 @@ setup_dir() {
install_source() {
if [ -n "$(uname -m | grep arm)" ]
then
if [ "$(lsb_release --codename --short)" != "jessie" ]
then
ynh_setup_source $final_path/ "armv7_jessie"
else
ynh_setup_source $final_path/ "armv7_stretch"
fi
else
# Install virtualenv if it don't exist
test -e $final_path/bin/python3 || python3 -m venv $final_path