Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id DE39878187F for <~alpine/aports@lists.alpinelinux.org>; Tue, 7 Sep 2021 07:47:23 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1631000841; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=eC0233pR30gmrCgMMlCkbIZc1XbifN81VmQctjjjWbE=; b=DQaQgSnKPYoxktsK4Q5XhmfkJjjBI39kYwbvMifA2e8ujQFkLgCEmAoBC13HAzBAwDi8LI iQfejt2RSAZOosB6AxMy4a1EuZO5/+z65i2DjdSKvTTNmwCa0k4JP1jxOPqpWhVsb38sTT qF5oXtUTyZ0/Sut+DB1KI/XT/AvoPA2MO/Fd+6S3SsneDLi2dVu2h26zcgyFJVtfdfVJfI eEF+6CTKfxExSvDR7xAseJdsLzWC0JPLt4m2PhebJLTtmuneY7i2LJr/owhfG2utnVWaB6 fTbwLK4EabSCOtoCZ71uSEVCfzz8d+q+X+b/MR35wV85XNp3Dy3Tu/S/bFmqGQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/cockroach: move to non-free Date: Tue, 7 Sep 2021 09:47:14 +0200 Message-Id: <20210907074714.18527-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- {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