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 57E18158021 for ; Sun, 20 Nov 2022 00:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35833E0A76; Sun, 20 Nov 2022 00:21:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B659E0A76 for ; Sun, 20 Nov 2022 00:21:29 +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 027B034122D for ; Sun, 20 Nov 2022 00:21:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57B47756 for ; Sun, 20 Nov 2022 00:21:26 +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: <1650496987.1c46e66ef2c9ab24f383eebd3c6cb1d02492b8fc.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: 1c46e66ef2c9ab24f383eebd3c6cb1d02492b8fc X-VCS-Branch: wip/mattst88 Date: Sun, 20 Nov 2022 00:21:26 +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: ed7a7ebb-5361-4429-8e26-00918d89dbf1 X-Archives-Hash: d1a5934b56f84cd16a0c7ec28c164c41 commit: 1c46e66ef2c9ab24f383eebd3c6cb1d02492b8fc Author: Matt Turner gentoo org> AuthorDate: Wed Apr 20 23:23:07 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 20 23:23:07 2022 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1c46e66e catalyst: Replace a tab Fixes: 5be6069b ("catalyst: support 3 new options") Signed-off-by: Matt Turner gentoo.org> catalyst/base/stagebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 76feb5f0..5c7e9adb 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -597,7 +597,7 @@ class StageBase(TargetBase, ClearBase, GenBase): self.settings["groups"] = [] log.info('groups to create: %s' % self.settings["groups"]) - def set_users(self): + def set_users(self): users = self.settings["spec_prefix"] + "/users" if users in self.settings: if isinstance(self.settings[users], str): 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 37AA415808D for ; Wed, 20 Apr 2022 23:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52BCDE0894; Wed, 20 Apr 2022 23:26:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7240EE0894 for ; Wed, 20 Apr 2022 23:26:44 +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 148933411EF for ; Wed, 20 Apr 2022 23:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BC0C177 for ; Wed, 20 Apr 2022 23:26:41 +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: <1650496987.1c46e66ef2c9ab24f383eebd3c6cb1d02492b8fc.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: 1c46e66ef2c9ab24f383eebd3c6cb1d02492b8fc X-VCS-Branch: master Date: Wed, 20 Apr 2022 23:26:41 +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: ab4a3156-ab77-4294-a863-78bf2043475a X-Archives-Hash: a7f3e282af24321cefd3295b245d2077 Message-ID: <20220420232641.3WjJGIBYFF-Oj6oCC0xp7clxXXTZK98nojCooHFgS3U@z> commit: 1c46e66ef2c9ab24f383eebd3c6cb1d02492b8fc Author: Matt Turner gentoo org> AuthorDate: Wed Apr 20 23:23:07 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 20 23:23:07 2022 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1c46e66e catalyst: Replace a tab Fixes: 5be6069b ("catalyst: support 3 new options") Signed-off-by: Matt Turner gentoo.org> catalyst/base/stagebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 76feb5f0..5c7e9adb 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -597,7 +597,7 @@ class StageBase(TargetBase, ClearBase, GenBase): self.settings["groups"] = [] log.info('groups to create: %s' % self.settings["groups"]) - def set_users(self): + def set_users(self): users = self.settings["spec_prefix"] + "/users" if users in self.settings: if isinstance(self.settings[users], str):