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 AED3C1382C5 for ; Thu, 5 Apr 2018 18:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E81F9E0844; Thu, 5 Apr 2018 18:21:07 +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 C6904E0844 for ; Thu, 5 Apr 2018 18:21:07 +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 63834335C09 for ; Thu, 5 Apr 2018 18:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3C18266 for ; Thu, 5 Apr 2018 18:21:04 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1522952458.55867fcbc8c2b7504b532346d2862ff3d19a7d8c.zerochaos@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/livecd_stage2.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 55867fcbc8c2b7504b532346d2862ff3d19a7d8c X-VCS-Branch: master Date: Thu, 5 Apr 2018 18:21:04 +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-Archives-Salt: 4702a269-76c5-42c7-ad7a-030656653d3f X-Archives-Hash: e77db34949d3f1443ed4d6444ff4c71b commit: 55867fcbc8c2b7504b532346d2862ff3d19a7d8c Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Thu Apr 5 18:20:58 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Apr 5 18:20:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=55867fcb need to install a python syntastic plugin catalyst/targets/livecd_stage2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/targets/livecd_stage2.py b/catalyst/targets/livecd_stage2.py index b7ab0fb8..18810667 100644 --- a/catalyst/targets/livecd_stage2.py +++ b/catalyst/targets/livecd_stage2.py @@ -18,7 +18,7 @@ class livecd_stage2(StageBase): self.valid_values=[] self.valid_values.extend(self.required_values) - self.valid_values.extend(["livecd/cdtar","livecd/empty","livecd/rm","livecd/depclean"\ + self.valid_values.extend(["livecd/cdtar","livecd/empty","livecd/rm","livecd/depclean",\ "livecd/unmerge","livecd/iso","livecd/gk_mainargs","livecd/type",\ "livecd/readme","livecd/motd","livecd/overlay",\ "livecd/modblacklist","livecd/splash_theme","livecd/rcadd",\