From: Devrim Gunduz
Date: Tue, 27 Feb 2024 14:36:50 +0000 (+0000)
Subject: Add common repo news item
X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=27bff3b5838dfd88dc2cda2b7b6f757bd0751355;p=pgzypp-website.git
Add common repo news item
---
diff --git a/templates/base.html b/templates/base.html
index 2bfe1e2..5123981 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -101,6 +101,7 @@
- New repository RPM and updated GPG key for SLES 15
- Extras repository for SLES 15
+ - "Common" repository for SLES 15
- EOL announcement for SLES 12.
- PostgreSQL 11+ RPMs for SLES 15 released.
- PostgreSQL RPMs for SLES 12 released.
diff --git a/templates/pages/news/new-repo-rpms-released.html b/templates/pages/news/new-repo-rpms-released.html
new file mode 100644
index 0000000..457435a
--- /dev/null
+++ b/templates/pages/news/new-repo-rpms-released.html
@@ -0,0 +1,71 @@
+{%extends "base.html" %}
+{%block title%}Announcing "common" ZYPP repository{%endblock%}
+{%block maincontent%}
+
+Announcing "common" ZYPP repository
+
+ The community PostgreSQL ZYPP repository does not just include PostgreSQL
+ packages, but also some extensions which depend on a specific PostgreSQL
+ version (e.g. PostGIS.), packages in the PostgreSQL world which can be used
+ against some (or all) PostgreSQL versions, and the supportive packages for
+ those extensions (e.g. Proj, GeOS).
+
+
+ Until yesterday, all of these packages were contained in the same directory
+ for each OS / PostgreSQL combination. This increased both build time and
+ the disk space required.
+
+
+ So, I decided to merge the âcommonâ packages like Patroni, psycopg, etc.
+ into one single repository.
+
+
+ They are now in the "common" repository:
+
+ - pgdg-common : Includes all of the âcommonâ RPMs. Enabled by default.
+ - pgdg-common-testing : testing repo for the common RPMs. Disabled by default, and please do not use it in production.
+ - pgdg-common-srpms: SRPMs for the packages in the common repo.
+ - pgdg-common-srpm-testing: SRPMs for the packages in the common testing repo.
+
+
+What to do now?
+
+
+
+
+ Will you release a separate repo RPM for the common repo?
+ No. That will cause more issues.
+
+ Did you really have to do this change?
+ Yes, as explained above.
+
+ âPackage foobar does not exist in the repos. Did you remove it?â
+
+ I moved them to the common repository. Please update the repo file
+ as described above.
+
+
+ How can I get more support?
+
+ Please send an email to pgsql-pkg-yum@lists.postgresql.org, or
+ submit an issue in the
+
+ community issue tracker
+
+
+
+
+{%endblock%}