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 1tqTqt-005bRo-M2 for buildfarm-members@arkaria.postgresql.org; Fri, 07 Mar 2025 09:18:43 +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 1tqTqs-00DPQe-At for buildfarm-members@arkaria.postgresql.org; Fri, 07 Mar 2025 09:18:42 +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 1tqTqs-00DPQW-4l for buildfarm-members@lists.postgresql.org; Fri, 07 Mar 2025 09:18:42 +0000 Received: from imp.madness.at ([2a02:16a8:dc41::218]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tqTqp-001T14-2E for buildfarm-members@lists.postgresql.org; Fri, 07 Mar 2025 09:18:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kaltenbrunner.cc; s=20190215; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender :Reply-To:Content-ID:Content-Description; bh=pCC9bdv7cG2QfhPhuL73hlOZ5wsaOEDdKipfwNc9Ioo=; b=GFXTAyaIzho+MhMU0bzvKnNf/e iXHm4oED+eu124wx6LCvdc0rz9uutNj867wlvODaL/o3n7biQ1DmjMNjxL+wcYaDgBQSp27MkDQy9 /ylZag/+tzuY2XD2X9o4jQZzRWQIBaD/KlD6c6RakQ9PP1BmgLGFXd9uRrdUgVostYapaaO4h4bXj 98qO8Hv0G2YFHQBoQAJgAkcJea0DIWa3MBrBlPNhtkYxGmroYZCfNcztq/CSF5fPkC3r8dhzN5F54 2gnIMDRLNjqZC77/7tGSYCukgkYFwUPufypETJxzTgJnIyERKoX2CmgIhvyx4HweY7veOkhrmaoUs L8nMMMww==; Received: from confw.conova.com ([217.196.145.217] helo=[172.17.0.30]) by imp.madness.at with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.96) (envelope-from ) id 1tqTqg-007d4x-34; Fri, 07 Mar 2025 10:18:32 +0100 Message-ID: Date: Fri, 7 Mar 2025 10:18:27 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: please update description of grison To: =?UTF-8?Q?=C3=81lvaro_Herrera?= , =?UTF-8?Q?Mikael_Kjellstr=C3=B6m?= Cc: Peter Eisentraut , mikael.kjellstrom@gmail.com, buildfarm-members@lists.postgresql.org References: <202503070902.3f3djxxbiece@alvherre.pgsql> Content-Language: de-AT From: Stefan Kaltenbrunner In-Reply-To: <202503070902.3f3djxxbiece@alvherre.pgsql> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 07.03.25 10:02, Álvaro Herrera wrote: > Hello > > On 2025-Mar-07, Mikael Kjellström wrote: > >> For example look at: >> >> morepork = OpenBSD OpenBSD 6.9 clang clang 10.0.1 x64 >> >> It should say: >> >> morepork = OpenBSD 6.9 clang 10.0.1 x64 >> >> i used update_personality.pl to change that once (several years ago) and >> that is how it displays after sending in: >> >> $ update_personality.pl --os-version="OpenBSD 6.9" --compiler-version="clang >> 10.0.1 x64" > > You have to give only the version *number*, not the operating > system/compiler names. > > The fact that the compiler itself cannot be changed (say from gcc to > clang, which you appear to be trying to do for sidewinder) appears to be > on purpose. I suppose you should submit a new request and abandon the > old animal name, if you wanted to make such a conversion. (I don't > necessarily agree with this view of things, but it's how it is at > present.) yeah, I think this whole area could do with some rethinking - it is _very_ common for people upgrading operating systems or even running operating systems that are doing a continous upgrade thing. Requiring those to re-register for no real purpose seems to be the wrong way - ideally I would expect the buildfarm itself to update the OS and compiler version - what we have now is basically always outdated and wrong. Stefan