X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) by lists.alpinelinux.org (Postfix) with ESMTP id 05BC75C564D for ; Sun, 9 Sep 2018 16:49:34 +0000 (GMT) Received: by mail-lj1-f196.google.com with SMTP id y17-v6so15878948ljy.8 for ; Sun, 09 Sep 2018 09:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QG54bkmRFIjPT5A1p5WtOpDONDVmiyvDBXZDTMzFbv0=; b=h4aBvjvgBaqzkKeadfF6eOc/TafIoylU8BCNtdBwUoP/P/K7hbYlGb6dvuBrwmJ5wc 2N+4qNOwReocKbfBhJ+wKbJOnvGN2Fed3uL34bzx/sjI6eHDHgEMyLEZi/GOqiMRO75R fNYBvb93Z62RGdCIobX+VqhXZXKhOIzZRETbLdjUGxe+kQkuID2VFiJvSxJKzWgsim5Z 5BvBjGcM9wKxFnVPe9priSCClvLnlXPNDCuzWZ1f1e5OrAq2tHyBEe0Ow+Id66DwK8bB W9SSu6gj/vWYTGcDTq4m1J/+t1lgrc++kR+KVofQO0dbUDtzbM9qnUpSKlF18L2hXDNi b2Nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QG54bkmRFIjPT5A1p5WtOpDONDVmiyvDBXZDTMzFbv0=; b=mTCaLnKShhmXv1CBoGGez+iUrVAmQUwhg6EPDQYQ2ssCtZfMBJNrumKGK1wI82mzhQ jVRcDP8Xrk/879E12SQa1fpf1rtZumOwQN3xMtS5WVQb3TpltnZNrrmW7XMo6m4friY+ +y5G+6JPEfz6p1+ZWN7MkiJ/bWRI2abXRjePm418evTeHUsH3BsmtnNY3P/RRkSnKYtn I4ykFDLMygx3A9Sf5c0mQDG6EZEW7Y90AHDN/KzPD3XN8mDtNG/J+2MJFEJUt0sfcPJ6 hh3wn6YfPE+NwHvsMk1kVsuOPoa7E0jbVqDXCuF7eW30fNo+X2SzQMTea4tJnLT8KwJq /ogg== X-Gm-Message-State: APzg51B91uXLqi3l64r8LQ/dLpVHubHdgo4evmVM81ogY+cmZ1m/t4ti sazC43y2k+wEP27gf/8JNPL7bIgj2WW9SeHYNsA= X-Google-Smtp-Source: ANB0VdbB5+Ux6i329n/Pq4zE6VHqamaNIA4wLHOzy6tTwS70fCJq8p0U4PgO3AGrqGmE9hHA4pRXqbP1jJ8frGVHdp8= X-Received: by 2002:a2e:99c3:: with SMTP id l3-v6mr10812273ljj.48.1536511772898; Sun, 09 Sep 2018 09:49:32 -0700 (PDT) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <81e934a5-4c53-3681-d3a9-e7ea440d55c6@flatglobe.org> In-Reply-To: <81e934a5-4c53-3681-d3a9-e7ea440d55c6@flatglobe.org> From: Dave Johansen Date: Sun, 9 Sep 2018 10:49:20 -0600 Message-ID: Subject: Re: [alpine-devel] GDAL package in main repos? To: tmhoang@flatglobe.org Cc: Alpine-devel Content-Type: multipart/alternative; boundary="0000000000006aba490575730632" --0000000000006aba490575730632 Content-Type: text/plain; charset="UTF-8" Is there a way to do this in docker or another method that doesn't require setting up a VM? On Thu, Jun 21, 2018 at 9:30 AM Tuan M. Hoang wrote: > On 06/21/2018 10:16 AM, Dave Johansen wrote: > > I've made packages for Fedora but I've never done it for Alpine, so is > there a way for me to test the packaging changes without installing Alpine? > > > If you don't want to install Alpine on hard disk, Alpine is small enough > so you can install on qemu disk image (qcow, etc.) that resides on a tmpfs, > aka on RAM. Or even just run with ISO image without installing. > > > Also, once I get it working, what's the official way to submit the PR? > > You can send patches to alpine-aports@lists.alpinelinux.org or create > pull request on github.com/alpinelinux/aports or ping > #alpine-dev@freenode. > > > Thanks, > > Dave > > > Tuan > > > On Thu, Jun 21, 2018 at 1:04 AM, Leonardo Arena > wrote: > > > > Yes, please add the check() if supported or explicitly disable it if > there's no test suite. May be support for python3 can be added too? > > > > I think it's more candidate to go into community, rather than main. > > > > Then send a patch/pull request to move it, so in can be included in > 3.8. If it's needed in 3.7 we can backport it. > > > > Thanks! > > > > /eo > > > > On Wed, Jun 20, 2018 at 10:39 PM, Dan Williams > wrote: > > > > At a minimum, I believe we need to ensure there is a `test()` > function to run any available tests for the project > https://github.com/alpinelinux/aports/blob/master/testing/gdal/APKBUILD < > https://github.com/alpinelinux/aports/blob/master/testing/gdal/APKBUILD> > > > > On Wed, Jun 20, 2018 at 4:27 PM Dave Johansen < > davejohansen@gmail.com > wrote: > > > > The GDAL package is currently available in edge. What would > it take to get it in the main repos for at least 3.7 and on? > > Thanks, > > Dave > > > > > > > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- > > --0000000000006aba490575730632 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Is there a way to do this in docker or another method that= doesn't require setting up a VM?

