From nobody Thu Mar 28 20:36:13 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-qt0-f174.google.com (mail-qt0-f174.google.com [209.85.216.174]) by lists.alpinelinux.org (Postfix) with ESMTP id E03FC5C41F3 for ; Thu, 26 Jan 2017 03:38:01 +0000 (GMT) Received: by mail-qt0-f174.google.com with SMTP id l7so54464928qtd.1 for ; Wed, 25 Jan 2017 19:38:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced-org.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=lAFJgTKiVdQqlKVWWo6LCxR7VMr1jRUMkv1vnmn4uog=; b=1VV7xVEi6sFxQ1lYKT38Q3CHvrGZ37N0w7HBibKfghlflFTPZNGQv1nly8Mx4ZGhkY WG9ecIa9i03evq1XmkpYwu3DarPfkC2wwX4fTLDzISapF/hdh+RgMcuG2x0pZjvHsT1C hQ1UO74bV3+2iDY0MFs3i9S0lx9bjlY4nhKcW6dkiz0c3IvBifNot6AFzBj7TDzJDX7O 42HGWD/2yol5yblxCRVxRJHM2sznLsjQqD/MGLZv6M0wE0o/BhYsX8QFCnJCnSNljhRr K3AiDg+C7GS7TCZ1GeZ1lYFDZx8pmr/l7OLL+/rOGuPTz3n6jK4aWYYMAvo1YQKDwCO1 Tk7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=lAFJgTKiVdQqlKVWWo6LCxR7VMr1jRUMkv1vnmn4uog=; b=hiyjNjgoLOwQC2fxq1EumMhl8gPUzoy5MzT73mFr1pAamEiBQb7sVomO1hveEjHxO1 cuvBfXq68kI/uBB5qjnDFUcwTGRTQ9uYorNrcG7uyrLTtXbv+wK1dhcXhT2R/D76yJCr cqgEn863WWD57R/2vBsLMj7SslLOkaKecbFyWY1y7Ig6SwhrTdyOd9yVYFixy8IlDhtF iZvt9b5lLWc6nMc6Nw0G/xidrFH06pWkHe0o41Fek6tijj0pnaARJd/UJpr+tk94gcwx ZDqSmBYUVzGw/HlibOT86WFW9jPbFiZgXYNBfpCM5kVJ3OYw17Ve0P+MNpMqsTcC+oSb Qfiw== X-Gm-Message-State: AIkVDXKwa9aFfMu4jLcdkqiC7CICuRm5EdnT4e4Np7SmzIjAHt/5QJrSs503Sx7TxGYk0+KiVbs1MOSdggAqIQ== X-Received: by 10.55.77.77 with SMTP id a74mr695603qkb.265.1485401880895; Wed, 25 Jan 2017 19:38:00 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.200.1.17 with HTTP; Wed, 25 Jan 2017 19:38:00 -0800 (PST) From: William Pitcock Date: Wed, 25 Jan 2017 21:38:00 -0600 Message-ID: Subject: [alpine-devel] Proposal: testsuite support in APKBUILDs To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 Hello, A concern I hear occasionally from people when discussing Alpine as a distribution they could use for their projects is that Alpine does not typically run testsuites in APKBUILDs. This is largely because abuild does not have awareness of testsuites. As such, I propose we add a testsuite() phase to the build process, that runs after build(), but prior to package(). APKBUILDs should override the testsuite phase, but the default_testsuite() function will be a noop for the Alpine 3.6 release cycle that raises a warning that the APKBUILD does not define any mechanism for running a testsuite. If "!testsuite" is defined in $features, the warning is ignored. For cross-builds, the testsuite would be skipped unless the package is noarch. After Alpine 3.6 (or maybe 3.7), we change the warning to a fatal error, requiring APKBUILDs to explicitly opt out of running a testsuite through $features. Thoughts? --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 20:36:13 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Received: from newmail.tetrasec.net (unknown [172.21.74.12]) by lists.alpinelinux.org (Postfix) with ESMTP id 166F85C49CF for ; Thu, 26 Jan 2017 11:22:43 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (15.63.200.37.customer.cdi.no [37.200.63.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 68A975A0805; Thu, 26 Jan 2017 11:22:42 +0000 (GMT) Date: Thu, 26 Jan 2017 12:22:37 +0100 From: Natanael Copa To: William Pitcock Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Proposal: testsuite support in APKBUILDs Message-ID: <20170126122237.22ed77fa@ncopa-desktop.copa.dup.pw> In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 25 Jan 2017 21:38:00 -0600 William Pitcock wrote: > Hello, > > A concern I hear occasionally from people when discussing Alpine as a > distribution they could use for their projects is that Alpine does not > typically run testsuites in APKBUILDs. This is largely because abuild > does not have awareness of testsuites. > > As such, I propose we add a testsuite() phase to the build process, > that runs after build(), but prior to package(). APKBUILDs should > override the testsuite phase, but the default_testsuite() function > will be a noop for the Alpine 3.6 release cycle that raises a warning > that the APKBUILD does not define any mechanism for running a > testsuite. If "!testsuite" is defined in $features, the warning is > ignored. > > For cross-builds, the testsuite would be skipped unless the package is noarch. > > After Alpine 3.6 (or maybe 3.7), we change the warning to a fatal > error, requiring APKBUILDs to explicitly opt out of running a > testsuite through $features. > > Thoughts? Sounds good to me. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 20:36:13 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) by lists.alpinelinux.org (Postfix) with ESMTP id 420495C4917 for ; Thu, 26 Jan 2017 09:27:00 +0000 (GMT) Received: by mail-lf0-f44.google.com with SMTP id n124so142118905lfd.2 for ; Thu, 26 Jan 2017 01:27:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LALnXfWSHw+SskmmBFpTnqbZcpS03Ndai26408dgeaI=; b=KZk9lcsihzPLJwrq0STWtkxKnUwj/E1fpjiNDyMlUAGyOFGsUxvdBh8pI0szPkmSLm tdUPofSmiceYqc7mi+hGOJfRn4LsxWShxKaa3OnLGellQfcWfhx8sxjh+uDRtJtugmm1 Wrk8+ZASm4PZrCGbe7z/06t0uZjxcV9hDtYYgSHftPru5U/8KrwXqe1T84rEq78Gvilf FWnbFqu0OVOL462d6BNObrV91w8rvuGCk+uhz8mUxEmznmTZUVukeOGhT/sNKZReUBHZ vv00fHaTLhBuXpENCpi7EkViRdLzWRhajY4/qk8EnANs2dQqgFgbleY+Sl3IgCcFIZ55 1ftw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=LALnXfWSHw+SskmmBFpTnqbZcpS03Ndai26408dgeaI=; b=um8uFSULxmuZSJRdmz69aN+UDglAy8ZJ0LhtzVJ0rXPbMxsEPrICT8JaUjKVR3+zZB hGKosu0FZrGrFWanfSv4mKl7avdWjceYRyay7jxABFu8m4PCav+YOdNQj/pGnzK70six r6ZdgB02W2v4vWGRnq+qJH6hH4r4qOUpuivCGP5K2zU6BXYP2XJFRvlm2eG0bkJDNZUh 4Zrk76cLMYgbUTQIXtBLUiswHAXG7GcQDwajDPjJ4IJngBhjleLZqPk7EM8zJMnyPBxP WwJldOyjGlvCmLkhyqJ3ZNmvg4t7byUbpQHxk+YweX4LUZ4cEo/B2jCHSgNPsLc+Azi4 KGNg== X-Gm-Message-State: AIkVDXJDm1qPPOjspe9uvA7xRFW1LAQ9bf4a4n43MZjA+ZgwPlnrtCHnNVGbsgdIwnDXVA== X-Received: by 10.46.77.149 with SMTP id c21mr628622ljd.69.1485422819417; Thu, 26 Jan 2017 01:26:59 -0800 (PST) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:e66f:13ff:fef3:8cd0]) by smtp.gmail.com with ESMTPSA id d77sm307184lfd.26.2017.01.26.01.26.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Jan 2017 01:26:59 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Thu, 26 Jan 2017 11:26:55 +0200 From: Timo Teras To: William Pitcock Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Proposal: testsuite support in APKBUILDs Message-ID: <20170126112655.44ad5c0e@vostro.util.wtbts.net> In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 25 Jan 2017 21:38:00 -0600 William Pitcock wrote: > As such, I propose we add a testsuite() phase to the build process, > that runs after build(), but prior to package(). APKBUILDs should > override the testsuite phase, but the default_testsuite() function > will be a noop for the Alpine 3.6 release cycle that raises a warning > that the APKBUILD does not define any mechanism for running a > testsuite. If "!testsuite" is defined in $features, the warning is > ignored. > > For cross-builds, the testsuite would be skipped unless the package > is noarch. > > After Alpine 3.6 (or maybe 3.7), we change the warning to a fatal > error, requiring APKBUILDs to explicitly opt out of running a > testsuite through $features. > > Thoughts? +1 We have some packages that run 'make check' or similar, but it would be good to make it a separate step. The above plan sounds good to me. Thanks, Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 20:36:13 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Received: from luna.geeknet.cz (luna.geeknet.cz [37.205.9.141]) by lists.alpinelinux.org (Postfix) with ESMTP id A8BA05C4202 for ; Thu, 26 Jan 2017 13:08:33 +0000 (GMT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luna.geeknet.cz (Postfix) with ESMTPSA id 77BA26A807; Thu, 26 Jan 2017 14:08:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jirutka.cz; s=mail; t=1485436111; bh=vmdOpfsqkAwHd9fneEXcCCgRJwoyztgyTtj6pRo1z9w=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=byDpSX5b5J3fsoKLSOs3rCeEdmwhnhlkbFuAl1c0xZm5bKQx3rSe26PcIUQ6ypS9i wO0ufbKt/P6th6chuOf/tdOu4Zv5qB6wDi+TSSyiMFyAvn7fwS+DFEGoD6K2h0BXFE rkCPb2PD8WCyt0OQ39IFVFa29JR6nydhNGAxOVN0= Content-Type: text/plain; charset=utf-8 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [alpine-devel] Proposal: testsuite support in APKBUILDs From: Jakub Jirutka In-Reply-To: <20170126112655.44ad5c0e@vostro.util.wtbts.net> Date: Thu, 26 Jan 2017 14:08:29 +0100 Cc: William Pitcock , alpine-devel@lists.alpinelinux.org Content-Transfer-Encoding: quoted-printable Message-Id: <4EDA0683-3991-44D0-882C-C34FBD4C38B2@jirutka.cz> References: <20170126112655.44ad5c0e@vostro.util.wtbts.net> To: Timo Teras Hi, currently we have the following phases: sanitycheck, builddeps, clean, = fetch, unpack, prepare, mkusers, rootpkg, cleanup. All of them except = rootpkg are verbs. So I=E2=80=99d prefer =E2=80=9Ccheck=E2=80=9D (as = Arch) instead of =E2=80=9Ctestsuite=E2=80=9D. Jakub > On 26. Jan 2017, at 10:26, Timo Teras wrote: >=20 > On Wed, 25 Jan 2017 21:38:00 -0600 > William Pitcock wrote: >=20 >> As such, I propose we add a testsuite() phase to the build process, >> that runs after build(), but prior to package(). APKBUILDs should >> override the testsuite phase, but the default_testsuite() function >> will be a noop for the Alpine 3.6 release cycle that raises a warning >> that the APKBUILD does not define any mechanism for running a >> testsuite. If "!testsuite" is defined in $features, the warning is >> ignored. >>=20 >> For cross-builds, the testsuite would be skipped unless the package >> is noarch. >>=20 >> After Alpine 3.6 (or maybe 3.7), we change the warning to a fatal >> error, requiring APKBUILDs to explicitly opt out of running a >> testsuite through $features. >>=20 >> Thoughts? >=20 > +1 >=20 > We have some packages that run 'make check' or similar, but it would = be > good to make it a separate step. >=20 > The above plan sounds good to me. >=20 > Thanks, > Timo >=20 >=20 > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- >=20 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 20:36:13 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Received: from forward1p.cmail.yandex.net (forward1p.cmail.yandex.net [77.88.31.16]) by lists.alpinelinux.org (Postfix) with ESMTP id 6A6955C420B for ; Thu, 26 Jan 2017 15:51:04 +0000 (GMT) Received: from smtp2o.mail.yandex.net (smtp2o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::26]) by forward1p.cmail.yandex.net (Yandex) with ESMTP id E753121103; Thu, 26 Jan 2017 18:51:01 +0300 (MSK) Received: from smtp2o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2o.mail.yandex.net (Yandex) with ESMTP id 318C05080E97; Thu, 26 Jan 2017 18:50:59 +0300 (MSK) Received: by smtp2o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 9LRFlFUD38-ouCORI0o; Thu, 26 Jan 2017 18:50:57 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1485445857; bh=u6eHbYTmcxR88nm6f0FsHFTd9UfzOcmRsync9moZqmo=; h=Date:In-Reply-To:References:Subject:To:CC:From:Message-ID; b=Ny8pl48mrtW5x3w+/zB09V9b3/jejrWlfcZ9toIrlZgdFQ8aDdmUtuBYO+rTUd6Mf 3gbKGmuZpySHFu+z67S2jr59xVFnrJwm8ToswyIu9HbnSWgqwSMW2etueyo4Vy/4hK gfEmuAvoTAGEy6CT+CeS7+pGURPLptGFEWo/n5BQ= Authentication-Results: smtp2o.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0 Date: Thu, 26 Jan 2017 16:50:54 +0100 In-Reply-To: <4EDA0683-3991-44D0-882C-C34FBD4C38B2@jirutka.cz> References: <20170126112655.44ad5c0e@vostro.util.wtbts.net> <4EDA0683-3991-44D0-882C-C34FBD4C38B2@jirutka.cz> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----XPFGDSPAZDGTAEPR84M6IJBNFMH2L2" Content-Transfer-Encoding: 7bit Subject: Re: [alpine-devel] Proposal: testsuite support in APKBUILDs To: alpine-devel@lists.alpinelinux.org,Jakub Jirutka ,Timo Teras CC: William Pitcock From: =?UTF-8?Q?=C5=81ukasz_Jendrysik?= Message-ID: <9E6F2B08-FE29-48A8-BCC9-7D5B0547B35D@yandex.com> ------XPFGDSPAZDGTAEPR84M6IJBNFMH2L2 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable +1 On January 26, 2017 2:08:29 PM GMT+01:00, Jakub Jirutka wrote: >Hi, > >currently we have the following phases: sanitycheck, builddeps, clean, >fetch, unpack, prepare, mkusers, rootpkg, cleanup=2E All of them except >rootpkg are verbs=2E So I=E2=80=99d prefer =E2=80=9Ccheck=E2=80=9D (as Ar= ch) instead of >=E2=80=9Ctestsuite=E2=80=9D=2E > >Jakub > >> On 26=2E Jan 2017, at 10:26, Timo Teras wrote: >>=20 >> On Wed, 25 Jan 2017 21:38:00 -0600 >> William Pitcock wrote: >>=20 >>> As such, I propose we add a testsuite() phase to the build process, >>> that runs after build(), but prior to package()=2E APKBUILDs should >>> override the testsuite phase, but the default_testsuite() function >>> will be a noop for the Alpine 3=2E6 release cycle that raises a >warning >>> that the APKBUILD does not define any mechanism for running a >>> testsuite=2E If "!testsuite" is defined in $features, the warning is >>> ignored=2E >>>=20 >>> For cross-builds, the testsuite would be skipped unless the package >>> is noarch=2E >>>=20 >>> After Alpine 3=2E6 (or maybe 3=2E7), we change the warning to a fatal >>> error, requiring APKBUILDs to explicitly opt out of running a >>> testsuite through $features=2E >>>=20 >>> Thoughts? >>=20 >> +1 >>=20 >> We have some packages that run 'make check' or similar, but it would >be >> good to make it a separate step=2E >>=20 >> The above plan sounds good to me=2E >>=20 >> Thanks, >> Timo >>=20 >>=20 >> --- >> Unsubscribe: alpine-devel+unsubscribe@lists=2Ealpinelinux=2Eorg >> Help: alpine-devel+help@lists=2Ealpinelinux=2Eorg >> --- >>=20 > > > >--- >Unsubscribe: alpine-devel+unsubscribe@lists=2Ealpinelinux=2Eorg >Help: alpine-devel+help@lists=2Ealpinelinux=2Eorg >--- --=20 Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E ------XPFGDSPAZDGTAEPR84M6IJBNFMH2L2 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable +1

