From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 13 Aug 2023 20:57:44 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVGHZ-002hol-1N for lore@lore.pengutronix.de; Sun, 13 Aug 2023 20:57:44 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qVGHX-0001X1-Il; Sun, 13 Aug 2023 20:57:43 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qVGHP-0001Vk-Pl; Sun, 13 Aug 2023 20:57:35 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1qVGHP-000PF4-5n; Sun, 13 Aug 2023 20:57:35 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1qVGHO-00GVNz-3B; Sun, 13 Aug 2023 20:57:34 +0200 From: Roland Hieber To: distrokit@pengutronix.de Date: Sun, 13 Aug 2023 20:57:33 +0200 Message-Id: <20230813185733.3933842-2-rhi@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230813185733.3933842-1-rhi@pengutronix.de> References: <20230813185733.3933842-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 2/2] configs: remove outdated collectionconfigs X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roland Hieber Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false These files were last touched in 2013 (10 years ago), and there is currently no package that can be selected in a collectionconfig anyway – the last ones were removed in commit cb563ef79200116c0101 (2016-06-09, Robert Schwebel: "ptxconfig: reduce active components"). Signed-off-by: Roland Hieber --- configs/collectionconfig.full | 18 ------------------ configs/collectionconfig.minimum | 11 ----------- 2 files changed, 29 deletions(-) delete mode 100644 configs/collectionconfig.full delete mode 100644 configs/collectionconfig.minimum diff --git a/configs/collectionconfig.full b/configs/collectionconfig.full deleted file mode 100644 index d533425e134b..000000000000 --- a/configs/collectionconfig.full +++ /dev/null @@ -1,18 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# PTXdist 2013.05.0 -# -PTXCONF__collectionconfig_MAGIC__=y -# PTXCONF_COLLECTION_NONE is not set -PTXCONF_COLLECTION_MANUAL=y -# PTXCONF_COLLECTION_ALL is not set -PTXCONF_ATTR=y -PTXCONF_E2FSPROGS=y -PTXCONF_GDBSERVER=y -PTXCONF_HTOP=y -PTXCONF_LESS=y -PTXCONF_LIGHTTPD=y -PTXCONF_SCREEN=y -PTXCONF_SQLITE=y -PTXCONF_STRACE=y -PTXCONF_URSHD=y diff --git a/configs/collectionconfig.minimum b/configs/collectionconfig.minimum deleted file mode 100644 index 9b5c370e0f18..000000000000 --- a/configs/collectionconfig.minimum +++ /dev/null @@ -1,11 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# PTXdist 2013.05.0 -# -PTXCONF__collectionconfig_MAGIC__=y -PTXCONF_COLLECTION_NONE=y -# PTXCONF_COLLECTION_MANUAL is not set -# PTXCONF_COLLECTION_ALL is not set -# PTXCONF_LIGHTTPD is not set -# PTXCONF_SQLITE is not set -# PTXCONF_URSHD is not set -- 2.39.2