From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15C7D158094 for ; Mon, 3 Oct 2022 01:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 462F1E0825; Mon, 3 Oct 2022 01:20:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 2CC65E0825 for ; Mon, 3 Oct 2022 01:20:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 0923E340EE4 for ; Mon, 3 Oct 2022 01:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41260599 for ; Mon, 3 Oct 2022 01:20:48 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1664760032.4827e44a0e0e6df8786bec353c7f01a39af4e089.zorry@gentoo> Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/db/ X-VCS-Repository: proj/tinderbox-cluster X-VCS-Files: buildbot_gentoo_ci/db/workers.py X-VCS-Directories: buildbot_gentoo_ci/db/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 4827e44a0e0e6df8786bec353c7f01a39af4e089 X-VCS-Branch: master Date: Mon, 3 Oct 2022 01:20:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e663d38-c441-4b6a-9882-e937b1144bad X-Archives-Hash: 6c2d4fa57f7fe71eea5554a7f2834c33 commit: 4827e44a0e0e6df8786bec353c7f01a39af4e089 Author: Magnus Granberg gentoo org> AuthorDate: Mon Oct 3 01:20:32 2022 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Mon Oct 3 01:20:32 2022 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=4827e44a Fix bootstrap_tab in workers db Signed-off-by: Magnus Granberg gentoo.org> buildbot_gentoo_ci/db/workers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_gentoo_ci/db/workers.py b/buildbot_gentoo_ci/db/workers.py index afc7815..e82a6b2 100644 --- a/buildbot_gentoo_ci/db/workers.py +++ b/buildbot_gentoo_ci/db/workers.py @@ -151,7 +151,7 @@ class WorkersConnectorComponent(base.DBConnectorComponent): name=row.name, tag=row.tag, dockerfile=row.dockerfile, - bootstrap_image_tag=row.bootstrap_image_tag + bootstrap_tag=row.bootstrap_tag ) def _row2dict_worker_config(self, conn, row): return dict(