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 DE30B1382C5 for ; Wed, 20 May 2020 03:42:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27BB2E08C9; Wed, 20 May 2020 03:42:53 +0000 (UTC) Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) (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 1EEC3E08C9 for ; Wed, 20 May 2020 03:42:53 +0000 (UTC) Received: by mail-pj1-f50.google.com with SMTP id z15so1865114pjb.0 for ; Tue, 19 May 2020 20:42:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=umcGaZPaAmQKnSAWuaKqew5M4qHge7nR3Ty803Cl8WU=; b=tRT6JNxqHRdiXwYpUlkDwAOUFMlbo0Hxzv6vf+Tb+FEC+78u4zc9w0/wz/9JjWO7Wi tgs7Dsjas6T5u1ezBNGkiFvbY/rls2GqBy9fo+FV39M3BUciv38KQ/azUWpawEFRb7hV GaeIVwyhpn4f49E7YJZI9lYTGL+6cp6pCnBw3yk+ZSBQFEWB176vRmFGjSSWun57F5BJ d16g/uOhGY9edTo7PQhyIjSGVkXTY3YMiNarFZ2JiQ/8ujXNtWajVBGSh74GWJgNqAAM nEuDCHr4w8qxSyyLgyiuxwvL7CIF6dgwluIUTpUH/+9ZIKiDIDQU1hL5noMhE4sHRnAx 0PXw== X-Gm-Message-State: AOAM532Lu+Apw6OynqZsEuKpKqSekya8BLj8WeHb4Yp4Uo4g19vK/SXg mRltjI7tTnC+fnefB0iVRb3vKiKS X-Google-Smtp-Source: ABdhPJwTjnOShRi5JHdlnMk4WkEBm+jBVM3/+SHdf0mF0xOykwZDHlbvIG4yidrYz0hfVVfRkxybEg== X-Received: by 2002:a17:902:a60e:: with SMTP id u14mr2572401plq.176.1589946170838; Tue, 19 May 2020 20:42:50 -0700 (PDT) Received: from localhost ([134.134.137.77]) by smtp.gmail.com with ESMTPSA id g27sm795826pfr.51.2020.05.19.20.42.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 May 2020 20:42:50 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 07/21] catalyst: Delete unused {required,valid}_build_targets Date: Tue, 19 May 2020 20:42:12 -0700 Message-Id: <20200520034226.2870937-7-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200520034226.2870937-1-mattst88@gentoo.org> References: <20200520034226.2870937-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 774b20b7-9639-4ae7-a4f4-ee88e15edb4a X-Archives-Hash: 51ddc0f75c935a5c9a25df4ad7625ac3 Fixes: 11423a21603e ([2 of 3] Update module loading for the new python structure) Signed-off-by: Matt Turner --- catalyst/defaults.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/catalyst/defaults.py b/catalyst/defaults.py index f6bc1e14..0da717f1 100644 --- a/catalyst/defaults.py +++ b/catalyst/defaults.py @@ -8,25 +8,6 @@ from DeComp.definitions import COMPRESSOR_PROGRAM_OPTIONS, XATTRS_OPTIONS from DeComp.definitions import DECOMPRESSOR_PROGRAM_OPTIONS, LIST_XATTRS_OPTIONS -# these should never be touched -required_build_targets = [ - "generic_stage_target", - "targetbase", -] - -# new build types should be added here -valid_build_targets = [ - "embedded_target", - "livecd_stage1_target", - "livecd_stage2_target", - "netboot_target", - "snapshot_target", - "stage1_target", - "stage2_target", - "stage3_target", - "stage4_target", -] - required_config_file_values = [ "distdir", "portdir", -- 2.26.2