From patchwork Sun Feb 27 11:12:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Petr_=C5=A0tetiar?= X-Patchwork-Id: 1598230 X-Patchwork-Delegate: ynezz@true.cz Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=zqKVW7aE; dkim=fail reason="key not found in DNS" header.d=true.cz header.i=@true.cz header.a=rsa-sha256 header.s=xnet header.b=LgM7m2Rd; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (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 bilbo.ozlabs.org (Postfix) with ESMTPS id 4K61Cp5M0Rz9sG8 for ; Sun, 27 Feb 2022 22:16:03 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=7VK3iyxwW+pxZIBsABjsAufqTwnTI+RzrjLrRtroHho=; b=zqKVW7aEltbKaN reFAcEYMEEPbdRWlBf70siA5cg9YKResW1PcruVyFW55ffazHSegqH5D6Vutw/TAS14H89AfKpDf0 mrXwKysSftSgV00XUQc201j1plzHxr/2QcXEO2V+DYB83PJX2amFu4zNte2OvdwBMLKCDaUXL+6Fx sZn7JMfQOhpK+Y8rOZfDyRS9kIcsgP+9yb7CJEG8dxOk032JBhf8fKky4ya/o+avTcyLivV/892Eo Gdn1ZzKHDjHr95wXERVX53xRL4ejXEVDnrXeBhrnp9pTNs9zDzi17cgv4r3Eh+z4Dtdpoyixtrl69 Hr+fALlB/DTniyAd00cA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOHUB-0094mH-Ca; Sun, 27 Feb 2022 11:13:07 +0000 Received: from smtp-out.xnet.cz ([178.217.244.18]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOHU5-0094lt-Rk for openwrt-devel@lists.openwrt.org; Sun, 27 Feb 2022 11:13:04 +0000 Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id EA01D18CEE; Sun, 27 Feb 2022 12:12:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=true.cz; s=xnet; t=1645960377; bh=8zuCrVgojjPKMH9thTh+XIlrdCAgMzykw8YPje0Rn2Y=; h=From:To:Cc:Subject:Date; b=LgM7m2Rdfpo7Nhl+Eb/7Dn2Ir7XH+1/1+aR4c9PZ/dQCpwYvied3QF3blg+Y21qNF KOmYGeT7pJ7I0xC6O/ZYuludbsF4VGPBrzR2EjOEPH1ncAirlUk19+Vt1YANG9NTMQ sPXRxwK5KEx6DgzWtpu2k0Ztrw1iBwseRsYG/4S0= Received: by meh.true.cz (OpenSMTPD) with ESMTP id 4c66d431; Sun, 27 Feb 2022 12:12:32 +0100 (CET) From: =?utf-8?q?Petr_=C5=A0tetiar?= To: openwrt-devel@lists.openwrt.org Cc: Perry Melange , Josef Schlehofer Subject: [PATCH 19.07] feeds.conf.default: remove freifunk feed Date: Sun, 27 Feb 2022 12:12:47 +0100 Message-Id: <20220227111247.7677-1-ynezz@true.cz> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220227_031302_346212_B14CDAEB X-CRM114-Status: UNSURE ( 7.63 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.2 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From: Perry Melange The freifunk feed is being removed becasue a) it is an external project and the OpenWrt team does not have access to it. b) upon original addition of the feed, there was only a very weak tendency for [...] Content analysis details: (0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid 0.1 DKIM_INVALID DKIM or DK signature exists, but is not valid X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org From: Perry Melange The freifunk feed is being removed becasue a) it is an external project and the OpenWrt team does not have access to it. b) upon original addition of the feed, there was only a very weak tendency for the addition. c) there is a general lack of interest in the freifunk repo to review and/or merge pull requests. d) as far as can be found, all projects which use the freifunk feed have their own make system and self-maintained feeds list. They do not use the feeds.conf.default from the openwrt repo. more information can be read at the following links: http://lists.openwrt.org/pipermail/openwrt-devel/2021-February/033807.html https://github.com/freifunk/openwrt-packages/issues/37 Suggested-by: Josef Schlehofer Signed-off-by: Perry Melange (cherry picked from commit 20caa68fec4fe033f72c9d488639f8dd2bcfa02c) (cherry picked from commit ff6b36b9548bbb869c2f5a5ffc0e415e25bc857e) --- feeds.conf.default | 1 - 1 file changed, 1 deletion(-) diff --git a/feeds.conf.default b/feeds.conf.default index ad32ec8f4e65..42c2b0ba3b93 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -2,4 +2,3 @@ src-git packages https://git.openwrt.org/feed/packages.git;openwrt-19.07 src-git luci https://git.openwrt.org/project/luci.git;openwrt-19.07 src-git routing https://git.openwrt.org/feed/routing.git;openwrt-19.07 src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-19.07 -src-git freifunk https://github.com/freifunk/openwrt-packages.git;openwrt-19.07