pgAdmin 4 commit: Add experimental scripts for building Debian/Ubuntu p - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add experimental scripts for building Debian/Ubuntu p
Date
Msg-id E1jCPhq-0000UI-Di@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add experimental scripts for building Debian/Ubuntu packages.

Code is split into pkg/debian for the Debian/Ubuntu specific parts,
and pkg/linux for generic code that can be used on other distros.

Tested on Debian 10 and Ubuntu 18.04 at present.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a684b48fb399292a64cb96f042870e7f3451d62e

Modified Files
--------------
.gitignore                   |   3 +-
Makefile                     |   8 ++-
pkg/debian/README            |  47 ++++++++++++++
pkg/debian/build.sh          | 108 +++++++++++++++++++++++++++++++
pkg/debian/pgadmin4.conf     |   9 +++
pkg/debian/setup.sh          |  15 +++++
pkg/linux/README             |   3 +
pkg/linux/build-functions.sh | 147 +++++++++++++++++++++++++++++++++++++++++++
pkg/linux/config_distro.py   |   5 ++
pkg/linux/pgadmin4.desktop   |  10 +++
pkg/linux/setup-web.sh       | 109 ++++++++++++++++++++++++++++++++
11 files changed, 462 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4764][Accessibility] Allow screen-reader to readrelationship attributes in nested elements
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Ensure file/directory ownership is correct.