public inbox for [email protected]  
help / color / mirror / Atom feed
RHEL6 repository Issue
7+ messages / 2 participants
[nested] [flat]

* RHEL6 repository Issue
@ 2016-11-07 10:19  Ruben De Graaf <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Ruben De Graaf @ 2016-11-07 10:19 UTC (permalink / raw)
  To: pgsql-pkg-yum

Hello,

I'm looking at the RHEL6 repository (after having an error doing a yum update) and I see some packages that shouldn't be there in my opinion.

Just check here : https://yum.postgresql.org/9.5/redhat/rhel-6Server-x86_64/ you can find some rhel7 packages (ctrl + f on rhel7).

And those packages really don't fit on RHEL6 installation...

Could someone fix this ?

Regards,

Ruben de Graaf



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: RHEL6 repository Issue
@ 2016-11-07 13:51  Devrim Gündüz <[email protected]>
  parent: Ruben De Graaf <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Devrim Gündüz @ 2016-11-07 13:51 UTC (permalink / raw)
  To: Ruben De Graaf <[email protected]>; pgsql-pkg-yum


Hi Ruben,

On Mon, 2016-11-07 at 10:19 +0000, Ruben De Graaf wrote:

> I'm looking at the RHEL6 repository (after having an error doing a yum
> update) and I see some packages that shouldn't be there in my opinion.
> 
> Just check here : https://yum.postgresql.org/9.5/redhat/rhel-6Server-x86_64/ 
> you can find some rhel7 packages (ctrl + f on rhel7).
> 
> And those packages really don't fit on RHEL6 installation...
> 
> Could someone fix this ?

Thanks for the report. They are actually RHEL 6 packages -- that was just a
typo in Makefile for pg_stat_kcache package only. I rebuilt new packages, and
pushing them to repo soon.

Thanks!

Regards,
-- 
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachments:

  [application/pgp-signature] signature.asc (819B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: RHEL6 repository Issue
@ 2016-11-15 08:56  Ruben De Graaf <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Ruben De Graaf @ 2016-11-15 08:56 UTC (permalink / raw)
  To: pgsql-pkg-yum

Hello,

Any news on this please ? The repository is broken this is a big issue !

Regards,

Ruben de Graaf

De : Ruben De Graaf
Envoyé : lundi 7 novembre 2016 11:20
À : '[email protected]' <[email protected]>
Objet : RHEL6 repository Issue

Hello,

I'm looking at the RHEL6 repository (after having an error doing a yum update) and I see some packages that shouldn't be there in my opinion.

Just check here : https://yum.postgresql.org/9.5/redhat/rhel-6Server-x86_64/ you can find some rhel7 packages (ctrl + f on rhel7).

And those packages really don't fit on RHEL6 installation...

Could someone fix this ?

Regards,

Ruben de Graaf



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: RHEL6 repository Issue
@ 2016-11-15 09:22  Ruben De Graaf <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Ruben De Graaf @ 2016-11-15 09:22 UTC (permalink / raw)
  To: pgsql-pkg-yum

I just noticed someone started cleaning things up and so far only pg_stat_kcache95-2.0.3-1.rhel7.x86_64.rpm and pg_stat_kcache95-debuginfo-2.0.3-1.rhel7.x86_64.rpm remain which is still a problem but not that big.

Thanks to the mysterious cleaner.

Regards,

Ruben de Graaf

De : Ruben De Graaf
Envoyé : mardi 15 novembre 2016 09:57
À : '[email protected]' <[email protected]>
Objet : RE: RHEL6 repository Issue

Hello,

Any news on this please ? The repository is broken this is a big issue !

Regards,

Ruben de Graaf

De : Ruben De Graaf
Envoyé : lundi 7 novembre 2016 11:20
À : '[email protected]' <[email protected]<mailto:[email protected]>>
Objet : RHEL6 repository Issue

Hello,

I'm looking at the RHEL6 repository (after having an error doing a yum update) and I see some packages that shouldn't be there in my opinion.

Just check here : https://yum.postgresql.org/9.5/redhat/rhel-6Server-x86_64/ you can find some rhel7 packages (ctrl + f on rhel7).

And those packages really don't fit on RHEL6 installation...

Could someone fix this ?

Regards,

Ruben de Graaf



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: RHEL6 repository Issue
@ 2016-11-15 09:45  Devrim Gündüz <[email protected]>
  parent: Ruben De Graaf <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Devrim Gündüz @ 2016-11-15 09:45 UTC (permalink / raw)
  To: Ruben De Graaf <[email protected]>; pgsql-pkg-yum


Hi,

On Tue, 2016-11-15 at 09:22 +0000, Ruben De Graaf wrote:
> I just noticed someone started cleaning things up and so far only
> pg_stat_kcache95-2.0.3-1.rhel7.x86_64.rpm and pg_stat_kcache95-debuginfo-
> 2.0.3-1.rhel7.x86_64.rpm remain which is still a problem but not that big.
> 
> Thanks to the mysterious cleaner.

:) Have you seen my response on 7th of November? Those two were the only
packages with .rhel7 suffix, but they were actually RHEL 6 packages -- it was
just a makefile issue that I fixed before:

