Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 7CA49781028 for <~alpine/aports@lists.alpinelinux.org>; Sat, 18 Jul 2020 13:20:29 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id A2A12440122; Sat, 18 Jul 2020 15:20:28 +0200 (CEST) Date: Sat, 18 Jul 2020 15:20:28 +0200 From: Kevin Daudt To: Drew DeVault Cc: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] community/yggdrasil: import from testing Message-ID: <20200718132028.GA2598922@alpha> References: <20200713115120.4665-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200713115120.4665-1-sir@cmpwn.com> On Mon, Jul 13, 2020 at 05:51:20AM -0600, Drew DeVault wrote: > --- > {testing => community}/yggdrasil/APKBUILD | 2 +- > {testing => community}/yggdrasil/modules.conf | 0 > {testing => community}/yggdrasil/yggdrasil.confd | 0 > {testing => community}/yggdrasil/yggdrasil.initd | 0 > 4 files changed, 1 insertion(+), 1 deletion(-) > rename {testing => community}/yggdrasil/APKBUILD (99%) > rename {testing => community}/yggdrasil/modules.conf (100%) > rename {testing => community}/yggdrasil/yggdrasil.confd (100%) > rename {testing => community}/yggdrasil/yggdrasil.initd (100%) > > diff --git a/testing/yggdrasil/APKBUILD b/community/yggdrasil/APKBUILD > similarity index 99% > rename from testing/yggdrasil/APKBUILD > rename to community/yggdrasil/APKBUILD > index 0c36043c9f..f83893a75e 100644 > --- a/testing/yggdrasil/APKBUILD > +++ b/community/yggdrasil/APKBUILD > @@ -1,7 +1,7 @@ > # Maintainer: Drew DeVault > pkgname=yggdrasil > pkgver=0.3.14 > -pkgrel=1 > +pkgrel=2 > pkgdesc="An experiment in scalable routing as an encrypted IPv6 overlay network" > url="https://yggdrasil-network.github.io/" > arch="all !mips !mips64" # go is missing > diff --git a/testing/yggdrasil/modules.conf b/community/yggdrasil/modules.conf > similarity index 100% > rename from testing/yggdrasil/modules.conf > rename to community/yggdrasil/modules.conf > diff --git a/testing/yggdrasil/yggdrasil.confd b/community/yggdrasil/yggdrasil.confd > similarity index 100% > rename from testing/yggdrasil/yggdrasil.confd > rename to community/yggdrasil/yggdrasil.confd > diff --git a/testing/yggdrasil/yggdrasil.initd b/community/yggdrasil/yggdrasil.initd > similarity index 100% > rename from testing/yggdrasil/yggdrasil.initd > rename to community/yggdrasil/yggdrasil.initd > -- > 2.27.0 This has been applied. Note that the pkgrel bump is not necessary when moving between repos. Kind regards, Kevin