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 9FE5B13835A for ; Wed, 20 May 2020 03:39:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5E43E0857; Wed, 20 May 2020 03:39:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BD2A1E0857 for ; Wed, 20 May 2020 03:39:54 +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 BA08834F1CE for ; Wed, 20 May 2020 03:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D1E2244 for ; Wed, 20 May 2020 03:39:52 +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: <1589756024.ef304389cf83f6ed8cc3ef1584464140cd58656c.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/snapshot.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ef304389cf83f6ed8cc3ef1584464140cd58656c X-VCS-Branch: pending/mattst88 Date: Wed, 20 May 2020 03:39:52 +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: 22382ef7-dca2-48b4-b783-9831a9cf4923 X-Archives-Hash: 1d2598a1ba9aa813663a2d0c35cdc8c8 commit: ef304389cf83f6ed8cc3ef1584464140cd58656c Author: Matt Turner gentoo org> AuthorDate: Sun May 17 22:53:44 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 17 22:53:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=ef304389 catalyst: Remove stdout=, since it conflicts with capture_output Signed-off-by: Matt Turner gentoo.org> catalyst/targets/snapshot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst/targets/snapshot.py b/catalyst/targets/snapshot.py index b7562f7c..7732312c 100644 --- a/catalyst/targets/snapshot.py +++ b/catalyst/targets/snapshot.py @@ -64,7 +64,6 @@ class snapshot(TargetBase): close_fds=False) sp = subprocess.run([self.git, '-C', self.gitdir, 'rev-parse', 'stable'], - stdout=subprocess.PIPE, capture_output=True, check=True, encoding='utf-8', 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 6C8B91382C5 for ; Sun, 17 May 2020 22:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FD28E0875; Sun, 17 May 2020 22:54:20 +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 48886E0875 for ; Sun, 17 May 2020 22:54:20 +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 E90DC34F2AB for ; Sun, 17 May 2020 22:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 593059C for ; Sun, 17 May 2020 22:54:17 +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: <1589756024.ef304389cf83f6ed8cc3ef1584464140cd58656c.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/snapshot.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ef304389cf83f6ed8cc3ef1584464140cd58656c X-VCS-Branch: master Date: Sun, 17 May 2020 22:54:17 +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: 2ecadd40-1933-41bb-8911-5d8605d6f2f6 X-Archives-Hash: 63dae88e88c514eee9b7c8a838e57bfb Message-ID: <20200517225417.cFAGyuv1n1xEosocpmNLPHZ0MYAxxkxUw8l2KjSjUtk@z> commit: ef304389cf83f6ed8cc3ef1584464140cd58656c Author: Matt Turner gentoo org> AuthorDate: Sun May 17 22:53:44 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 17 22:53:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=ef304389 catalyst: Remove stdout=, since it conflicts with capture_output Signed-off-by: Matt Turner gentoo.org> catalyst/targets/snapshot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst/targets/snapshot.py b/catalyst/targets/snapshot.py index b7562f7c..7732312c 100644 --- a/catalyst/targets/snapshot.py +++ b/catalyst/targets/snapshot.py @@ -64,7 +64,6 @@ class snapshot(TargetBase): close_fds=False) sp = subprocess.run([self.git, '-C', self.gitdir, 'rev-parse', 'stable'], - stdout=subprocess.PIPE, capture_output=True, check=True, encoding='utf-8', 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 1DF981382C5 for ; Tue, 19 May 2020 22:55:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9F93E0863; Tue, 19 May 2020 22:55:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9E1E1E085E for ; Tue, 19 May 2020 22:55:36 +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 72E8834F1CE for ; Tue, 19 May 2020 22:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C75E1F5 for ; Tue, 19 May 2020 22:55:33 +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: <1589756024.ef304389cf83f6ed8cc3ef1584464140cd58656c.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/snapshot.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ef304389cf83f6ed8cc3ef1584464140cd58656c X-VCS-Branch: wip/mattst88 Date: Tue, 19 May 2020 22:55:33 +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: 46015637-d256-4a2e-8a01-455754a1082a X-Archives-Hash: 279f5de98ae494ffa8fc532e74ff71dc Message-ID: <20200519225533.DSBc_NpD6fnJ-Ju2Xkaai7SNDpdmbuVykPttp3E4V3w@z> commit: ef304389cf83f6ed8cc3ef1584464140cd58656c Author: Matt Turner gentoo org> AuthorDate: Sun May 17 22:53:44 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 17 22:53:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=ef304389 catalyst: Remove stdout=, since it conflicts with capture_output Signed-off-by: Matt Turner gentoo.org> catalyst/targets/snapshot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst/targets/snapshot.py b/catalyst/targets/snapshot.py index b7562f7c..7732312c 100644 --- a/catalyst/targets/snapshot.py +++ b/catalyst/targets/snapshot.py @@ -64,7 +64,6 @@ class snapshot(TargetBase): close_fds=False) sp = subprocess.run([self.git, '-C', self.gitdir, 'rev-parse', 'stable'], - stdout=subprocess.PIPE, capture_output=True, check=True, encoding='utf-8',