Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fqymh-0007W0-Us for buildfarm-members@arkaria.postgresql.org; Sat, 18 Aug 2018 10:48:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fqymc-0007Ft-3j for buildfarm-members@arkaria.postgresql.org; Sat, 18 Aug 2018 10:48:38 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fqymb-0007Fm-Pd for buildfarm-members@lists.postgresql.org; Sat, 18 Aug 2018 10:48:37 +0000 Received: from yoda.llamalab.com ([194.14.207.58] helo=yoda.mksoft.nu) by makus.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fqymZ-0001Kc-BX for buildfarm-members@postgresql.org; Sat, 18 Aug 2018 10:48:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mksoft.nu; s=20151129; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=a2L46AWDBHHaaLsPNnQN5xa3FapWWHB9qfyflhyK/rY=; b=zHN5KLfk6sdt7gkQ3FtrC5wc0KKT2hEg7FaxhbaA51lIftXpIJ+dyicHBGJKB2BDlCzQaR3sE1kEC0RZFnRfyEuYi+xVUoh7qY83M7rzhJNuPcU6b61OijTmIdJ57xypQdCAVRkbheYe7QHmUUv7CiNZchQmxESYsS/kXq0nJLxzAQatf/O6l9Br/kZjlI4I+H0IOENQcsUu/xo5zkDrQLm0q46priwCOasjIHmdKDhOHFyzJ3CRSQNVxm4lWqFKtKzwVXIfAIMpwU4wUGTV3z3cIWEuS6fEzCg1J5Zj1NWD4VEnXn0lpV+B0NlMx4jCZF+aDS7OqNXNoDsji1DniQ==; Received: from c83-251-89-246.bredband.comhem.se ([83.251.89.246] helo=[10.100.0.2]) by yoda.mksoft.nu with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1fqymH-00051M-Km; Sat, 18 Aug 2018 12:48:31 +0200 Subject: Re: many animals are running old clients To: Andrew Dunstan , buildfarm-members@postgresql.org References: <144264ec-fd45-80eb-7642-109f920286b9@2ndQuadrant.com> From: =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= Message-ID: Date: Sat, 18 Aug 2018 12:48:12 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <144264ec-fd45-80eb-7642-109f920286b9@2ndQuadrant.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 2018-08-17 23:27, Andrew Dunstan wrote: > The majority of buildfarm animals are not on the latest client code > release. Version 8 was released more than 3 months ago. There are 26 > animals on release 7 and 43 on even older releases, in one case on a > release going back 4 years. See below for the lists of delinquents. I've updated all my animals below to version 8. >  conchuela    | mikael.kjellstrom@gmail.com | 007000 >  grison       | mikael.kjellstrom@gmail.com | 007000 >  loach        | mikael.kjellstrom@gmail.com | 007000 >  sidewinder   | mikael.kjellstrom@gmail.com | 007000 >  curculio      | mikael.kjellstrom@gmail.com | 004018 It might be worth to send out a email directly to the animal owners that a new version is out. It's easy to miss if you don't follow the mailing lists. Just a suggestion. And regarding: "I do my best to keep things backwards compatible, so that usually an upgrade is simply a matter of unpacking the release and you're done. I don't think asking people to do that once every few months is terribly onerous. It's a five minute job." Every time I upgrade I need to go through all the .pl-files and change the path to where perl is located as different os/distros has perl at different paths and also it's not even consistent within the shipped files. For example: % head -n 1 *.pl ==> run_branches.pl <== #!/usr/bin/perl ==> run_build.pl <== #!/usr/bin/perl ==> run_web_txn.pl <== #!/c/perl/bin/perl ==> setnotes.pl <== #!/usr/bin/perl ==> update_personality.pl <== #!/usr/bin/perl I also go through the config-file line by line to see if anything is changed or added. It's not a big deal though. Keep up the good work! /Mikael