Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-12-03 Thread Khem Raj
On Mon, Dec 3, 2018 at 1:25 AM Martin Jansa wrote: > > If you're going to push them to yp mirror, then please include the date in > the filename and adjust the recipe to use the same (this time not as > downloadfilename parameter), that way you can update them again with the > latest (and

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-12-03 Thread Martin Jansa
If you're going to push them to yp mirror, then please include the date in the filename and adjust the recipe to use the same (this time not as downloadfilename parameter), that way you can update them again with the latest (and last) version at the end of this year. On Mon, Dec 3, 2018 at 3:38

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-12-02 Thread Khem Raj
On Sun, Dec 2, 2018 at 6:06 PM Changqing Li wrote: > > > On 11/30/18 4:22 PM, Martin Jansa wrote: > > I think Khem meant http://sources.openembedded.org/ it returns 403, because > listing is disabled, but the files are there. > > Thanks. But I cannot upload file to that website. so I prefer

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-12-02 Thread Changqing Li
On 11/30/18 4:22 PM, Martin Jansa wrote: I think Khem meant http://sources.openembedded.org/ it returns 403, because listing is disabled, but the files are there. Thanks.  But  I cannot upload file to that website.  so I prefer use http://downloads.yoctoproject.org/mirror/sources/ as

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-30 Thread Martin Jansa
I think Khem meant http://sources.openembedded.org/ it returns 403, because listing is disabled, but the files are there. On Fri, Nov 30, 2018 at 3:18 AM Changqing Li wrote: > > On 11/29/18 9:55 AM, Khem Raj wrote: > > We have two options > > Download and rename may be add a date component and

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-29 Thread Changqing Li
On 11/29/18 9:55 AM, Khem Raj wrote: We have two options Download and rename may be add a date component and save it on sources.oe.org Hi,  I cannot open this website Second option is to download the databases during build as temporary artifacts but this might

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-28 Thread Martin Jansa
Thanks for update. So there will be 4 more changes and then after: "Starting January 2, 2019, the last build will be removed from our website." the archive will be only on OE premirror? That's really unfortunate, I'm not using geoip (other than seeing it fail in my world builds), but this will be

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-28 Thread Khem Raj
We have two options Download and rename may be add a date component and save it on sources.oe.org Second option is to download the databases during build as temporary artifacts but this might cause reproducibility problems Either way it is going to have some issues May be option 1 even though

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-28 Thread Changqing Li
Khem and Marthin, The failure still caused by frequently changed checksum of the database. I send the patch on 11.20. but the checksum changed on 1121, and it also changed on 1128, seems like weekly change. but it should not failed if there is a premirror saved the Here is a result I get:

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-27 Thread akuster808
I am seeing failures on some of the stable branches. The sources change every Tuesday of the month so we will be chasing this monthly on top of these other dl issues. - armin On 11/27/18 12:14 PM, Martin Jansa wrote: > I'm seeing different checksum than both your builder and the recipe. > > $

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-27 Thread Martin Jansa
I'm seeing different checksum than both your builder and the recipe. $ wget http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz --2018-11-27 20:06:32-- http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz Resolving geolite.maxmind.com... 104.16.37.47, 104.16.38.47,

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-27 Thread Khem Raj
I am seeing errors on some builders http://errors.yoctoproject.org/Errors/Details/202341/ On Mon, Nov 19, 2018 at 11:29 PM Martin Jansa wrote: > > Looks, good. > > Adding variable for 20181120 might help with maintenance (if we need to > change just checksums in future). And with good variable

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-19 Thread Martin Jansa
Looks, good. Adding variable for 20181120 might help with maintenance (if we need to change just checksums in future). And with good variable name (or a comment) it would also document in the recipe why we're using this in downloadfilename. On Tue, Nov 20, 2018 at 7:48 AM wrote: > From: