~alpine/devel

10 6

[alpine-devel] GDAL package in main repos?

Dave Johansen <davejohansen@gmail.com>
Details
Message ID
<CAAcYxUf7swVkynxDpqWP-6r5WrGFhV4Jr7onhNbR-cKbBzgAYg@mail.gmail.com>
Sender timestamp
1529526345
DKIM signature
missing
Download raw message
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
Dan Williams <dan@ma.ssive.co>
Details
Message ID
<CAC-Fq44DKiCAYn=WJN24o_1PtdhP1URCO40JPgAjO_iHDUuD+Q@mail.gmail.com>
In-Reply-To
<CAAcYxUf7swVkynxDpqWP-6r5WrGFhV4Jr7onhNbR-cKbBzgAYg@mail.gmail.com> (view parent)
Sender timestamp
1529527168
DKIM signature
missing
Download raw message
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

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
>
Dave Johansen <davejohansen@gmail.com>
Details
Message ID
<CAAcYxUd3tpvM=JZx2BPqtQWEmX6x=j7eWJ847c5pqZfw3suvuA@mail.gmail.com>
In-Reply-To
<CAGG_d8Apnji1cYT_7sys9LVQNsnWBz=B+Y5Rm3dt_AkUsZ14ZA@mail.gmail.com> (view parent)
Sender timestamp
1529590565
DKIM signature
missing
Download raw message
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?

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

Thanks,
Dave

On Thu, Jun 21, 2018 at 1:04 AM, Leonardo Arena <rnalrd@gmail.com> 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 <dan@ma.ssive.co> 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
>>
>> 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
>>>
>>
>
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<CAGG_d8Apnji1cYT_7sys9LVQNsnWBz=B+Y5Rm3dt_AkUsZ14ZA@mail.gmail.com>
In-Reply-To
<CAC-Fq44DKiCAYn=WJN24o_1PtdhP1URCO40JPgAjO_iHDUuD+Q@mail.gmail.com> (view parent)
Sender timestamp
1529564641
DKIM signature
missing
Download raw message
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 <dan@ma.ssive.co> 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
>
> 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
>>
>
Tuan M. Hoang <tmhoang@flatglobe.org>
Details
Message ID
<81e934a5-4c53-3681-d3a9-e7ea440d55c6@flatglobe.org>
In-Reply-To
<CAAcYxUd3tpvM=JZx2BPqtQWEmX6x=j7eWJ847c5pqZfw3suvuA@mail.gmail.com> (view parent)
Sender timestamp
1529594851
DKIM signature
missing
Download raw message
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 <rnalrd@gmail.com <rnalrd@gmail.com>> 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 <dan@ma.ssive.co <dan@ma.ssive.co>> 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 <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
---
Dave Johansen <davejohansen@gmail.com>
Details
Message ID
<CAAcYxUc5PTWqUPBzVc0V_q62OG3oH_Lh41VLu0PD18S1w_khWw@mail.gmail.com>
In-Reply-To
<81e934a5-4c53-3681-d3a9-e7ea440d55c6@flatglobe.org> (view parent)
Sender timestamp
1536511760
DKIM signature
missing
Download raw message
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 <tmhoang@flatglobe.org> 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 <rnalrd@gmail.com
> <rnalrd@gmail.com>> 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 <dan@ma.ssive.co
> <dan@ma.ssive.co>> 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 <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
> ---
>
>
Jakub Jirutka <jakub@jirutka.cz>
Details
Message ID
<30c63925-9c6d-1e0f-fd1b-7b981a69ca4b@jirutka.cz>
In-Reply-To
<CAAcYxUc5PTWqUPBzVc0V_q62OG3oH_Lh41VLu0PD18S1w_khWw@mail.gmail.com> (view parent)
Sender timestamp
1536512602
DKIM signature
missing
Download raw message
Sure, e.g. https://github.com/alpinelinux/alpine-chroot-install/

Jakub

On 09/09/2018 06:49 PM, Dave Johansen wrote:
> 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 <tmhoang@flatglobe.org 
> <tmhoang@flatglobe.org>> 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
>     <alpine-aports@lists.alpinelinux.org> or create pull request
>     on github.com/alpinelinux/aports
>     <http://github.com/alpinelinux/aports> or ping #alpine-dev@freenode.
> 
>      > Thanks,
>      > Dave
>      >
>     Tuan
> 
>      > On Thu, Jun 21, 2018 at 1:04 AM, Leonardo Arena <rnalrd@gmail.com
>     <rnalrd@gmail.com> <rnalrd@gmail.com
>     <rnalrd@gmail.com>>> 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
>     <dan@ma.ssive.co <dan@ma.ssive.co> <dan@ma.ssive.co
>     <dan@ma.ssive.co>>> 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 <davejohansen@gmail.com>
>     <davejohansen@gmail.com <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
>     <alpine-devel%2Bunsubscribe@lists.alpinelinux.org>
>     Help: alpine-devel+help@lists.alpinelinux.org
>     <alpine-devel%2Bhelp@lists.alpinelinux.org>
>     ---
> 


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Dave Johansen <davejohansen@gmail.com>
Details
Message ID
<CAAcYxUeUWpHbcVFn7ekLze9tUeBSEx+N3p+N+-6OYdEKM6Y+gA@mail.gmail.com>
In-Reply-To
<30c63925-9c6d-1e0f-fd1b-7b981a69ca4b@jirutka.cz> (view parent)
Sender timestamp
1536551718
DKIM signature
missing
Download raw message
Can that chroot be used on Fedora/CentOS? I used Alpine a lot as a Docker
base, but I don't have it installed anywhere and I'm looking to avoid
setting up a VM.

