~alpine/aports

testing/cockroach: move to non-free v1 APPLIED

Drew DeVault: 1
 testing/cockroach: move to non-free

 5 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3648/mbox | git am -3
Learn more about email & git

[PATCH] testing/cockroach: move to non-free Export this patch

---
 {testing => non-free}/cockroach/01_no_githooks.patch  | 0
 {testing => non-free}/cockroach/APKBUILD              | 4 ++--
 {testing => non-free}/cockroach/cockroach.confd       | 0
 {testing => non-free}/cockroach/cockroach.initd       | 0
 {testing => non-free}/cockroach/cockroach.pre-install | 0
 5 files changed, 2 insertions(+), 2 deletions(-)
 rename {testing => non-free}/cockroach/01_no_githooks.patch (100%)
 rename {testing => non-free}/cockroach/APKBUILD (95%)
 rename {testing => non-free}/cockroach/cockroach.confd (100%)
 rename {testing => non-free}/cockroach/cockroach.initd (100%)
 rename {testing => non-free}/cockroach/cockroach.pre-install (100%)

diff --git a/testing/cockroach/01_no_githooks.patch b/non-free/cockroach/01_no_githooks.patch
similarity index 100%
rename from testing/cockroach/01_no_githooks.patch
rename to non-free/cockroach/01_no_githooks.patch
diff --git a/testing/cockroach/APKBUILD b/non-free/cockroach/APKBUILD
similarity index 95%
rename from testing/cockroach/APKBUILD
rename to non-free/cockroach/APKBUILD
index b450fd2071..febafb417c 100644
--- a/testing/cockroach/APKBUILD
+++ b/non-free/cockroach/APKBUILD
@@ -4,10 +4,10 @@
pkgname=cockroach
pkgver=20.1.1
pkgrel=1
pkgdesc="The open source, cloud-native SQL database."
pkgdesc="The cloud-native SQL database."
url="https://cockroachlabs.com"
arch="x86_64 aarch64"
license="Apache-2.0"
license="BUSL-1.1"
makedepends="go bash cmake autoconf linux-headers ncurses-dev coreutils"
install="$pkgname.pre-install"
pkgusers="cockroach"
diff --git a/testing/cockroach/cockroach.confd b/non-free/cockroach/cockroach.confd
similarity index 100%
rename from testing/cockroach/cockroach.confd
rename to non-free/cockroach/cockroach.confd
diff --git a/testing/cockroach/cockroach.initd b/non-free/cockroach/cockroach.initd
similarity index 100%
rename from testing/cockroach/cockroach.initd
rename to non-free/cockroach/cockroach.initd
diff --git a/testing/cockroach/cockroach.pre-install b/non-free/cockroach/cockroach.pre-install
similarity index 100%
rename from testing/cockroach/cockroach.pre-install
rename to non-free/cockroach/cockroach.pre-install
-- 
2.33.0