<= div dir=3D"ltr">On Thu, Jun 21, 2018 at 9:30 AM Tuan M. Hoang <tmhoang@flatglobe.org> wrote:
<= /div>
On 06/21/2018 10:16 AM, Dave Johansen w= rote:
> I've made packages for Fedora but I've never done it for Alpin= e, so is there a way for me to test the packaging changes without installin= g Alpine?
>
If you don't want to install Alpine on hard disk, Alpine is small enoug= h so you can install on qemu disk image (qcow, etc.) that resides on a tmpf= s, aka on RAM. Or even just run with ISO image without installing.

> Also, once I get it working, what's the official way to submit the= PR?

You can send patches to alpine-aports@lists.alpinelinux.org or create pul= l request on github.com/alpinelinux/aports or ping #alpine-d= ev@freenode.

> Thanks,
> Dave
>
Tuan

> On Thu, Jun 21, 2018 at 1:04 AM, Leonardo Arena <rnalrd@gmail.com <mailto:rnalrd@gmail.com>>= wrote:
>
>=C2=A0 =C2=A0 =C2=A0Yes, please add the check() if supported or explici= tly disable it if there's no test suite. May be support for python3 can= be added too?
>
>=C2=A0 =C2=A0 =C2=A0I think it's more candidate to go into communit= y, rather than main.
>
>=C2=A0 =C2=A0 =C2=A0Then send a patch/pull request to move it, so in ca= n be included in 3.8. If it's needed in 3.7 we can backport it.
>
>=C2=A0 =C2=A0 =C2=A0Thanks!
>
>=C2=A0 =C2=A0 =C2=A0/eo
>
>=C2=A0 =C2=A0 =C2=A0On Wed, Jun 20, 2018 at 10:39 PM, Dan Williams <= dan@ma.ssive.co &l= t;mailto:dan@ma.ssive.= co>> wrote:
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0At a minimum, I believe we need to en= sure there is a `test()` function to run any available tests for the projec= t https://github.com/alpineli= nux/aports/blob/master/testing/gdal/APKBUILD <https://github.com/alpinelinux/aports/blob/master/t= esting/gdal/APKBUILD>
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0On Wed, Jun 20, 2018 at 4:27 PM Dave = Johansen <da= vejohansen@gmail.com <mailto:davejohansen@gmail.com>> wrote:
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0The GDAL package is cur= rently available in edge. What would it take to get it in the main repos fo= r at least 3.7 and on?
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Thanks,
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Dave
>
>
>


---
Unsubscribe:=C2=A0 alpine-devel+unsubscribe@lists.alpinelinux.or= g
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0alpine-devel+help@lists.alpineli= nux.org
---

--0000000000006aba490575730632-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---