From nobody Tue May 7 21:31:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass(p=none dis=none) header.from=xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1601298789; cv=none; d=zohomail.com; s=zohoarc; b=NXEmbcVIipj9y/FofidvcVtjxX12wdB+gkpIk0zjYdMkfqsNRywCv0lCTSG//r6qlkknj2HfG86u9Y8Qh2UrjIPDR6WfTJCPXWpjh0kUigBW8l9l6RAsB7GnmTY2X+ce96wLpL4+NJ0uQEt0CN+GcaCT4vgKNmdgCQ2O8bhHtyU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601298789; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=NnXTIUHWwHOPzc9yJfGT2XbxrKjOlcC8UnzMGr9mfFs=; b=m3QIpTbP86oHhdmWVSgCJfDcQuyYWmK7gQZDEjXBAzJO4itM1Dimdi7p0AUbHccOqg+jiDKPE850r2AQZVHfXg9EgRNPoQgu5T5fAjPQh3uLhO+Q15+DfzZet4vxUpAE2NiUvPlT1NJuJV6DHRXn8ELUfAmgAWNUtNZ2Joo7Uyg= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1601298789547246.68913402273927; Mon, 28 Sep 2020 06:13:09 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kMsxX-0004Do-Tq; Mon, 28 Sep 2020 13:12:51 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kMsxW-0004DB-Qg for xen-devel@lists.xenproject.org; Mon, 28 Sep 2020 13:12:50 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 33c67fd4-73db-49e3-9666-bab5991a82f1; Mon, 28 Sep 2020 13:12:45 +0000 (UTC) Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with esmtp (return-path ijackson@chiark.greenend.org.uk) id 1kMsxQ-0007vv-JG; Mon, 28 Sep 2020 14:12:44 +0100 X-Inumbo-ID: 33c67fd4-73db-49e3-9666-bab5991a82f1 From: Ian Jackson To: xen-devel@lists.xenproject.org Cc: Ian Jackson Subject: [OSSTEST PATCH 1/5] daemonlib: Provide a "noop" command Date: Mon, 28 Sep 2020 14:12:37 +0100 Message-Id: <20200928131241.30278-2-iwj@xenproject.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200928131241.30278-1-iwj@xenproject.org> References: <20200928131241.30278-1-iwj@xenproject.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Type: text/plain; charset="utf-8" From: Ian Jackson We are going to want clients to speak before waiting for the server banner. A noop command is useful for that. Putting this here makes it apply to both ownerdaemon and queuedaemon. Signed-off-by: Ian Jackson --- tcl/daemonlib.tcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tcl/daemonlib.tcl b/tcl/daemonlib.tcl index 1e86d5f4..747deab1 100644 --- a/tcl/daemonlib.tcl +++ b/tcl/daemonlib.tcl @@ -124,6 +124,10 @@ proc puts-chan {chan m} { puts $chan $m } =20 +proc cmd/noop {chan desc} { + puts-chan $chan "OK noop" +} + #---------- data ---------- =20 proc puts-chan-data {chan m data} { --=20 2.20.1 From nobody Tue May 7 21:31:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass(p=none dis=none) header.from=xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1601298797; cv=none; d=zohomail.com; s=zohoarc; b=D7R7TARbPViRvf39fbsRbD+kI3mJRXZaxUQiifQ/spr1dmvYjQZZPcZGO8SJO57TyqGEv5Efj9PyU0Df/h/Go0AGXXpIIfdw0S9/LyC6nwhmohjKP6JUpzC2QcwBdYVnsru0q/EWIvZWiNAcUxfopAVg6+XmYJnmNzIHsZVWx00= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601298797; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=iydh1+OFIun0KIyNqW8BJ9kocr2EzXASZ4uiaNG2h0E=; b=iqh2TKK4Xwns7XZFcdKm8iS+hJypHOqcR+SG4u3LM0C6Efa4FIZ110QpiSVy6OzvXiF8W5AAavILC2n1v4DWISA97iYs5B1T5ERkfcHmW9ROnU8YWcMLqUGsJFYqSNPelnc0cxBgEZf/nANw8ViMwpetruJ3jmSlnu+WvFM0pvY= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1601298797653344.4587717472034; Mon, 28 Sep 2020 06:13:17 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kMsxd-0004Eh-5y; Mon, 28 Sep 2020 13:12:57 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kMsxb-0004DB-Qt for xen-devel@lists.xenproject.org; Mon, 28 Sep 2020 13:12:55 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 71dbab40-fd75-45a1-9145-7c6ffc6a0c87; Mon, 28 Sep 2020 13:12:46 +0000 (UTC) Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with esmtp (return-path ijackson@chiark.greenend.org.uk) id 1kMsxQ-0007vv-QS; Mon, 28 Sep 2020 14:12:44 +0100 X-Inumbo-ID: 71dbab40-fd75-45a1-9145-7c6ffc6a0c87 From: Ian Jackson To: xen-devel@lists.xenproject.org Cc: Ian Jackson Subject: [OSSTEST PATCH 2/5] TCP fix: Do not wait for queuedaemon to speak Date: Mon, 28 Sep 2020 14:12:38 +0100 Message-Id: <20200928131241.30278-3-iwj@xenproject.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200928131241.30278-1-iwj@xenproject.org> References: <20200928131241.30278-1-iwj@xenproject.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Type: text/plain; charset="utf-8" From: Ian Jackson This depends on the preceding daemonlib patch and an ms-queuedaemon restart. Signed-off-by: Ian Jackson --- Osstest/Executive.pm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Osstest/Executive.pm b/Osstest/Executive.pm index 61a99bc3..80e70070 100644 --- a/Osstest/Executive.pm +++ b/Osstest/Executive.pm @@ -643,7 +643,16 @@ sub tcpconnect_queuedaemon () { my $qserv=3D tcpconnect($c{QueueDaemonHost}, $c{QueueDaemonPort}); $qserv->autoflush(1); =20 + # TCP connections can get into a weird state where the client + # thinks the connection is open but the server has no record + # of it. To avoid this, have the client speak without waiting + # for the server. + # + # See A TCP "stuck" connection mystery" + # https://www.evanjones.ca/tcp-stuck-connection-mystery.html + print $qserv "noop\n"; $_=3D <$qserv>; defined && m/^OK ms-queuedaemon\s/ or die "$_?"; + $_=3D <$qserv>; defined && m/^OK noop\s/ or die "$_?"; =20 return $qserv; } --=20 2.20.1 From nobody Tue May 7 21:31:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass(p=none dis=none) header.from=xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1601298800; cv=none; d=zohomail.com; s=zohoarc; b=kPxF04hmpryVdXom0kmIoIC7PpZciEGpe4QScaKV0AVXDBAKVQgSUJ9e3LkpA+DyiZcy5JWSRPbvVvExxSX8IAzYaCIABU0yuphmx9QmKFuO2PSNg+HkqglouGkrRElvlgkbfrejU+y//Pi6fTI0JFHz06DQ+cMtKTnL4WmPr5c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601298800; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=xe4ebCJyhn+0DIM3FfN0ITKYDUTztTXY516EYT1aWFg=; b=nr0OXxLPduWwbEtiSm1H8t5QTzlslweAuvBdzKADf/gWYZVgClh7HBh6P8+enQ6P0DMotO2XL3tlN2Ylj4phSrL+lbQvvn/YPx6Eg2hqzj5i9Qq7vPP/+W3aojTFipQxXfL3kDupObjBGwkLVNhanbzlgJPcoyoNs4ufRPvq1tA= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1601298800822961.642164897112; Mon, 28 Sep 2020 06:13:20 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kMsxi-0004Gi-E8; Mon, 28 Sep 2020 13:13:02 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kMsxg-0004DB-R5 for xen-devel@lists.xenproject.org; Mon, 28 Sep 2020 13:13:00 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 625c183d-a0c0-400b-aced-525f919c6902; Mon, 28 Sep 2020 13:12:46 +0000 (UTC) Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with esmtp (return-path ijackson@chiark.greenend.org.uk) id 1kMsxR-0007vv-PR; Mon, 28 Sep 2020 14:12:46 +0100 X-Inumbo-ID: 625c183d-a0c0-400b-aced-525f919c6902 From: Ian Jackson To: xen-devel@lists.xenproject.org Cc: Ian Jackson Subject: [OSSTEST PATCH 3/5] TCP fix: Do not wait for ownerdaemon to speak Date: Mon, 28 Sep 2020 14:12:39 +0100 Message-Id: <20200928131241.30278-4-iwj@xenproject.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200928131241.30278-1-iwj@xenproject.org> References: <20200928131241.30278-1-iwj@xenproject.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Type: text/plain; charset="utf-8" From: Ian Jackson Signed-off-by: Ian Jackson --- tcl/JobDB-Executive.tcl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tcl/JobDB-Executive.tcl b/tcl/JobDB-Executive.tcl index 29c82821..4fe85696 100644 --- a/tcl/JobDB-Executive.tcl +++ b/tcl/JobDB-Executive.tcl @@ -414,7 +414,20 @@ proc become-task {comment} { =20 set ownerqueue [socket $c(OwnerDaemonHost) $c(OwnerDaemonPort)] fconfigure $ownerqueue -buffering line -translation lf + + # TCP connections can get into a weird state where the client + # thinks the connection is open but the server has no record + # of it. To avoid this, have the client speak without waiting + # for the server. We tolerate "unknown command" errors so + # that it is not necessary to restart the ownerdaemon since + # that is very disruptive. + # + # See A TCP "stuck" connection mystery" + # https://www.evanjones.ca/tcp-stuck-connection-mystery.html + puts $ownerqueue noop must-gets $ownerqueue {^OK ms-ownerdaemon\M} + must-gets $ownerqueue {^OK noop|^ERROR unknown command} + puts $ownerqueue create-task must-gets $ownerqueue {^OK created-task (\d+) (\w+ [\[\]:.0-9a-f]+)$} \ taskid refinfo --=20 2.20.1 From nobody Tue May 7 21:31:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass(p=none dis=none) header.from=xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1601298803; cv=none; d=zohomail.com; s=zohoarc; b=ewP9vgRpB7usuGBr8pI3X5bkDG8akF50a+I56QaCqFaJb1r1DlxQbqnR/zQsjz/pUp43R41+K5sN0Wk3yPlTh0AEEUJBxUH6hzHo7Zb/OJD1gUgcJZfR6lJXB8DFPSrc97RWKYAvu0neYmTpdhV+vRZW39pDCrUqPrGy7u1OgX0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601298803; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=A28/4ldAK8nZtP5YsukmkB9qMtAfTpyWJiDxn2yzZj8=; b=de24g34UOg3W3pQ3dKkCn4DNbbKJUsrq70w81nsitxTzp3+aODu6Juk4W2H0Zt6fb3ytVyq6ZIu3m+Ve+PdrBntudMawCar8hqpj20ns/7ezcODHQwXg6thsHLk6ymzCCtdQCgq2Ny81Q94Y042+RHDNLZcqNmIWjmMbd9oeCy8= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1601298803244983.0130781911732; Mon, 28 Sep 2020 06:13:23 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kMsxn-0004Ij-NM; Mon, 28 Sep 2020 13:13:07 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kMsxl-0004DB-RR for xen-devel@lists.xenproject.org; Mon, 28 Sep 2020 13:13:05 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 57a42dc6-7aaf-4056-a2c0-c92c55ed05c7; Mon, 28 Sep 2020 13:12:47 +0000 (UTC) Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with esmtp (return-path ijackson@chiark.greenend.org.uk) id 1kMsxS-0007vv-Ax; Mon, 28 Sep 2020 14:12:46 +0100 X-Inumbo-ID: 57a42dc6-7aaf-4056-a2c0-c92c55ed05c7 From: Ian Jackson To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Jan Beulich Subject: [OSSTEST PATCH 4/5] TftiDiVersion: Update to latest installer for stretch Date: Mon, 28 Sep 2020 14:12:40 +0100 Message-Id: <20200928131241.30278-5-iwj@xenproject.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200928131241.30278-1-iwj@xenproject.org> References: <20200928131241.30278-1-iwj@xenproject.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Type: text/plain; charset="utf-8" The stretch (Debian oldstable) kernel has been updated, causing our Xen 4.10 tests (which are still using stretch) to break. This update seems to fix it. Reported-by: Jan Beulich Signed-off-by: Ian Jackson --- production-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production-config b/production-config index 6055bd18..0c135bcb 100644 --- a/production-config +++ b/production-config @@ -90,7 +90,7 @@ TftpNetbootGroup osstest # Update with ./mg-debian-installer-update(-all) TftpDiVersion_wheezy 2016-06-08 TftpDiVersion_jessie 2018-06-26 -TftpDiVersion_stretch 2020-02-10 +TftpDiVersion_stretch 2020-09-24 TftpDiVersion_buster 2020-05-19 =20 DebianSnapshotBackports_jessie http://snapshot.debian.org/archive/debian/2= 0190206T211314Z/ --=20 2.20.1 From nobody Tue May 7 21:31:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass(p=none dis=none) header.from=xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1601298806; cv=none; d=zohomail.com; s=zohoarc; b=RekILTq61P0/kOnr8ltBv+jx+BMQkYj5x+g6hj6KUppsw/kcIAmLBzDSfnhSw+hfsbqUjEaxLqsMutdyuHYdHgfs+Imo11gY0GLtDZZ9oyEcjICmaJo9euJRnxdl7d8GkyFlAgdA+cTu4AJLA1eEJQnI4Udp0C1vhbHw4kdwIkY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601298806; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=8q4XDzWoL8xQtXLqReUalZ11pfr+PFYxpBRQedQBPoY=; b=Dm7RMINkXSRVi3u5LV3WLn6m9G8gOJR0IUjGadvscu9mesENKSEAFdHoCpyTggKIPBT+rD9HddPPTXuCxhefGy97dIvRSxjt8AyfRu9S3DQ2x62K38WtHuoHa6IhpsXTELjZrENbzFpBiZAX8m9sGlYziqZxfm5Z4CUEhjOwmz4= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1601298806192820.977113714707; Mon, 28 Sep 2020 06:13:26 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kMsxs-0004KS-0M; Mon, 28 Sep 2020 13:13:12 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kMsxq-0004DB-RY for xen-devel@lists.xenproject.org; Mon, 28 Sep 2020 13:13:10 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 5e450bfe-2943-43d5-ad51-83a23db6441a; Mon, 28 Sep 2020 13:12:47 +0000 (UTC) Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with esmtp (return-path ijackson@chiark.greenend.org.uk) id 1kMsxS-0007vv-Im; Mon, 28 Sep 2020 14:12:46 +0100 X-Inumbo-ID: 5e450bfe-2943-43d5-ad51-83a23db6441a From: Ian Jackson To: xen-devel@lists.xenproject.org Cc: Ian Jackson Subject: [OSSTEST PATCH 5/5] Update TftpDiVersion_buster Date: Mon, 28 Sep 2020 14:12:41 +0100 Message-Id: <20200928131241.30278-6-iwj@xenproject.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200928131241.30278-1-iwj@xenproject.org> References: <20200928131241.30278-1-iwj@xenproject.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Type: text/plain; charset="utf-8" From: Ian Jackson Signed-off-by: Ian Jackson --- production-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production-config b/production-config index 0c135bcb..6f85a4df 100644 --- a/production-config +++ b/production-config @@ -91,7 +91,7 @@ TftpNetbootGroup osstest TftpDiVersion_wheezy 2016-06-08 TftpDiVersion_jessie 2018-06-26 TftpDiVersion_stretch 2020-09-24 -TftpDiVersion_buster 2020-05-19 +TftpDiVersion_buster 2020-09-28 =20 DebianSnapshotBackports_jessie http://snapshot.debian.org/archive/debian/2= 0190206T211314Z/ =20 --=20 2.20.1