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 035CF13835B for ; Sat, 24 Oct 2020 22:07:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE40E0908; Sat, 24 Oct 2020 22:07:52 +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 16CF5E0908 for ; Sat, 24 Oct 2020 22:07:52 +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 B8A0133BEBE for ; Sat, 24 Oct 2020 22:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EE5E3B3 for ; Sat, 24 Oct 2020 22:07: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: <1603427230.fb9697b053221a408347bbdba1b3dd90845b898e.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/stage3.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fb9697b053221a408347bbdba1b3dd90845b898e X-VCS-Branch: master Date: Sat, 24 Oct 2020 22:07: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: 993666ac-59ae-4245-852c-db761827d9c1 X-Archives-Hash: 4a4462d74ac131e2a8aa5ee92c7030c0 commit: fb9697b053221a408347bbdba1b3dd90845b898e Author: Matt Turner gentoo org> AuthorDate: Fri Oct 23 04:26:15 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 23 04:27:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=fb9697b0 catalyst: Drop useless stage3 set_cleanables() Signed-off-by: Matt Turner gentoo.org> catalyst/targets/stage3.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/catalyst/targets/stage3.py b/catalyst/targets/stage3.py index a8192a01..cfc0dbf9 100644 --- a/catalyst/targets/stage3.py +++ b/catalyst/targets/stage3.py @@ -24,6 +24,3 @@ class stage3(StageBase): 'Using an overlay for earlier stages could cause build issues.\n' "If you break it, you buy it. Don't complain to us about it.\n" "Don't say we did not warn you.") - - def set_cleanables(self): - StageBase.set_cleanables(self) 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 20E9413835B for ; Fri, 23 Oct 2020 04:36:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26082E08FC; Fri, 23 Oct 2020 04:36:45 +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 115D0E08FC for ; Fri, 23 Oct 2020 04:36:44 +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 B3F72340836 for ; Fri, 23 Oct 2020 04:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29C313B5 for ; Fri, 23 Oct 2020 04:36: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: <1603427230.fb9697b053221a408347bbdba1b3dd90845b898e.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/stage3.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fb9697b053221a408347bbdba1b3dd90845b898e X-VCS-Branch: pending/mattst88 Date: Fri, 23 Oct 2020 04:36: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: 06e6c4e9-79e3-42ca-ac37-f2a3063d48f4 X-Archives-Hash: a42c9d4ab77a0202586e4238770e8c2b Message-ID: <20201023043642.pC-_PVz5Sp7528J8l-QWvGW3ZjArFXz9SJj3vrq-S_c@z> commit: fb9697b053221a408347bbdba1b3dd90845b898e Author: Matt Turner gentoo org> AuthorDate: Fri Oct 23 04:26:15 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 23 04:27:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=fb9697b0 catalyst: Drop useless stage3 set_cleanables() Signed-off-by: Matt Turner gentoo.org> catalyst/targets/stage3.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/catalyst/targets/stage3.py b/catalyst/targets/stage3.py index a8192a01..cfc0dbf9 100644 --- a/catalyst/targets/stage3.py +++ b/catalyst/targets/stage3.py @@ -24,6 +24,3 @@ class stage3(StageBase): 'Using an overlay for earlier stages could cause build issues.\n' "If you break it, you buy it. Don't complain to us about it.\n" "Don't say we did not warn you.") - - def set_cleanables(self): - StageBase.set_cleanables(self) 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 8ED1E138359 for ; Thu, 29 Oct 2020 21:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 867E4E0917; Thu, 29 Oct 2020 21:00:45 +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 6CBF3E090F for ; Thu, 29 Oct 2020 21:00: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 41C90340E3B for ; Thu, 29 Oct 2020 21:00:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEE7D3DE for ; Thu, 29 Oct 2020 21:00:40 +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: <1603427230.fb9697b053221a408347bbdba1b3dd90845b898e.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/stage3.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fb9697b053221a408347bbdba1b3dd90845b898e X-VCS-Branch: wip/mattst88 Date: Thu, 29 Oct 2020 21:00:40 +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: 94e6d942-4586-4870-b0fe-a1531b17b4c3 X-Archives-Hash: 02eced33a01275730e9fbd967ed25474 Message-ID: <20201029210040.AtI2gCeyqKwdfg8gAZywBNxKHEnV-Ffj9_S2bJ7ld9U@z> commit: fb9697b053221a408347bbdba1b3dd90845b898e Author: Matt Turner gentoo org> AuthorDate: Fri Oct 23 04:26:15 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 23 04:27:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=fb9697b0 catalyst: Drop useless stage3 set_cleanables() Signed-off-by: Matt Turner gentoo.org> catalyst/targets/stage3.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/catalyst/targets/stage3.py b/catalyst/targets/stage3.py index a8192a01..cfc0dbf9 100644 --- a/catalyst/targets/stage3.py +++ b/catalyst/targets/stage3.py @@ -24,6 +24,3 @@ class stage3(StageBase): 'Using an overlay for earlier stages could cause build issues.\n' "If you break it, you buy it. Don't complain to us about it.\n" "Don't say we did not warn you.") - - def set_cleanables(self): - StageBase.set_cleanables(self)