Re: Cleanup runtime qmake code

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Cleanup runtime qmake code
Date: 2020-05-04 09:22:19
Message-ID: CA+OCxozb25DpbCj4PLJnhEBQyhYhUV4ixwLANkEoduyCoY5Stw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Mon, May 4, 2020 at 10:03 AM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Dave
>
> Patch looks good to me except one small change in the README file that is
> PGADMIN_PYTHON_PATH is mentioned but it should be PGADMIN_PYTHON_DIR
>

I kept mixing those up :-(

I've committed the patch, and made a couple of changes to Jenkins jobs
where I thought necessary. Hopefully nothing breaks too much!

Thanks!

>
> On Fri, May 1, 2020 at 8:29 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:
>
>> The attached patch tidies up the qmake code for configuring the runtime
>> build so that it's consistent on all platforms, and simply requires that
>> the PGADMIN_PYTHON_DIR environment variable points to the Python
>> installation to be used.
>>
>> Please review, but don't commit, as this change will probably break some
>> of the Jenkins jobs. I'll commit and fix them when the patch has passed
>> review.
>>
>> (Sidenote: this is part of a larger tidy up/standardisation of the build
>> scripts).
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-05-04 09:32:15 Re: Patch to remove Python 2.7 support in the macOS Appbundle
Previous 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