This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
[PATCH] community/yggdrasil: import from testing
---
{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
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
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
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 <sir@cmpwn.com>
> 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