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

Merge branch 'testing'

This commit is contained in:
Josué Tille 2020-03-19 17:40:59 +01:00
commit e5df1b76ab
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
4 changed files with 6 additions and 4 deletions

View file

@ -12,7 +12,7 @@ Overview
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
**Shipped version:** 4-4.17
**Shipped version:** 4-4.19
Screenshots
-----------

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.17/pgadmin_4-4.17-stretch-bin1_armv7l.tar.gz
SOURCE_SUM=1e3f76bbc1157d544a60f95da358c50b1a2b121e54d3fb60638e5c6353987ac8
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.19/pgadmin_4-4.19-stretch-bin1_armv7l.tar.gz
SOURCE_SUM=e3c0e71f03a6b9ed25120d4201e711398831e29500c8a645ac29ff0400815422
# (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256
SOURCE_SUM_PRG=sha256sum

View file

@ -6,7 +6,7 @@
"en": "Manage PostgreSQL databases over the web",
"fr": "Application web de gestion des bases de données PostgreSQL"
},
"version": "4-4.17~ynh1",
"version": "4-4.19~ynh1",
"url": "https://www.pgadmin.org",
"license": "PostgreSQL",
"maintainer": {

View file

@ -54,6 +54,8 @@ set_permission() {
chown $pgadmin_user:root -R $final_path
chown $pgadmin_user:root -R /var/lib/pgadmin
chown $pgadmin_user:root -R /var/log/pgadmin
chown $pgadmin_user:root /var/log/uwsgi/$app
chown $pgadmin_user:root /etc/uwsgi/apps-available/$app.ini
chmod u=rwX,g=rX,o= -R /var/lib/pgadmin
}