| From: | "Christofer C(dot) Bell" <christofer(dot)c(dot)bell(at)gmail(dot)com> |
|---|---|
| To: | Sari Thiele <sari(dot)thiele(at)usit(dot)uio(dot)no> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Missing folder rhel-6Workstation-x86_64 for 9.6 repo (redhat) |
| Date: | 2017-06-16 07:45:58 |
| Message-ID: | CAOEVnYsif+_Kq59JvCoZQhNYV0wqR8PPhkp1FFPGdYv6MSVtQw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Fri, Jun 16, 2017 at 1:03 AM, Sari Thiele <sari(dot)thiele(at)usit(dot)uio(dot)no>
wrote:
> Hi,
>
> it would be really great, if someone can look at this.
>
> Just to be clear, I am talking about the folder here:
>
> https://download.postgresql.org/pub/repos/yum/9.6/redhat/
>
> There is one for RHEL7 Workstation, but not for RHEL6.
Sari,
I don't know if this will give you peace of mind or not, but the files
across the RHEL 7 directories are all the same. I can't imagine you're
going to get something different out of a RHEL 6 Workstation directory that
you can't get out of the RHEL 6 Server directory or RHEL 6.9 directory.
[cbell(at)artemis ~/Downloads]$ for file in
postgresql96-server-9.6.3-1PGDG.rhel7.x86_64.rpm.* ; do openssl dgst -md5
$file ; done
MD5(postgresql96-server-9.6.3-1PGDG.rhel7.x86_64.rpm.client)=
624640ec4659e92cf50b5df73c5949da
MD5(postgresql96-server-9.6.3-1PGDG.rhel7.x86_64.rpm.rhel7.6)=
624640ec4659e92cf50b5df73c5949da
MD5(postgresql96-server-9.6.3-1PGDG.rhel7.x86_64.rpm.server)=
624640ec4659e92cf50b5df73c5949da
MD5(postgresql96-server-9.6.3-1PGDG.rhel7.x86_64.rpm.workstation)=
624640ec4659e92cf50b5df73c5949da
[cbell(at)artemis ~/Downloads]$
I had to rename the files because they otherwise all have the same name and
kept overwriting each other as I downloaded them. The directory I
downloaded from is indicated by the end of the filename (client, rhel7.6,
server, and workstation).
--
Chris
"If you wish to make an apple pie from scratch, you must first invent the
Universe." -- Carl Sagan
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2017-06-16 12:46:48 | Re: Missing folder rhel-6Workstation-x86_64 for 9.6 repo (redhat) |
| Previous Message | Sari Thiele | 2017-06-16 06:03:19 | Re: Missing folder rhel-6Workstation-x86_64 for 9.6 repo (redhat) |