On Sun, Sep 9, 2018 at 11:03 AM Jakub Jirutka <jakub@jirutka.cz> wrote:

> Sure, e.g. https://github.com/alpinelinux/alpine-chroot-install/
>
> Jakub
>
> On 09/09/2018 06:49 PM, Dave Johansen wrote:
> > 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 <tmhoang@flatglobe.org
> > <tmhoang@flatglobe.org>> 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
> >     <alpine-aports@lists.alpinelinux.org> or create pull request
> >     on github.com/alpinelinux/aports
> >     <http://github.com/alpinelinux/aports> or ping #alpine-dev@freenode.
> >
> >      > Thanks,
> >      > Dave
> >      >
> >     Tuan
> >
> >      > On Thu, Jun 21, 2018 at 1:04 AM, Leonardo Arena <rnalrd@gmail.com
> >     <rnalrd@gmail.com> <rnalrd@gmail.com
> >     <rnalrd@gmail.com>>> 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
> >     <dan@ma.ssive.co <dan@ma.ssive.co> <dan@ma.ssive.co
> >     <dan@ma.ssive.co>>> 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 <davejohansen@gmail.com>
> >     <davejohansen@gmail.com <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
> >     <alpine-devel%2Bunsubscribe@lists.alpinelinux.org>
> >     Help: alpine-devel+help@lists.alpinelinux.org
> >     <alpine-devel%2Bhelp@lists.alpinelinux.org>
> >     ---
> >
>
Jakub Jirutka <jakub@jirutka.cz>
Details
Message ID
<544a6425-ac00-aed4-36c1-8f67873e7616@jirutka.cz>
In-Reply-To
<CAAcYxUeUWpHbcVFn7ekLze9tUeBSEx+N3p+N+-6OYdEKM6Y+gA@mail.gmail.com> (view parent)
Sender timestamp
1536571321
DKIM signature
missing
Download raw message
 > Can that chroot be used on Fedora/CentOS?

Yes; https://github.com/alpinelinux/alpine-chroot-install/#requirements

Jakub

On 09/10/2018 05:55 AM, Dave Johansen wrote:
> Can that chroot be used on Fedora/CentOS? I used Alpine a lot as a 
> Docker base, but I don't have it installed anywhere and I'm looking to 
> avoid setting up a VM.
> 
> On Sun, Sep 9, 2018 at 11:03 AM Jakub Jirutka <jakub@jirutka.cz 
> <jakub@jirutka.cz>> wrote:
> 
>     Sure, e.g. https://github.com/alpinelinux/alpine-chroot-install/
> 
>     Jakub
> 
>     On 09/09/2018 06:49 PM, Dave Johansen wrote:
>      > 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
>     <tmhoang@flatglobe.org <tmhoang@flatglobe.org>
>      > <tmhoang@flatglobe.org <tmhoang@flatglobe.org>>> 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
>     <alpine-aports@lists.alpinelinux.org>
>      >     <alpine-aports@lists.alpinelinux.org
>     <alpine-aports@lists.alpinelinux.org>> or create pull request
>      >     on github.com/alpinelinux/aports
>     <http://github.com/alpinelinux/aports>
>      >     <http://github.com/alpinelinux/aports> or ping
>     #alpine-dev@freenode.
>      >
>      >      > Thanks,
>      >      > Dave
>      >      >
>      >     Tuan
>      >
>      >      > On Thu, Jun 21, 2018 at 1:04 AM, Leonardo Arena
>     <rnalrd@gmail.com <rnalrd@gmail.com>
>      >     <rnalrd@gmail.com <rnalrd@gmail.com>>
>     <rnalrd@gmail.com <rnalrd@gmail.com>
>      >     <rnalrd@gmail.com <rnalrd@gmail.com>>>> 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
>      >     <dan@ma.ssive.co <dan@ma.ssive.co>
>     <dan@ma.ssive.co <dan@ma.ssive.co>>
>     <dan@ma.ssive.co <dan@ma.ssive.co>
>      >     <dan@ma.ssive.co <dan@ma.ssive.co>>>> 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 <davejohansen@gmail.com>
>     <davejohansen@gmail.com <davejohansen@gmail.com>>
>      >     <davejohansen@gmail.com
>     <davejohansen@gmail.com> <davejohansen@gmail.com
>     <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
>     <alpine-devel%2Bunsubscribe@lists.alpinelinux.org>
>      >     <alpine-devel%2Bunsubscribe@lists.alpinelinux.org
>     <alpine-devel%252Bunsubscribe@lists.alpinelinux.org>>
>      >     Help: alpine-devel+help@lists.alpinelinux.org
>     <alpine-devel%2Bhelp@lists.alpinelinux.org>
>      >     <alpine-devel%2Bhelp@lists.alpinelinux.org
>     <alpine-devel%252Bhelp@lists.alpinelinux.org>>
>      >     ---
>      >
> 


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Details
Message ID
<1c962de9-3305-c922-187d-a0cffc7fe9ab@it-offshore.co.uk>
In-Reply-To
<CAAcYxUeUWpHbcVFn7ekLze9tUeBSEx+N3p+N+-6OYdEKM6Y+gA@mail.gmail.com> (view parent)
Sender timestamp
1536605839
DKIM signature
missing
Download raw message
The simplest Alpine build environment is LXC.

