From: | Craig Ringer <craig(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-pkg-yum <pgsql-pkg-yum(at)postgresql(dot)org> |
Subject: | Bad DIST settings |
Date: | 2019-12-17 05:51:57 |
Message-ID: | CAMsr+YE8W1Lw=J-M8fUAGyz0E60OA0oLboBVebm_By2aHFmY5A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-pkg-yum |
Hi
During some other work I noticed there are many rpms that are built with
incorrect DIST settings. See output of command
git grep DIST | cut -d / -f 5- | sed 's^/Makefile:^ ^' | sort | uniq -c
|sort -rn
and you'll note all sorts of anomalies.
Rather than fix them individually I'm preparing a Makefile change that will
keep a mapping of directory name to DIST and auto-compute the DIST from the
EL-6 suffix or whatever.
--
Craig Ringer http://www.2ndQuadrant.com/
2ndQuadrant - PostgreSQL Solutions for the Enterprise
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Harris | 2019-12-18 00:29:04 | RE: PostGIS, CentOS 6 / RHEL 6, and Pg 12 |
Previous Message | Craig Ringer | 2019-12-17 02:50:43 | PostGIS, CentOS 6 / RHEL 6, and Pg 12 |