Re: [pgsql-pkg-yum] Amazon Linux PGDG Repo?

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Daniel Farina <daniel(at)citusdata(dot)com>, Jason Petersen <jason(at)citusdata(dot)com>, pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: [pgsql-pkg-yum] Amazon Linux PGDG Repo?
Date: 2018-03-21 23:40:33
Message-ID: 1521675633.3121.81.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum


Hi Daniel,

On Tue, 2017-10-10 at 23:30 +0000, Daniel Farina wrote:
> I forked them. Do you an idea what macros can be used to make amazon-linux
> specific paths?

I found this on Google:

%global is_amz %(grep -qi 'Amazon Linux' /etc/system-release && echo 1 || echo 0)

But not sure how you'll detect different Amazon Linux versions, I don't have
access to them. Maybe you can improve the grep part.

Regards,
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2018-03-21 23:42:27 Re: [pgsql-pkg-yum] Amazon Linux PGDG Repo?
Previous Message Payal Singh 2018-03-21 15:10:40 Re: [pgsql-pkg-yum] Amazon Linux PGDG Repo?