Re: [PATCH cygport] mirrors: update mirror_debian

2020-06-03 Thread Yasuhiro KIMURA
From: Yaakov Selkowitz 
Subject: Re: [PATCH cygport] mirrors: update mirror_debian
Date: Wed, 03 Jun 2020 21:24:08 -0400

>> OK. Then should I update patch and submit it again?
> 
> Yes.

Thank you for reply. Then I'll send revised patch soon.

---
Yasuhiro KIMURA


Re: [PATCH cygport] mirrors: update mirror_debian

2020-06-03 Thread Yaakov Selkowitz
On Thu, 2020-06-04 at 05:10 +0900, Yasuhiro KIMURA wrote:
> Hello Brian. Thank you for feedback.
> 
> From: Brian Inglis 
> Subject: Re: [PATCH cygport] mirrors: update mirror_debian
> Date: Wed, 3 Jun 2020 14:02:45 -0600
> 
> >>  #  MIRROR LIST
> >> -#  http://www.debian.org/mirror/list
> >> +#  https://wiki.debian.org/DebianGeoMirror
> > 
> > NO - http://www.debian.org/mirror/list is the authoritative page (it says 
> > so);
> > whereas https://wiki.debian.org/DebianGeoMirror is a discussion page.
> 
> OK. Then should I update patch and submit it again?

Yes.

--
Yaakov




Re: [PATCH cygport] mirrors: update mirror_debian

2020-06-03 Thread Yasuhiro KIMURA
Hello Brian. Thank you for feedback.

From: Brian Inglis 
Subject: Re: [PATCH cygport] mirrors: update mirror_debian
Date: Wed, 3 Jun 2020 14:02:45 -0600

>>  #  MIRROR LIST
>> -#  http://www.debian.org/mirror/list
>> +#  https://wiki.debian.org/DebianGeoMirror
> 
> NO - http://www.debian.org/mirror/list is the authoritative page (it says so);
> whereas https://wiki.debian.org/DebianGeoMirror is a discussion page.

OK. Then should I update patch and submit it again?

Best Regards.

---
Yasuhiro KIMURA


Re: [PATCH cygport] mirrors: update mirror_debian

2020-06-03 Thread Brian Inglis
On 2020-06-03 10:35, Yasuhiro KIMURA wrote:
> According to DebianGeoMirror page of Debian
> Wiki (https://wiki.debian.org/DebianGeoMirror), current reccomended
> Debian mirror archive URL with GeoMirror capability is
> "http://deb.debian.org/;. So update mirror_debian to use it.
> ---
>  data/mirrors | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/data/mirrors b/data/mirrors
> index b0ef904..486a8f9 100644
> --- a/data/mirrors
> +++ b/data/mirrors
> @@ -115,12 +115,12 @@ mirror_ctan+=" http://mirror.ctan.org/;
>  #  SYNOPSIS
>  #  
> SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
>  #  DEFAULT MIRROR
> -#  http://ftp.debian.org/debian
> +#  http://deb.debian.org/debian

Great - ftp.debian.org no longer responds - and all other http mirror services
are deprecated and redirect to deb.debian.org.

>  #  MIRROR LIST
> -#  http://www.debian.org/mirror/list
> +#  https://wiki.debian.org/DebianGeoMirror

NO - http://www.debian.org/mirror/list is the authoritative page (it says so);
whereas https://wiki.debian.org/DebianGeoMirror is a discussion page.

>  #
>  # grep '^   -mirror_debian+=" http://ftp.debian.org/debian;
> +mirror_debian+=" http://deb.debian.org/debian;

Great - ftp.debian.org no longer responds and deb.debian.org is canonical.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in IEC units and prefixes, physical quantities in SI.]


[PATCH cygport] mirrors: update mirror_debian

2020-06-03 Thread Yasuhiro KIMURA
According to DebianGeoMirror page of Debian
Wiki (https://wiki.debian.org/DebianGeoMirror), current reccomended
Debian mirror archive URL with GeoMirror capability is
"http://deb.debian.org/;. So update mirror_debian to use it.
---
 data/mirrors | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index b0ef904..486a8f9 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -115,12 +115,12 @@ mirror_ctan+=" http://mirror.ctan.org/;
 #  SYNOPSIS
 #  SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
 #  DEFAULT MIRROR
-#  http://ftp.debian.org/debian
+#  http://deb.debian.org/debian
 #  MIRROR LIST
-#  http://www.debian.org/mirror/list
+#  https://wiki.debian.org/DebianGeoMirror
 #
 # grep '^  http://ftp.debian.org/debian;
+mirror_debian+=" http://deb.debian.org/debian;
 
 
 #d* Mirrors/mirror_gcc
-- 
2.26.2