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:
parent
050c2fe8e9
commit
5d2f226e1d
4 changed files with 2 additions and 19 deletions
|
@ -37,7 +37,6 @@ This app actually don't support the SSO and don't support LDAP. After the instal
|
||||||
* x86-64b - [.svg)](https://ci-apps.yunohost.org/ci/apps/pgadmin/)
|
* x86-64b - [.svg)](https://ci-apps.yunohost.org/ci/apps/pgadmin/)
|
||||||
|
|
||||||
* ARMv8-A - [.svg)](https://ci-apps-arm.yunohost.org/ci/apps/pgadmin/)
|
* ARMv8-A - [.svg)](https://ci-apps-arm.yunohost.org/ci/apps/pgadmin/)
|
||||||
* Jessie x86-64b - [.svg)](https://ci-stretch.nohost.me/jenkins/job/pgadmin/)
|
|
||||||
|
|
||||||
|
|
||||||
<!--Limitations
|
<!--Limitations
|
||||||
|
|
|
@ -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
|
|
|
@ -14,7 +14,7 @@
|
||||||
"email": "josue@tille.ch"
|
"email": "josue@tille.ch"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 2.7.9"
|
"yunohost": ">= 3.3.1"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -35,12 +35,7 @@ setup_dir() {
|
||||||
install_source() {
|
install_source() {
|
||||||
if [ -n "$(uname -m | grep arm)" ]
|
if [ -n "$(uname -m | grep arm)" ]
|
||||||
then
|
then
|
||||||
if [ "$(lsb_release --codename --short)" != "jessie" ]
|
ynh_setup_source $final_path/ "armv7_stretch"
|
||||||
then
|
|
||||||
ynh_setup_source $final_path/ "armv7_jessie"
|
|
||||||
else
|
|
||||||
ynh_setup_source $final_path/ "armv7_stretch"
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
# Install virtualenv if it don't exist
|
# Install virtualenv if it don't exist
|
||||||
test -e $final_path/bin/python3 || python3 -m venv $final_path
|
test -e $final_path/bin/python3 || python3 -m venv $final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue