public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH cygport] mirrors: update mirror_debian
@ 2020-06-03 16:35 Yasuhiro KIMURA
  2020-06-03 20:02 ` Brian Inglis
  0 siblings, 1 reply; 5+ messages in thread
From: Yasuhiro KIMURA @ 2020-06-03 16:35 UTC (permalink / raw)
  To: cygwin-apps

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 '^  <td><a href' list  | sed -e 's#.*"\(.*\)/".*#\t\1#g'
-mirror_debian+=" http://ftp.debian.org/debian"
+mirror_debian+=" http://deb.debian.org/debian"
 
 
 #****d* Mirrors/mirror_gcc
-- 
2.26.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH cygport] mirrors: update mirror_debian
  2020-06-03 16:35 [PATCH cygport] mirrors: update mirror_debian Yasuhiro KIMURA
@ 2020-06-03 20:02 ` Brian Inglis
  2020-06-03 20:10   ` Yasuhiro KIMURA
  0 siblings, 1 reply; 5+ messages in thread
From: Brian Inglis @ 2020-06-03 20:02 UTC (permalink / raw)
  To: cygwin-apps

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 '^  <td><a href' list  | sed -e 's#.*"\(.*\)/".*#\t\1#g'
> -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.]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH cygport] mirrors: update mirror_debian
  2020-06-03 20:02 ` Brian Inglis
@ 2020-06-03 20:10   ` Yasuhiro KIMURA
  2020-06-04  1:24     ` Yaakov Selkowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Yasuhiro KIMURA @ 2020-06-03 20:10 UTC (permalink / raw)
  To: cygwin-apps

Hello Brian. Thank you for feedback.

From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH cygport] mirrors: update mirror_debian
  2020-06-03 20:10   ` Yasuhiro KIMURA
@ 2020-06-04  1:24     ` Yaakov Selkowitz
  2020-06-04  4:12       ` Yasuhiro KIMURA
  0 siblings, 1 reply; 5+ messages in thread
From: Yaakov Selkowitz @ 2020-06-04  1:24 UTC (permalink / raw)
  To: cygwin-apps

On Thu, 2020-06-04 at 05:10 +0900, Yasuhiro KIMURA wrote:
> Hello Brian. Thank you for feedback.
> 
> From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH cygport] mirrors: update mirror_debian
  2020-06-04  1:24     ` Yaakov Selkowitz
@ 2020-06-04  4:12       ` Yasuhiro KIMURA
  0 siblings, 0 replies; 5+ messages in thread
From: Yasuhiro KIMURA @ 2020-06-04  4:12 UTC (permalink / raw)
  To: cygwin-apps

From: Yaakov Selkowitz <yselkowitz@cygwin.com>
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-04  4:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 16:35 [PATCH cygport] mirrors: update mirror_debian Yasuhiro KIMURA
2020-06-03 20:02 ` Brian Inglis
2020-06-03 20:10   ` Yasuhiro KIMURA
2020-06-04  1:24     ` Yaakov Selkowitz
2020-06-04  4:12       ` Yasuhiro KIMURA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).