pgAdmin 4 commit: Add support for building RHEL/CentOS 8 RPMs.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add support for building RHEL/CentOS 8 RPMs.
Date: 2020-03-18 12:51:43
Message-ID: E1jEYAh-0008Jt-MQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for building RHEL/CentOS 8 RPMs.

Branch
------
master

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

Modified Files
--------------
.gitignore | 1 +
Makefile | 10 ++-
pkg/debian/build.sh | 4 +-
pkg/linux/build-functions.sh | 21 +++--
pkg/redhat/README | 46 +++++++++++
pkg/redhat/build.sh | 189 +++++++++++++++++++++++++++++++++++++++++++
pkg/redhat/pgadmin4.conf | 19 +++++
pkg/redhat/setup.sh | 26 ++++++
8 files changed, 307 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-03-18 13:00:38 pgAdmin 4 commit: Don't ask to continue when installing deps.
Previous Message Akshay Joshi 2020-03-18 10:58:28 [pgAdmin4][RM#5261] Support for Collation, FTS Templates, FTS Dictionaries, FTS Configurations and FTS Parsers