On January 26= , 2017 2:08:29 PM GMT+01:00, Jakub Jirutka <jakub@jirutka=2Ecz> wrote= :
Hi,

currently we have the following phase= s: sanitycheck, builddeps, clean, fetch, unpack, prepare, mkusers, rootpkg,= cleanup=2E All of them except rootpkg are verbs=2E So I’d prefer &ld= quo;check” (as Arch) instead of “testsuite”=2E

Jakub

On 26= =2E Jan 2017, at 10:26, Timo Teras <timo=2Eteras@iki=2Efi> wrote:

On Wed, 25 Jan 2017 21:38:00 -0600
William Pitcock <neno= lod@dereferenced=2Eorg> wrote:

As such, I propose we add a testsuite() phase to the b= uild process,
that runs after build(), but prior to package()=2E APK= BUILDs should
override the testsuite phase, but the default_testsuite= () function
will be a noop for the Alpine 3=2E6 release cycle that ra= ises a warning
that the APKBUILD does not define any mechanism for ru= nning a
testsuite=2E If "!testsuite" is defined in $featur= es, the warning is
ignored=2E

For cross-builds, the test= suite would be skipped unless the package
is noarch=2E

A= fter Alpine 3=2E6 (or maybe 3=2E7), we change the warning to a fatal
= error, requiring APKBUILDs to explicitly opt out of running a
testsui= te through $features=2E

