Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tk2ZE-00Gf8N-Cb for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 17 Feb 2025 14:57:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tk2ZD-00GjBj-1v for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 17 Feb 2025 14:57:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tk2ZC-00GjBa-SA for pgsql-pkg-debian@lists.postgresql.org; Mon, 17 Feb 2025 14:57:50 +0000 Received: from mout-p-102.mailbox.org ([2001:67c:2050:0:465::102]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tk2ZA-001Jie-1k for pgsql-pkg-debian@lists.postgresql.org; Mon, 17 Feb 2025 14:57:49 +0000 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4YxQkG0DV5z9sxP for ; Mon, 17 Feb 2025 15:57:42 +0100 (CET) Date: Mon, 17 Feb 2025 15:57:41 +0100 From: Christoph Berg To: PostgreSQL in Debian Subject: apt.postgresql.org news Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4YxQkG0DV5z9sxP List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, a few infrastructure bits have changed for apt.postgresql.org: # New Jenkins host The Jenkins build server for apt.postgresql.org had been hosted by DG-i (https://www.dg-i.net/) since the very start of the project in 2011, and it served us very well. Thanks to DG-i for that! To centralize project resources more, it has now been moved to a machine administrated by the PostgreSQL Sysadmins. The new URL is: https://jengus.postgresql.org/ # New arm64 build host On similar news, the arm64 build host (previously provided by Huawei) has been moved to postgresql.org resources where it is closer to the Jenkins and master repository hosts, hopefully resolving some of the networking issues we have been seeing. # Reconsidering s390x The current s390x build host has poor IO and CPU performance, frequently making otherwise good package builds and tests fail with random timeouts. We are seeing if this can be improved - if not, we will likely drop the s390x architecture from apt.postgresql.org. # "pgapt" git moved to salsa.debian.org The scripts and glue code driving apt.postgresql.org were hosted in a git repository on git.postgresql.org, where it was some kind of weird outlier since pretty much every other Debian packaging git repository is hosted on salsa.debian.org. The git repository has been moved there, making it more accessible for contributors to PostgreSQL on Debian: https://salsa.debian.org/postgresql/apt.postgresql.org/ # Redmine closing down There was a pgapt project in a postgresql.org Redmine instance. It was never widely announced, and only received a few issue reports here and there. As the whole instance is being decommissioned, the remaining issue reports from there have been moved to other bug trackers. Users wishing to report bugs, feature requests and other bits are welcome to use these channels: * the pgsql-pkg-debian mailing list (https://www.postgresql.org/list/pgsql-pkg-debian/) * the Debian bug tracking system (https://bugs.debian.org) * https://salsa.debian.org/postgresql/apt.postgresql.org/-/issues * issues on individual projects on https://salsa.debian.org/postgresql/ # Ubuntu plucky 25.04 support added Plucky has not been released yet by Ubuntu, but packages for it are already being built. Christoph