Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 97B6A7815CE; Mon, 25 Apr 2022 19:22:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Gavin Henry From: alice Cc: alpine-aports@lists.alpinelinux.org In-Reply-To: <20220425192102.24112-1-ghenry@sentrypeer.org> Subject: Re: [PATCH] testing/sentrypeer: new aport Date: Mon, 25 Apr 2022 19:22:16 -0000 Message-ID: <165091453657.985.4300546970478368372.gitlab.33617.bb4859de4d9948cc0c36eb04914df90976823a4b@listserv.local> On Mon, 25 Apr 2022 19:21:02 +0000, Gavin Henry wrote: > +pkgdesc="Honeypot for a distributed p2p list of bad actor IP addresses and phone numbers" > +url="https://sentrypeer.org/" > +arch="!x86 !armhf !armv7" ```suggestion:-0+0 arch="all !x86 !armhf !armv7" ``` without the all it doesn't build on any arch :) easily mistaken -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33617#note_232154