Thoughts?

+1=

We have some packages that run 'make check' or similar, but i= t would be
good to make it a separate step=2E

The above = plan sounds good to me=2E

Thanks,
Timo


---
Unsubscribe: alpine-devel+unsubscribe@lists=2Ealpinelinux=2Eo= rg
Help: alpine-devel+help@lists=2Ealpinelinux=2Eorg
--= -




---
Unsubscribe: alpine-= devel+unsubscribe@lists=2Ealpinelinux=2Eorg
Help: alpine-devel= +help@lists=2Ealpinelinux=2Eorg
---


--
Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E ------XPFGDSPAZDGTAEPR84M6IJBNFMH2L2-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 20:36:13 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) by lists.alpinelinux.org (Postfix) with ESMTP id AC3055C49B8 for ; Thu, 26 Jan 2017 15:56:00 +0000 (GMT) Received: from [127.0.0.1] ([87.138.166.137]) by mail.gmx.com (mrgmxus002 [74.208.5.15]) with ESMTPSA (Nemesis) id 0MXqmP-1d2UJc0wy7-00Wks9 for ; Thu, 26 Jan 2017 16:55:59 +0100 X-Priority: 3 To: alpine-devel@lists.alpinelinux.org From: 7heo <7heo@mail.com> Subject: Re: [alpine-devel] Proposal: testsuite support in APKBUILDs In-Reply-To: <4EDA0683-3991-44D0-882C-C34FBD4C38B2@jirutka.cz> References: <20170126112655.44ad5c0e@vostro.util.wtbts.net> <4EDA0683-3991-44D0-882C-C34FBD4C38B2@jirutka.cz> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 Date: Thu, 26 Jan 2017 15:55:56 +0000 Message-ID: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Provags-ID: V03:K0:oUh8B5FDWHlipIoFtUD1SAtjFSZjssExjSS2vALLH9UMjc+Z/6M yD/JgkP/Bm7B5Y4Z2/VEsTnM8JcxXRcr1fSBG7MVrThcS3+vcAFxeV/wzVGxRz65Ul2Zpua i71ym4H1q8GJF+t2wPD+s1RGhJ8+sdo0eVNyrwkhtwXpI/zZZykRqkHNHBk+Hycn0jnwKZ2 5uMNyGyGz3l70HTtob6dg== X-UI-Out-Filterresults: notjunk:1;V01:K0:1A6DUlly3I8=:Haw2TvHRTW/vCtN0Xozx3S /3T6Vfc2mqYpQp/0Xs8hXqIlB99N6BY1PRisOw24TLYTlCGlba4JK7vUvAujwaB1XRpXyYknj VcYBeEQpa+m+kAZQ8uMNrqeEjVguvhJp2vG01Yj3N3sWnfKpbo1a6Lz1J0jeu6tuY80gQGDdv uqdR6HZ/tGxsw/waxWNq+Q3cbhBDAIo6lYMTVrkS1ocooN9MeV90h7rgKTtbccZ4sS56x3y+K WHC9BKX6MUI6/90HPKi7C4Bj6cn6jqhT0L+VXoVGRq5K9coS+feuBhELo0eO26rkQp/MJ+RTK 61WS2JvOVCWyeOH93GbZ2ENK9D0At3TuxdK8WokXEbo3NC1WqEFRd0C+eNYGopd45oYlJJyZ1 Ty49bOMpaArJLLLGbmPuMl7WD3KOiA5/s/jVCCqQAHiJI3EIE8w1p58t62aY3PG4/gZlLia0R DxybP9mrvX10QpQkBaa0qTSLUABXpEh73MGH72Ep/BLTSSPWMIrsJesFSCh7+xPDFTBxU+LOr Y8Bq+J1jTngazjNl23aP5lSYRUB9XIGcKvM6Ehlenyc5Bm2B+HG8XYc1oj8ZqCfdK9EtMj1uc nEKIDuh8Pz5h07x3/7xbB/p6QEg6EQee5R4Xzlc9Fxzzy3Xl6eLSWGusaLV27QGjl/qSiqCBo L3IYGdwWEyqPRuj667Rmvs/yIHacqcbF3khj4ojCGQhNgZlwNlcoM7Stb2hKx1jX+5uCViCau QZ6jqKC31vlwgyrbaKDlwnigOD764m6lmXQ3s7eQfDu61Upjj2g11lmQIsNvF69yNizb1xYee +STrhGX SGV5LA0KIA0KU2luY2Ugd2UncmUgdGFsa2luZyBhYm91dCB2b2NhYnVsYXJ5IGFuZCBzZW1hbnRp Y3MsIEkgd291bGQgcmF0aGVyIGF2b2lkIGNoZWNrLCBzaW5jZSBpdCBkb2Vzbid0IHJlZmxlY3Qg d2hhdCBoYXBwZW5zLiBBIHRlc3RzdWl0ZSBpcyBhIHN1aXRlIChzZXQgb2YsIG9yZGVyZWQsIHBy ZWRpY3RhYmxlKSBvZiB0ZXN0cyAoZHluYW1pYyBwcm9jZWR1cmUgdG8gdmFsaWRhdGUgYW4gZWxl bWVudCwgdGhhdCBoYXMgdG8gYmUgZXhlY3V0ZWQpLiBBIGNoZWNrIGlzIG1lcmVseSBhbiBvYnNl cnZhdGlvbiB3aXRoIGFzc2VydGlvbiBvbiBhbiBleGlzdGluZyBzdGF0ZS4gQXMgYW4gZXhhbXBs ZSwgeW91IGNhbiBjaGVjayB0aGUgZG9vciBpcyBvcGVuLCBidXQgeW91IGhhdmUgdG8gdGVzdCBp ZiB0aGUgbG9jayB3b3JrcyAoeW91IGNhbid0IGp1c3QgY2hlY2sgaXQgaW4gbm9ybWFsIGNvbmRp dGlvbnMgYW5kIHdpdGhvdXQgYSBzcGVjaWFsaXplZCBhcHBhcmF0dXMpLg0KIA0KTG9uZyBzdG9y eSBzaG9ydCwgSSBkb24ndCBoYXZlIGFueSBwcm9ibGVtIHdpdGggbWFraW5nIGl0IHNob3J0ZXIg YW5kIHNpbXBsZXIsIGJ1dCBJIHdvdWxkIHJhdGhlciBoYXZlIHNvbWV0aGluZyB0aGF0IG1hdGNo ZXMgd2hhdCBpcyBhY3R1YWxseSBkb2VzLiA6KQ0KIA0KVGhlby4NCg0KT24gVGh1IEphbiAyNiAx NDowODoyOSAyMDE3IEdNVCswMTAwLCBKYWt1YiBKaXJ1dGthIHdyb3RlOg0KPiBIaSwNCj4gDQo+ IGN1cnJlbnRseSB3ZSBoYXZlIHRoZSBmb2xsb3dpbmcgcGhhc2VzOiBzYW5pdHljaGVjaywgYnVp bGRkZXBzLCBjbGVhbiwgZmV0Y2gsIHVucGFjaywgcHJlcGFyZSwgbWt1c2Vycywgcm9vdHBrZywg Y2xlYW51cC4gQWxsIG9mIHRoZW0gZXhjZXB0IHJvb3Rwa2cgYXJlIHZlcmJzLiBTbyBJ4oCZZCBw cmVmZXIg4oCcY2hlY2vigJ0gKGFzIEFyY2gpIGluc3RlYWQgb2Yg4oCcdGVzdHN1aXRl4oCdLg0K PiANCj4gSmFrdWINCj4gDQo+ID4gT24gMjYuIEphbiAyMDE3LCBhdCAxMDoyNiwgVGltbyBUZXJh cyA8dGltby50ZXJhc0Bpa2kuZmk+IHdyb3RlOg0KPiA+IA0KPiA+IE9uIFdlZCwgMjUgSmFuIDIw MTcgMjE6Mzg6MDAgLTA2MDANCj4gPiBXaWxsaWFtIFBpdGNvY2sgPG5lbm9sb2RAZGVyZWZlcmVu Y2VkLm9yZz4gd3JvdGU6DQo+ID4gDQo+ID4+IEFzIHN1Y2gsIEkgcHJvcG9zZSB3ZSBhZGQgYSB0 ZXN0c3VpdGUoKSBwaGFzZSB0byB0aGUgYnVpbGQgcHJvY2VzcywNCj4gPj4gdGhhdCBydW5zIGFm dGVyIGJ1aWxkKCksIGJ1dCBwcmlvciB0byBwYWNrYWdlKCkuICBBUEtCVUlMRHMgc2hvdWxkDQo+ ID4+IG92ZXJyaWRlIHRoZSB0ZXN0c3VpdGUgcGhhc2UsIGJ1dCB0aGUgZGVmYXVsdF90ZXN0c3Vp dGUoKSBmdW5jdGlvbg0KPiA+PiB3aWxsIGJlIGEgbm9vcCBmb3IgdGhlIEFscGluZSAzLjYgcmVs ZWFzZSBjeWNsZSB0aGF0IHJhaXNlcyBhIHdhcm5pbmcNCj4gPj4gdGhhdCB0aGUgQVBLQlVJTEQg ZG9lcyBub3QgZGVmaW5lIGFueSBtZWNoYW5pc20gZm9yIHJ1bm5pbmcgYQ0KPiA+PiB0ZXN0c3Vp dGUuICBJZiAiIXRlc3RzdWl0ZSIgaXMgZGVmaW5lZCBpbiAkZmVhdHVyZXMsIHRoZSB3YXJuaW5n IGlzDQo+ID4+IGlnbm9yZWQuDQo+ID4+IA0KPiA+PiBGb3IgY3Jvc3MtYnVpbGRzLCB0aGUgdGVz dHN1aXRlIHdvdWxkIGJlIHNraXBwZWQgdW5sZXNzIHRoZSBwYWNrYWdlDQo+ID4+IGlzIG5vYXJj aC4NCj4gPj4gDQo+ID4+IEFmdGVyIEFscGluZSAzLjYgKG9yIG1heWJlIDMuNyksIHdlIGNoYW5n ZSB0aGUgd2FybmluZyB0byBhIGZhdGFsDQo+ID4+IGVycm9yLCByZXF1aXJpbmcgQVBLQlVJTERz IHRvIGV4cGxpY2l0bHkgb3B0IG91dCBvZiBydW5uaW5nIGENCj4gPj4gdGVzdHN1aXRlIHRocm91 Z2ggJGZlYXR1cmVzLg0KPiA+PiANCj4gPj4gVGhvdWdodHM/DQo+ID4gDQo+ID4gKzENCj4gPiAN Cj4gPiBXZSBoYXZlIHNvbWUgcGFja2FnZXMgdGhhdCBydW4gJ21ha2UgY2hlY2snIG9yIHNpbWls YXIsIGJ1dCBpdCB3b3VsZCBiZQ0KPiA+IGdvb2QgdG8gbWFrZSBpdCBhIHNlcGFyYXRlIHN0ZXAu DQo+ID4gDQo+ID4gVGhlIGFib3ZlIHBsYW4gc291bmRzIGdvb2QgdG8gbWUuDQo+ID4gDQo+ID4g VGhhbmtzLA0KPiA+IFRpbW8NCj4gPiANCj4gPiANCj4gPiAtLS0NCj4gPiBVbnN1YnNjcmliZTog IGFscGluZS1kZXZlbCt1bnN1YnNjcmliZUBsaXN0cy5hbHBpbmVsaW51eC5vcmcNCj4gPiBIZWxw OiAgICAgICAgIGFscGluZS1kZXZlbCtoZWxwQGxpc3RzLmFscGluZWxpbnV4Lm9yZw0KPiA+IC0t LQ0KPiA+IA0KPiANCj4gDQo+IA0KPiAtLS0NCj4gVW5zdWJzY3JpYmU6ICBhbHBpbmUtZGV2ZWwr dW5zdWJzY3JpYmVAbGlzdHMuYWxwaW5lbGludXgub3JnDQo+IEhlbHA6ICAgICAgICAgYWxwaW5l LWRldmVsK2hlbHBAbGlzdHMuYWxwaW5lbGludXgub3JnDQo+IC0tLQ0KPiANCj4= --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---