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 CF1D513835A for ; Sat, 24 Oct 2020 22:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0517FE0903; Sat, 24 Oct 2020 22:07:52 +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 E10DFE0903 for ; Sat, 24 Oct 2020 22:07:51 +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 A68D333BEBC 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 1CC193B2 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: <1603426256.e13140dcbcd4d03ef3884bfb9c8af0d820fdb957.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: e13140dcbcd4d03ef3884bfb9c8af0d820fdb957 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: ac53f81b-a484-4343-bf19-a92987bc8d95 X-Archives-Hash: aa12e64d22c605a4a8252e58efeba1a3 commit: e13140dcbcd4d03ef3884bfb9c8af0d820fdb957 Author: Matt Turner gentoo org> AuthorDate: Fri Oct 23 04:10:56 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 23 04:10:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e13140dc catalyst: Drop stray vim modeline This was the only one in catalyst. We should have an EditorConfig file instead. Signed-off-by: Matt Turner gentoo.org> catalyst/base/stagebase.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 603e49d9..e71ce344 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -1611,5 +1611,3 @@ class StageBase(TargetBase, ClearBase, GenBase): @staticmethod def _debug_pause_(): input("press any key to continue: ") - -# vim: ts=4 sw=4 sta et sts=4 ai 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 04FC413835A 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 157BFE08F9; Fri, 23 Oct 2020 04:36:45 +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 F25DFE08F9 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 920F23404CC 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 1418B3B1 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: <1603426256.e13140dcbcd4d03ef3884bfb9c8af0d820fdb957.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: e13140dcbcd4d03ef3884bfb9c8af0d820fdb957 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: 3ae1d67d-5332-4eb7-b974-e1a4738245c5 X-Archives-Hash: 0a8cad1a8c3c5634aa46ebe0993e6769 Message-ID: <20201023043642.ockfwKtI_CoKEIisOkcgCW4QKUU_klqg-hqtGddlmb8@z> commit: e13140dcbcd4d03ef3884bfb9c8af0d820fdb957 Author: Matt Turner gentoo org> AuthorDate: Fri Oct 23 04:10:56 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 23 04:10:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e13140dc catalyst: Drop stray vim modeline This was the only one in catalyst. We should have an EditorConfig file instead. Signed-off-by: Matt Turner gentoo.org> catalyst/base/stagebase.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 603e49d9..e71ce344 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -1611,5 +1611,3 @@ class StageBase(TargetBase, ClearBase, GenBase): @staticmethod def _debug_pause_(): input("press any key to continue: ") - -# vim: ts=4 sw=4 sta et sts=4 ai 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 32F61138359 for ; Thu, 29 Oct 2020 21:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85AF3E0916; Thu, 29 Oct 2020 21:00:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6CCF7E0916 for ; Thu, 29 Oct 2020 21:00:45 +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 32676340DB8 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 CD2103DD 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: <1603426256.e13140dcbcd4d03ef3884bfb9c8af0d820fdb957.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: e13140dcbcd4d03ef3884bfb9c8af0d820fdb957 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: e5348efc-edaf-4585-8327-38164674625e X-Archives-Hash: 2907885b6cd8545504a5c4258c092bb9 Message-ID: <20201029210040.N1KX4iW16XTk1RYMsPaOg5FrlgrRo-VmYTbuorroxME@z> commit: e13140dcbcd4d03ef3884bfb9c8af0d820fdb957 Author: Matt Turner gentoo org> AuthorDate: Fri Oct 23 04:10:56 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 23 04:10:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e13140dc catalyst: Drop stray vim modeline This was the only one in catalyst. We should have an EditorConfig file instead. Signed-off-by: Matt Turner gentoo.org> catalyst/base/stagebase.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 603e49d9..e71ce344 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -1611,5 +1611,3 @@ class StageBase(TargetBase, ClearBase, GenBase): @staticmethod def _debug_pause_(): input("press any key to continue: ") - -# vim: ts=4 sw=4 sta et sts=4 ai