commit 680de03f6ec14a5432b673cc8464f24728289b7a
Author: Devrim Gündüz <[email protected]>
Date:   Mon Nov 7 16:42:12 2016 +0300

    pg_stat_kcache: Fix distro name in Makefile. Per report from Ruben De Graaf


So, it was not actually a breakage. 

Anyway, I just removed those 2 packages from the repo, and changed them with
RHEL 6 ones. They will appear in next hour.

Regards,
-- 
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachments:

  [application/pgp-signature] signature.asc (819B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: RHEL6 repository Issue
@ 2016-11-15 09:46  Devrim Gündüz <[email protected]>
  parent: Ruben De Graaf <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Devrim Gündüz @ 2016-11-15 09:46 UTC (permalink / raw)
  To: Ruben De Graaf <[email protected]>; pgsql-pkg-yum


Hi,

On Tue, 2016-11-15 at 08:56 +0000, Ruben De Graaf wrote:
> Any news on this please ? The repository is broken this is a big issue !

The repo is/was *not* broken -- see 680de03f6ec14a5432b673cc8464f24728289b7a
for details. Just replied to your other email as well.

Regards,
-- 
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachments:

  [application/pgp-signature] signature.asc (819B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: RHEL6 repository Issue
@ 2016-11-15 10:00  Ruben De Graaf <[email protected]>
  parent: Devrim Gündüz <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Ruben De Graaf @ 2016-11-15 10:00 UTC (permalink / raw)
  To: Devrim Gündüz <[email protected]>; pgsql-pkg-yum

Hello, 

Thanks, and no I didn't see your email, (I've seen it just yet).

Anyway thanks for your quick help, yum update is working fine now, sorry for the panic reaction ;)

Regards,

Ruben de Graaf

-----Message d'origine-----
De : Devrim Gündüz [mailto:[email protected]] 
Envoyé : mardi 15 novembre 2016 10:45
À : Ruben De Graaf <[email protected]>; [email protected]
Objet : Re: [pgsql-pkg-yum] RHEL6 repository Issue


Hi,

On Tue, 2016-11-15 at 09:22 +0000, Ruben De Graaf wrote:
> I just noticed someone started cleaning things up and so far only 
> pg_stat_kcache95-2.0.3-1.rhel7.x86_64.rpm and 
> pg_stat_kcache95-debuginfo- 2.0.3-1.rhel7.x86_64.rpm remain which is still a problem but not that big.
> 
> Thanks to the mysterious cleaner.

:) Have you seen my response on 7th of November? Those two were the only packages with .rhel7 suffix, but they were actually RHEL 6 packages -- it was just a makefile issue that I fixed before:

commit 680de03f6ec14a5432b673cc8464f24728289b7a
Author: Devrim Gündüz <[email protected]>
Date:   Mon Nov 7 16:42:12 2016 +0300

    pg_stat_kcache: Fix distro name in Makefile. Per report from Ruben De Graaf


So, it was not actually a breakage. 

Anyway, I just removed those 2 packages from the repo, and changed them with RHEL 6 ones. They will appear in next hour.

Regards,
--
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

-- 
Sent via pgsql-pkg-yum mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-pkg-yum


^ permalink  raw  reply  [nested|flat] 7+ messages in thread


end of thread, other threads:[~2016-11-15 10:00 UTC | newest]

Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-11-07 10:19 RHEL6 repository Issue Ruben De Graaf <[email protected]>
2016-11-07 13:51 ` Devrim Gündüz <[email protected]>
2016-11-15 08:56 Re: RHEL6 repository Issue Ruben De Graaf <[email protected]>
2016-11-15 09:46 ` Devrim Gündüz <[email protected]>
2016-11-15 09:22 Re: RHEL6 repository Issue Ruben De Graaf <[email protected]>
2016-11-15 09:45 ` Devrim Gündüz <[email protected]>
2016-11-15 10:00   ` Ruben De Graaf <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox