pgAdmin 4 commit: Cleanup Python detection in the runtime project file.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Cleanup Python detection in the runtime project file.
Date: 2020-05-04 09:20:53
Message-ID: E1jVXHR-0000Eg-Kz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Cleanup Python detection in the runtime project file. Fixes #5444

Branch
------
master

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

Modified Files
--------------
Make.bat | 2 +-
README | 66 ++++++++--------
docs/en_US/release_notes_4_22.rst | 1 +
pkg/linux/build-functions.sh | 4 +-
pkg/mac/build.sh | 6 +-
runtime/pgAdmin4.pro | 153 +++++++++++++++++++++-----------------
6 files changed, 127 insertions(+), 105 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-04 09:21:31 Re: [pgAdmin 4 - Housekeeping #5255] Implement Selenium Grid using multi-threading & solenoid using current test framework
Previous Message Akshay Joshi 2020-05-04 09:02:52 Re: Cleanup runtime qmake code