Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.189.118]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 38326781AB5 for <~alpine/aports@lists.alpinelinux.org>; Mon, 3 Feb 2020 11:02:09 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 159C12DE4685; Mon, 3 Feb 2020 11:02:08 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 586852DE3FA6; Mon, 3 Feb 2020 11:02:07 +0000 (UTC) Date: Mon, 3 Feb 2020 12:02:00 +0100 From: Natanael Copa To: Daniel Santana Cc: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH v2 2/2] testing/e2tools: move to community Message-ID: <20200203120200.648c5b51@ncopa-desktop.copa.dup.pw> In-Reply-To: <20200203034106.7945-2-daniel@santana.tech> References: <20200203034106.7945-1-daniel@santana.tech> <20200203034106.7945-2-daniel@santana.tech> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi! On Mon, 3 Feb 2020 00:41:06 -0300 Daniel Santana wrote: > --- > {testing => community}/e2tools/APKBUILD | 0 > {testing => community}/e2tools/e2cp.1 | 0 > {testing => community}/e2tools/e2ln.1 | 0 > {testing => community}/e2tools/e2ls.1 | 0 > {testing => community}/e2tools/e2mkdir.1 | 0 > {testing => community}/e2tools/e2mv.1 | 0 > {testing => community}/e2tools/e2rm.1 | 0 > {testing => community}/e2tools/e2tail.1 | 0 > {testing => community}/e2tools/e2tools.7 | 0 > 9 files changed, 0 insertions(+), 0 deletions(-) > rename {testing => community}/e2tools/APKBUILD (100%) > rename {testing => community}/e2tools/e2cp.1 (100%) > rename {testing => community}/e2tools/e2ln.1 (100%) > rename {testing => community}/e2tools/e2ls.1 (100%) > rename {testing => community}/e2tools/e2mkdir.1 (100%) > rename {testing => community}/e2tools/e2mv.1 (100%) > rename {testing => community}/e2tools/e2rm.1 (100%) > rename {testing => community}/e2tools/e2tail.1 (100%) > rename {testing => community}/e2tools/e2tools.7 (100%) I think it would be better if we could use upstream patch[1] with the man pages instead of have a copy of them in our aports tree. [1]: https://github.com/e2tools/e2tools/commit/475d6f970a0067181841bdb6fbd8f166703bd154 -nc