On Centos setup LXD with snapd:

https://discuss.linuxcontainers.org/t/lxd-on-centos-7/1250

Stuart.


On 09/10/2018 04:55 AM, Dave Johansen wrote:
> Can that chroot be used on Fedora/CentOS? I used Alpine a lot as a 
> Docker base, but I don't have it installed anywhere and I'm looking to 
> avoid setting up a VM.
>
> On Sun, Sep 9, 2018 at 11:03 AM Jakub Jirutka <jakub@jirutka.cz 
> <jakub@jirutka.cz>> wrote:
>
>     Sure, e.g. https://github.com/alpinelinux/alpine-chroot-install/
>
>     Jakub
>
>     On 09/09/2018 06:49 PM, Dave Johansen wrote:
>     > 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
>     <tmhoang@flatglobe.org <tmhoang@flatglobe.org>
>     > <tmhoang@flatglobe.org <tmhoang@flatglobe.org>>>
>     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
>     <alpine-aports@lists.alpinelinux.org>
>     >     <alpine-aports@lists.alpinelinux.org
>     <alpine-aports@lists.alpinelinux.org>> or create pull request
>     >     on github.com/alpinelinux/aports
>     <http://github.com/alpinelinux/aports>
>     >     <http://github.com/alpinelinux/aports> or ping
>     #alpine-dev@freenode.
>     >
>     >      > Thanks,
>     >      > Dave
>     >      >
>     >     Tuan
>     >
>     >      > On Thu, Jun 21, 2018 at 1:04 AM, Leonardo Arena
>     <rnalrd@gmail.com <rnalrd@gmail.com>
>     >     <rnalrd@gmail.com <rnalrd@gmail.com>>
>     <rnalrd@gmail.com <rnalrd@gmail.com>
>     >     <rnalrd@gmail.com <rnalrd@gmail.com>>>> 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
>     >     <dan@ma.ssive.co <dan@ma.ssive.co>
>     <dan@ma.ssive.co <dan@ma.ssive.co>>
>     <dan@ma.ssive.co <dan@ma.ssive.co>
>     >     <dan@ma.ssive.co <dan@ma.ssive.co>>>> 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 <davejohansen@gmail.com>
>     <davejohansen@gmail.com <davejohansen@gmail.com>>
>     >     <davejohansen@gmail.com
>     <davejohansen@gmail.com> <davejohansen@gmail.com
>     <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
>     <alpine-devel%2Bunsubscribe@lists.alpinelinux.org>
>     >     <alpine-devel%2Bunsubscribe@lists.alpinelinux.org
>     <alpine-devel%252Bunsubscribe@lists.alpinelinux.org>>
>     >     Help: alpine-devel+help@lists.alpinelinux.org
>     <alpine-devel%2Bhelp@lists.alpinelinux.org>
>     >     <alpine-devel%2Bhelp@lists.alpinelinux.org
>     <alpine-devel%252Bhelp@lists.alpinelinux.org>>
>     >     ---
>     >
>
Dave Johansen <davejohansen@gmail.com>
Details
Message ID
<CAAcYxUdX6oH99AbmH34gftjZh3hf-+P6R2eGfL92uCVC=rmbyA@mail.gmail.com>
In-Reply-To
<CAGG_d8Apnji1cYT_7sys9LVQNsnWBz=B+Y5Rm3dt_AkUsZ14ZA@mail.gmail.com> (view parent)
Sender timestamp
1562183513
DKIM signature
missing
Download raw message
The tests have been added to gdal (
https://git.alpinelinux.org/aports/commit/testing/gdal/APKBUILD?id=652f5749f9fc1d75d2feb09d300f84816d07a6e7
),
so what needs to happen for gdal to be added to the main repo and
backported to the stable branches?
Thanks,
Dave

On Thu, Jun 21, 2018 at 1:04 AM Leonardo Arena <rnalrd@gmail.com> 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 <dan@ma.ssive.co> 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
>>
>> 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
>>>
>>
>
Reply to thread Export thread (mbox)