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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D4D713835C for ; Thu, 28 Jan 2021 02:41:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C1D5E0A81; Thu, 28 Jan 2021 02:41:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34EEFE0A81 for ; Thu, 28 Jan 2021 02:41:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD3293410C7 for ; Thu, 28 Jan 2021 02:41:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CE614AB for ; Thu, 28 Jan 2021 02:41:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1611799606.2d348c2e9d063662a9fd4526d77fd28cacf233ce.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2d348c2e9d063662a9fd4526d77fd28cacf233ce X-VCS-Branch: master Date: Thu, 28 Jan 2021 02:41:42 +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: 48546bc5-44e8-4f21-a7ce-a048cfe6967c X-Archives-Hash: ff013091047246b730ccd9de414eca42 commit: 2d348c2e9d063662a9fd4526d77fd28cacf233ce Author: Matt Turner gentoo org> AuthorDate: Sun Jan 24 01:54:16 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 28 02:06:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2d348c2e catalyst: Use lazy % formatting in logging functions Signed-off-by: Matt Turner gentoo.org> catalyst/base/stagebase.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 25efd4b3..28ff8fd2 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -823,7 +823,7 @@ class StageBase(TargetBase, ClearBase, GenBase): repo_conf_chroot = self.to_chroot(repo_conf) repo_conf_chroot.parent.mkdir(mode=0o755, parents=True, exist_ok=True) - log.info(f'Creating repo config {repo_conf_chroot}.') + log.info('Creating repo config %s.', repo_conf_chroot) try: with open(repo_conf_chroot, 'w') as f: @@ -846,10 +846,10 @@ class StageBase(TargetBase, ClearBase, GenBase): location_chroot = self.to_chroot(location) location_chroot.mkdir(mode=0o755, parents=True, exist_ok=True) - log.info(f'Copying overlay dir {x} to {location_chroot}') + log.info('Copying overlay dir %s to %s', x, location_chroot) cmd(f'cp -a {x}/* {location_chroot}', env=self.env) else: - log.warning(f'Skipping missing overlay {x}.') + log.warning('Skipping missing overlay %s.', x) def root_overlay(self): """ Copy over the root_overlay """ 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F13313835D for ; Fri, 29 Jan 2021 23:50:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09BF7E0AD0; Fri, 29 Jan 2021 23:50:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5C05E0AD0 for ; Fri, 29 Jan 2021 23:50:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D11E340FF2 for ; Fri, 29 Jan 2021 23:50:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAC304B3 for ; Fri, 29 Jan 2021 23:50:49 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1611799606.2d348c2e9d063662a9fd4526d77fd28cacf233ce.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2d348c2e9d063662a9fd4526d77fd28cacf233ce X-VCS-Branch: wip/mattst88 Date: Fri, 29 Jan 2021 23:50:49 +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: a364ff8d-fe81-432a-8790-8f4b3fcd8be7 X-Archives-Hash: 948046e5140696ae5f1c435622eb64d8 Message-ID: <20210129235049.urDBBlJtFYCUPZgVDuIJ-rVegvJZ8ctCSzaS6wnC2wc@z> commit: 2d348c2e9d063662a9fd4526d77fd28cacf233ce Author: Matt Turner gentoo org> AuthorDate: Sun Jan 24 01:54:16 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 28 02:06:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2d348c2e catalyst: Use lazy % formatting in logging functions Signed-off-by: Matt Turner gentoo.org> catalyst/base/stagebase.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 25efd4b3..28ff8fd2 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -823,7 +823,7 @@ class StageBase(TargetBase, ClearBase, GenBase): repo_conf_chroot = self.to_chroot(repo_conf) repo_conf_chroot.parent.mkdir(mode=0o755, parents=True, exist_ok=True) - log.info(f'Creating repo config {repo_conf_chroot}.') + log.info('Creating repo config %s.', repo_conf_chroot) try: with open(repo_conf_chroot, 'w') as f: @@ -846,10 +846,10 @@ class StageBase(TargetBase, ClearBase, GenBase): location_chroot = self.to_chroot(location) location_chroot.mkdir(mode=0o755, parents=True, exist_ok=True) - log.info(f'Copying overlay dir {x} to {location_chroot}') + log.info('Copying overlay dir %s to %s', x, location_chroot) cmd(f'cp -a {x}/* {location_chroot}', env=self.env) else: - log.warning(f'Skipping missing overlay {x}.') + log.warning('Skipping missing overlay %s.', x) def root_overlay(self): """ Copy over the root_overlay """ 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 068A113835A for ; Thu, 28 Jan 2021 02:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39816E09AB; Thu, 28 Jan 2021 02:09:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21FA9E09AB for ; Thu, 28 Jan 2021 02:09:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C949C335CA6 for ; Thu, 28 Jan 2021 02:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 817964AB for ; Thu, 28 Jan 2021 02:09:32 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1611799606.2d348c2e9d063662a9fd4526d77fd28cacf233ce.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2d348c2e9d063662a9fd4526d77fd28cacf233ce X-VCS-Branch: pending/mattst88 Date: Thu, 28 Jan 2021 02:09:32 +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: 27ca28a7-a6d2-4866-8203-6e214c90ad8f X-Archives-Hash: 9c46c15b8b6cbfa8de19d34c819e995c Message-ID: <20210128020932.-0AZ2qSDaYxgfV0FAonQrGxnObvZNpB82FwScJsMMFY@z> commit: 2d348c2e9d063662a9fd4526d77fd28cacf233ce Author: Matt Turner gentoo org> AuthorDate: Sun Jan 24 01:54:16 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 28 02:06:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2d348c2e catalyst: Use lazy % formatting in logging functions Signed-off-by: Matt Turner gentoo.org> catalyst/base/stagebase.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 25efd4b3..28ff8fd2 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -823,7 +823,7 @@ class StageBase(TargetBase, ClearBase, GenBase): repo_conf_chroot = self.to_chroot(repo_conf) repo_conf_chroot.parent.mkdir(mode=0o755, parents=True, exist_ok=True) - log.info(f'Creating repo config {repo_conf_chroot}.') + log.info('Creating repo config %s.', repo_conf_chroot) try: with open(repo_conf_chroot, 'w') as f: @@ -846,10 +846,10 @@ class StageBase(TargetBase, ClearBase, GenBase): location_chroot = self.to_chroot(location) location_chroot.mkdir(mode=0o755, parents=True, exist_ok=True) - log.info(f'Copying overlay dir {x} to {location_chroot}') + log.info('Copying overlay dir %s to %s', x, location_chroot) cmd(f'cp -a {x}/* {location_chroot}', env=self.env) else: - log.warning(f'Skipping missing overlay {x}.') + log.warning('Skipping missing overlay %s.', x) def root_overlay(self): """ Copy over the root_overlay """