PATCH for Re: new mirror greece

2024-11-17 Thread Gerald Pfeifer
3bfac2945f2edf40f0d3e2aa2d3861a5 Author: Gerald Pfeifer Date: Sun Nov 17 18:51:00 2024 +0100 mirrors: Add auth.gr diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index e9d1090a..309a3729 100644 --- a/htdocs/mirrors.html +++ b/htdocs/mirrors.html @@ -24,6 +24,7 @@ mirrors. The f

Re: [PING] Re: [PATCH] Add files to discourage submissions of PRs to the GitHub mirror.

2023-11-01 Thread Eric Gallager
On Wed, Nov 1, 2023 at 7:25 PM Eric Gallager wrote: > > On Wed, Nov 1, 2023 at 11:31 AM Jeff Law wrote: > > > > > > > > On 11/1/23 08:11, Eric Gallager wrote: > > > Hi, I'd like to ping the following patch: > > > > > > https://gcc.gnu.org/pipermail/gcc-patches/2023-October/633191.html > > OK for

Re: [PING] Re: [PATCH] Add files to discourage submissions of PRs to the GitHub mirror.

2023-11-01 Thread Eric Gallager
On Wed, Nov 1, 2023 at 11:31 AM Jeff Law wrote: > > > > On 11/1/23 08:11, Eric Gallager wrote: > > Hi, I'd like to ping the following patch: > > > > https://gcc.gnu.org/pipermail/gcc-patches/2023-October/633191.html > OK for the trunk. > Thanks, committed as r14-5064-g2b9778c8d9d331: https://gcc.

Re: [PING] Re: [PATCH] Add files to discourage submissions of PRs to the GitHub mirror.

2023-11-01 Thread Jeff Law
On 11/1/23 08:11, Eric Gallager wrote: Hi, I'd like to ping the following patch: https://gcc.gnu.org/pipermail/gcc-patches/2023-October/633191.html OK for the trunk. jeff

[PING] Re: [PATCH] Add files to discourage submissions of PRs to the GitHub mirror.

2023-11-01 Thread Eric Gallager
39 Eric Gallager wrote: > >> > >> Currently there is an unofficial mirror of GCC on GitHub that people > >> sometimes submit pull requests to: > >> https://github.com/gcc-mirror/gcc > >> However, this is not the proper way to contribute to GCC, so that means >

Re: [PATCH] Add files to discourage submissions of PRs to the GitHub mirror.

2023-10-16 Thread Eric Gallager
On Mon, Oct 16, 2023 at 7:58 PM Andrew Pinski wrote: > > > > On Mon, Oct 16, 2023, 16:39 Eric Gallager wrote: >> >> Currently there is an unofficial mirror of GCC on GitHub that people >> sometimes submit pull requests to: >> https://github.com/gcc-mirror/gc

Re: [PATCH] Add files to discourage submissions of PRs to the GitHub mirror.

2023-10-16 Thread Andrew Pinski
On Mon, Oct 16, 2023, 16:39 Eric Gallager wrote: > Currently there is an unofficial mirror of GCC on GitHub that people > sometimes submit pull requests to: > https://github.com/gcc-mirror/gcc > However, this is not the proper way to contribute to GCC, so that means > that s

[PATCH] Add files to discourage submissions of PRs to the GitHub mirror.

2023-10-16 Thread Eric Gallager
Currently there is an unofficial mirror of GCC on GitHub that people sometimes submit pull requests to: https://github.com/gcc-mirror/gcc However, this is not the proper way to contribute to GCC, so that means that someone (usually Jonathan Wakely) has to go through the PRs and manually tell

[pushed] wwwdocs: mirrors: Remove ftp.uvsq.fr mirror

2023-02-05 Thread Gerald Pfeifer
..b49aa76c 100644 --- a/htdocs/mirrors.html +++ b/htdocs/mirrors.html @@ -19,7 +19,6 @@ mirrors. The following sites mirror the gcc.gnu.org download site France (no snapshots): ftp://ftp.lip6.fr/pub/gcc/";>ftp.lip6.fr, thanks to ftpma...@lip6.fr France, Brittany: ftp://ftp.iris

Re: [PATCH] rs6000: Mirror fix for PR102347 into the new builtins support

2021-12-01 Thread Bill Schmidt via Gcc-patches
On 12/1/21 11:21 AM, Segher Boessenkool wrote: > Hi! > > On Wed, Dec 01, 2021 at 09:29:42AM -0600, Bill Schmidt wrote: >> Recently Kewen fixed a problem in the old builtins support where >> rs6000_builtin_decl prematurely indicated that a target builtin is >> unavailable. This also needs to be don

Re: [PATCH] rs6000: Mirror fix for PR102347 into the new builtins support

2021-12-01 Thread Segher Boessenkool
Hi! On Wed, Dec 01, 2021 at 09:29:42AM -0600, Bill Schmidt wrote: > Recently Kewen fixed a problem in the old builtins support where > rs6000_builtin_decl prematurely indicated that a target builtin is > unavailable. This also needs to be done for the new builtins support, but in > this case we h

[PATCH] rs6000: Mirror fix for PR102347 into the new builtins support

2021-12-01 Thread Bill Schmidt via Gcc-patches
Hi! Recently Kewen fixed a problem in the old builtins support where rs6000_builtin_decl prematurely indicated that a target builtin is unavailable. This also needs to be done for the new builtins support, but in this case we have to ensure the error message is still produced from the overload su

[Ada] Create explicit ghost mirror unit for big integers

2021-11-10 Thread Pierre-Marie de Rodat via Gcc-patches
So far, only one light runtime units was using the standard unit for big integers. A special ghost mirror had been created for the reduced runtimes. In order to use more liberally big integers for proof of the runtime, rename this ghost mirror into Big_Integers_Ghost at the same level in the

[committed] wwwdocs: Update the ntua.gr mirror from FTP to https

2021-05-01 Thread Gerald Pfeifer
+- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index 3ed8a9c7..3e121e87 100644 --- a/htdocs/mirrors.html +++ b/htdocs/mirrors.html @@ -24,7 +24,7 @@ mirrors. The following sites mirror the gcc.gnu.org download site Germany: ftp://ftp.gw

[committed] wwwdocs: Migrate mirrorservice.org mirror from FTP to https

2021-04-27 Thread Gerald Pfeifer
..3ed8a9c7 100644 --- a/htdocs/mirrors.html +++ b/htdocs/mirrors.html @@ -38,7 +38,7 @@ mirrors. The following sites mirror the gcc.gnu.org download site The Netherlands, Nijmegen: ftp://ftp.nluug.nl/mirror/languages/gcc";>ftp.nluug.nl, thanks to Jan Cristiaan van Winkel (j...@atcomputing.nl)

[committed] wwwdocs: Remove gd.tuwien.ac.at mirror

2021-04-27 Thread Gerald Pfeifer
Spotted working on our mirror list; pushed. Gerald This was already disabled (commented out), and apparently has been completely deprovisioned since then. --- htdocs/mirrors.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index 75ab56e0

[committed] wwwdocs: Convert ftp.mpi-sb.mpg.de mirror to https

2021-04-27 Thread Gerald Pfeifer
Tobias pointed out that many of our mirrors are listed with the FTP protocol (or FTP host name) when browers like Chrome or Firefox are currently removing support for FTP. This is the first of several changes I'll be making to adjust our mirror list. Everyone is welcome to make such chang

[committed] wwwdocs: Represent mirror admins' addresses more consistently.

2020-03-07 Thread Gerald Pfeifer
Pushed. Gerald snip commit 8a562ce34e441587b87d5e5bc2ebb58f4ce630b9 Author: Gerald Pfeifer Date: Sat Mar 7 21:59:50 2020 +0100 Represent mirror admins' addresses more consistently. diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index 6813de72..462d7cd7 1

[committed] wwwdocs: New GCC mirror from Rabat, Morocco

2020-02-05 Thread Gerald Pfeifer
On Sun, 5 Jan 2020, Gerald Pfeifer wrote: > Happy to have you as a mirror, and if you'd like to submit a patch > for https://gcc.gnu.org/mirrors.html that'd be great. Otherwise we > can create one. I applied this patch that I created on behalf of Sa

[wwwdocs] Remove link to the Git mirror entry in our Wiki from navigation bar.

2020-01-14 Thread Gerald Pfeifer
Pushed. Gerald - Log - commit 3af4155933a9d3b8506b56c16865879b098ab4cf Author: Gerald Pfeifer Date: Tue Jan 14 23:52:28 2020 +0100 Remove link to the Git mirror entry in our Wiki from navigation bar. diff --git a/htdocs

PATCH for Re: Broken mirror site

2018-10-07 Thread Gerald Pfeifer
On Tue, 2 Oct 2018, David McCallum wrote: > At this time, your Canadian mirror site at http://gcc.parentingamerica.com/ > is broken. There is only a page with the text "It works!"... which appears > to be untrue. Thanks for letting us know, David! James, heads up! For now I

[wwwdocs] Mirror the recent gcc-4.3/porting_to.html change to gcc-4.4

2018-09-09 Thread Gerald Pfeifer
Applied. Gerald Index: gcc-4.4/porting_to.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/porting_to.html,v retrieving revision 1.12 diff -u -r1.12 porting_to.html --- gcc-4.4/porting_to.html 1 Sep 2018 23:42:04 - 1.

Re: [wwwdocs] Remove gcc.skazkaforyou.com mirror

2018-09-03 Thread Gerald Pfeifer
On Sat, 1 Sep 2018, Gerald Pfeifer wrote: > This mirror has gone rogue and the domain is for sale, so I went > ahead and removed it with the patch below. Point in case, mirr...@skazkaforyou.com just bounced on me (timeout). I'm starting to think becoming more picky about new mirrors t

[wwwdocs] Remove gcc.skazkaforyou.com mirror

2018-09-01 Thread Gerald Pfeifer
This mirror has gone rogue and the domain is for sale, so I went ahead and removed it with the patch below. Gerald Index: mirrors.html === RCS file: /cvs/gcc/wwwdocs/htdocs/mirrors.html,v retrieving revision 1.251 diff -u -r1.251

Re: [wwwdocs] PATCH for Re: Create a new mirror

2018-07-26 Thread KoDDoS Mirror
Hello, Gerald, I created a new mirror in Hong Kong. Can you add it too? +Hong Kong: +  http://mirror-hk.koddos.net/gcc/";>http://mirror-hk.koddos.net/gcc/ | +  rsync://mirror-hk.koddos.net/gcc/, +  thanks to Martin (mir...@koddos.net) at KoDDoS. Regards, Martin On Wed, 28 Feb 2018

[wwwdocs] PATCH for Re: GCC mirror - Please read it

2018-03-18 Thread Gerald Pfeifer
On Sat, 3 Feb 2018, BigSearcher Info wrote: > please let me know if you need the mirror I set for the GCC community > some weeks ago. Thank you for doing that and letting us know, and sorry for the delay in responding. I just added this to the official GCC mirrors list per the patch

[wwwdocs] Remove babyname.tips mirror

2018-03-04 Thread Gerald Pfeifer
It appears the entire mirror infrastructure is gone (empty), so remove this from our mirror list. Applied. Gerald Index: mirrors.html === RCS file: /cvs/gcc/wwwdocs/htdocs/mirrors.html,v retrieving revision 1.247 diff -u -r1.247

[wwwdocs] PATCH for Re: Create a new mirror

2018-03-04 Thread Gerald Pfeifer
On Wed, 28 Feb 2018, KoDDoS Mirror wrote: > We added missing cronjob to update it. It should be updated in > less than 6 hours. Yep, it did. I just applied the patch below. Thank you for mirroring and letting us know! Gerald Index: mirror

[PATCH] for Re: netgull.com mirror doesn't have gcc release .sig files.

2018-02-24 Thread Gerald Pfeifer
On Tue, 8 Jul 2014, Richard Biener wrote: >> The reason you do not see .sig files on our netgull.com mirror is >> that it mirrors gcc.gnu.org, which does not carry those, whereas >> ftp.gnu.org and hence its mirrors has them. >> >> Richi, Jakub, can you also add tho

[wwwdocs] PATCH for Re: New mirror site

2017-10-22 Thread Gerald Pfeifer
On Sat, 2 Sep 2017, Daniel Volchixin wrote: > URL: http://mirror.linux-ia64.org/gnu/gcc/ > Country/City: Russia / Novosibirsk > Contact email / name: dan...@volchixin.co.uk (Daniel Volchixin) Thank you for hosting this mirror, Daniel and letting us know. I added this to our mirrors page

[wwwdocs] PATCH for Re: Austriaon gcc mirror is offline

2017-04-22 Thread Gerald Pfeifer
On Sat, 22 Apr 2017, Branko wrote: > On your https://gcc.gnu.org/mirrors.html page, first mirror listed is > Austrian ftp://gd.tuwien.ac.at/gnu/gcc. > > I've noticed that it is offline for a few days. I tried firing email to > Antonin.Sprinzl at tuwien.ac.at as listed on

[wwwdocs] PATCH for Re: New CA mirror

2016-08-14 Thread Gerald Pfeifer
Hi Tim, On Tue, 9 Aug 2016, Tim Semeijn wrote: > We have added a new mirror in Canada. > > IP address is being geolocated in the US but it is actually Canadian. If > it has to be listed as a US mirror please let me know. thanks for the heads up! Below is the patch that I

[wwwdocs] PATCH for Re: Change in mirror setup

2016-05-08 Thread Gerald Pfeifer
On Fri, 6 May 2016, NOC wrote: > We have changed our mirror server setup. > > Could you please update the mirror list and replace: > > France, Gravelines: http://mirror0.babylon.network/gcc/ | > ftp://mirror0.babylon.network/gcc/ | > rsync://mirror0.babylon.network/gcc/,

[wwwdocs] PATCH for Re: GCC Mirror

2015-10-24 Thread Gerald Pfeifer
On Sat, 24 Oct 2015, Scott Haiden wrote: > The US, Saint Louis mirror (http://gcc.petsads.us) seems to host only > ads. I am not sure if this is a mistake on their part or if they're > aware of it or not, but I figured I'd let somebody know just in case. I do hope it's j

Re: [wwwdocs] PATCH for Re: Confirmation Mirror Changes

2015-04-23 Thread Tim Semeijn
ove the current BBLN mirror >> (mirror.bbln.org) and replace it with our three new ones: > > The patch below implements those changes: > > - Replace mirror.bbln.org by mirror1.babylon.network. - Add > mirror0.babylon.network, France, Gravelines. - Add > mirror2.baby

[wwwdocs] PATCH for Re: Confirmation Mirror Changes

2015-04-23 Thread Gerald Pfeifer
On Fri, 17 Apr 2015, Tim Semeijn wrote: > We have changed our company name, hostnames and contact information. > Please remove the current BBLN mirror (mirror.bbln.org) and replace it > with our three new ones: The patch below implements those changes: - Replace mirror.bbln.org b

Re: [wwwdocs] PATCH for RE: wrong mirror on GCC mirror sites page

2015-04-07 Thread Dan Derebenskiy
Please remove that AU mirror from your list. That server has been problematic for us. We're working on getting new hosts. I'll update you when they're available. On 4/7/15 11:18 AM, Gerald Pfeifer wrote: On Mon, 9 Mar 2015, Matthew Fortune wrote: Conrad S writes: How di

[wwwdocs] PATCH for RE: wrong mirror on GCC mirror sites page

2015-04-07 Thread Gerald Pfeifer
On Mon, 9 Mar 2015, Matthew Fortune wrote: > Conrad S writes: >>>> How did this get into the mirror list? >>> >>> Because they said they would provide mirrors: >> > https://gcc.gnu.org/ml/gcc/2014-06/msg00251.html >> > https://gcc.gnu.org/ml/gcc/

PATCH for Re: New GCC mirror

2014-09-03 Thread Gerald Pfeifer
On Fri, 29 Aug 2014, ConcertPass Mirrors Admin wrote: > we set up a new GCC mirror for the community. > > URL: http://mirrors.concertpass.com/gcc/ > Organization/Contact: ConcertPass (ad...@mirrors.concertpass.com) > Location: United States, Michigan > > Please, add it to

[wwwdocs] Add UK go-parts.com mirror

2014-07-28 Thread Gerald Pfeifer
Applied, though I noticed the mirror is a few weeks behind right now. Gerald Index: mirrors.html === RCS file: /cvs/gcc/wwwdocs/htdocs/mirrors.html,v retrieving revision 1.224 diff -u -r1.224 mirrors.html --- mirrors.html18

Re: [wwwdocs] PATCH for Re: New French mirror

2014-07-18 Thread Gerald Pfeifer
On Mon, 14 Jul 2014, Tim Semeijn wrote: > We have decided to switch domains so the mirror details have changed. > The old domain will be up for a while but it would be best for the > details to be edited. > > -- > > http://mirror.bbln.org/gcc > ftp://mir

[wwwdocs] PATCH for Re: New French mirror

2014-07-06 Thread Gerald Pfeifer
Hi Tim, On Wed, 2 Jul 2014, Tim Semeijn wrote: > I have set up a French gcc mirror. It is located in Roubaix, France. isn't that where they like to torture bikes (and riders) once a year? ;-) > It is reachable through http, ftp and rsync: > > http://mirror.bbln.nl/gcc >

[wwwdocs] Disable fileboar.com GCC mirror

2012-11-01 Thread Gerald Pfeifer
mirrors.html --- mirrors.html22 Apr 2012 11:40:57 - 1.218 +++ mirrors.html1 Nov 2012 21:45:12 - @@ -34,7 +34,6 @@ mirrors. The following sites mirror Slovakia, Bratislava: http://gcc.fyxm.net/";>gcc.fyxm.net, thanks to Jan Teluch (admin at 2600.sk)

Re: Mirror

2012-04-22 Thread Gerald Pfeifer
Installed now, after an exchange with Igor and monitoring the mirror for ten days. Thanks, Igor! Gerald On Mon, 9 Apr 2012, Gerald Pfeifer wrote: > I was just going to add your server by means of the patch below, > alas all attempts to rach the server time out. What's going on?

Re: Mirror gcc/contrib -> src/contrib? [was Re: [patch, gcc RFA] dg-extract-results.sh: Handle KFAILs.]

2012-04-09 Thread Gerald Pfeifer
rs opinions, as the topic came up in another > context.] Looking at gcc/contrib, there is a lot of stuff there which does not seem applicable to other projects. Not sure I'd just mirror all that... Gerald

Re: Mirror gcc/contrib -> src/contrib? [was Re: [patch, gcc RFA] dg-extract-results.sh: Handle KFAILs.]

2012-04-09 Thread Doug Evans
On Mon, Apr 9, 2012 at 7:43 AM, Tom Tromey wrote: >> "Doug" == Doug Evans writes: > > Doug> On Thu, Mar 15, 2012 at 11:54 AM, Mike Stump > wroteDoug> btw, is there any interest in mirroring gcc/contrib -> src/contrib? > Doug> [instead of gdb having its own copy in gdb/testsuite, it *could*

Re: Mirror gcc/contrib -> src/contrib? [was Re: [patch, gcc RFA] dg-extract-results.sh: Handle KFAILs.]

2012-04-09 Thread Tom Tromey
> "Doug" == Doug Evans writes: Doug> On Thu, Mar 15, 2012 at 11:54 AM, Mike Stump wroteDoug> btw, is there any interest in mirroring gcc/contrib -> src/contrib? Doug> [instead of gdb having its own copy in gdb/testsuite, it *could* use Doug> the one in, e.g., src/contrib. I don't have a str

Mirror gcc/contrib -> src/contrib? [was Re: [patch, gcc RFA] dg-extract-results.sh: Handle KFAILs.]

2012-04-06 Thread Doug Evans
On Thu, Mar 15, 2012 at 11:54 AM, Mike Stump wrote: > On Mar 15, 2012, at 11:09 AM, Pedro Alves wrote: >> Still, kfail is standard DejaGnu, not a GDB invention.  It'd be nice not to >> need to fork the script for this. > > The change is fine for the gcc tree. Committed (to the gcc tree, already i

Re: [wwwdocs] Add link to Git mirror on main page

2012-03-24 Thread Gerald Pfeifer
On Thu, 22 Mar 2012, Diego Novillo wrote: > From a thread on IRC. We don't have a prominent link to the Git mirror > and it's becoming one of the favourite ways for people to access the > repo. > > Gerald, OK for the main page? I can't seem to be able to preview

[wwwdocs] Add link to Git mirror on main page

2012-03-22 Thread Diego Novillo
From a thread on IRC. We don't have a prominent link to the Git mirror and it's becoming one of the favourite ways for people to access the repo. Gerald, OK for the main page? I can't seem to be able to preview this change locally (dunno how the style.mhtml file gets loa

Re: [wwwdocs] releasing.html: Git - mirror new branch

2012-03-02 Thread Richard Guenther
On Fri, Mar 2, 2012 at 3:10 PM, Tobias Burnus wrote: > On 03/02/2012 03:02 PM, Jakub Jelinek wrote: >> >> releasing.html is wrong for this, it has nothing to do with releasing, but >> with branching, so something like that should go into branching.html >> instead. From this isn't clear where this

Re: [wwwdocs] releasing.html: Git - mirror new branch

2012-03-02 Thread Tobias Burnus
he release to GIT mirror; example: - -$ cd /git/gcc.git/.git -$ git symbolic-ref refs/heads/gcc-4_7-branch refs/remotes/gcc-4_7-branch - Web Site Updates Index: branching.html === RCS file: /cvs/gcc/wwwdocs/htdocs/branching.html,v

Re: [wwwdocs] releasing.html: Git - mirror new branch

2012-03-02 Thread Richard Guenther
On Fri, Mar 2, 2012 at 3:02 PM, Jakub Jelinek wrote: > On Fri, Mar 02, 2012 at 03:00:12PM +0100, Tobias Burnus wrote: >> As mentioned on #gcc, the git mirror should also include new major releases. >> >> Diego also documented it on the wiki: >> http:/

Re: [wwwdocs] releasing.html: Git - mirror new branch

2012-03-02 Thread Richard Guenther
On Fri, Mar 2, 2012 at 3:00 PM, Tobias Burnus wrote: > As mentioned on #gcc, the git mirror should also include new major releases. > > Diego also documented it on the wiki: > http://gcc.gnu.org/wiki/GitMirror#Adding_a_branch_to_origin.2BAC8.2A  (Wiki > page rev. 94 -> 96) &g

Re: [wwwdocs] releasing.html: Git - mirror new branch

2012-03-02 Thread Jakub Jelinek
On Fri, Mar 02, 2012 at 03:00:12PM +0100, Tobias Burnus wrote: > As mentioned on #gcc, the git mirror should also include new major releases. > > Diego also documented it on the wiki: > http://gcc.gnu.org/wiki/GitMirror#Adding_a_branch_to_origin.2BAC8.2A > (Wiki page rev. 94 -&g

[wwwdocs] releasing.html: Git - mirror new branch

2012-03-02 Thread Tobias Burnus
As mentioned on #gcc, the git mirror should also include new major releases. Diego also documented it on the wiki: http://gcc.gnu.org/wiki/GitMirror#Adding_a_branch_to_origin.2BAC8.2A (Wiki page rev. 94 -> 96) OK for committal? Tobias Index: releasing.h

[wwwdocs PATCH] for Re: GCC mirror

2012-01-15 Thread Gerald Pfeifer
On Wed, 11 Jan 2012, NetGull Administrator wrote: > I've just set up a new GCC mirror. Information is as follows: > > URL: http://www.netgull.com/gcc/ > Frequency:once a day > Location:San Jose, California, United States, North America > Contact: ad...@netgu

[wwwdocs] PATCH for Re: Could you change my mail address of mirror lists?

2011-10-25 Thread Gerald Pfeifer
On Mon, 24 Oct 2011, Kohei Takahashi wrote: > I'm GCC mirror admin of ftp.tsukuba.wide.ad.jp. Could you change my mail > address of mirror lists to tsukuba-ftp-serv...@tsukuba.wide.ad.jp ? Sure, just done by means of the patch below. Thanks for letting us know! Gerald Index: m

[PATCH] for Re: New mirror

2011-08-18 Thread Gerald Pfeifer
On Mon, 8 Aug 2011, Sergey Kutserey wrote: > Hopefully you can add this mirror into public mirror list for GCC project. Thanks, Sergey. This is how I added your mirror to our list. Gerald Index: mirrors.html === RCS file: /cvs/

New mirror in Phoenix, US (was: new mirror in Nicosia, Cyprus)

2011-04-26 Thread Gerald Pfeifer
On Mon, 25 Apr 2011, Gerald Pfeifer wrote: > Grigory and me mailed off-list a bit, and I just applied the patch > below (after checking the mirror now seems to be fully active). > > Just one question: is this server _really_ located in Cyprus? My > traceroutes seem to indicate

Re: new mirror in Nicosia, Cyprus

2011-04-25 Thread Gerald Pfeifer
rything down? > > Also, it seems there has not been a sync for more than half a week? Grigory and me mailed off-list a bit, and I just applied the patch below (after checking the mirror now seems to be fully active). Just one question: is this server _really_ located in Cyprus? My traceroute

Re: I wish to host a new mirror site.

2011-04-10 Thread Gerald Pfeifer
On Fri, 8 Apr 2011, Kohei Takahashi wrote: > I wish to host a new mirror site. > When it is possible to register in the mirror list, it is glad. > > The URL is http://ftp.tsukuba.wide.ad.jp/software/gcc . > The mirror is located in Japan/Tsukuba, mirror manager is me, Kohei > Ta

[wwwdocs] remove ring.etl.go.jp mirror

2011-04-09 Thread Gerald Pfeifer
g/egcs/";>ring.etl.go.jp The Netherlands, Nijmegen: ftp://ftp.nluug.nl/mirror/languages/gcc";>ftp.nluug.nl, thanks to Jan Cristiaan van Winkel (jc at ATComputing dot nl) Slovakia, Bratislava: http://gcc.fyxm.net/";>gcc.fyxm.net, thanks to Jan Teluch (admin at 2600 dot sk) UK: ftp

Re: A problem of our Gcc mirror

2011-03-19 Thread Harry Wei
On Sun, Mar 20, 2011 at 10:58:23AM +0800, harryxiyou wrote: > On Sun, Mar 20, 2011 at 4:18 AM, Gerald Pfeifer wrote: > > > On Tue, 15 Feb 2011, Mingjie Xing wrote: > > > The mirror site in China is unavailable for a long time. I believe it > > > is helpful if w

Re: A problem of our Gcc mirror

2011-03-19 Thread Gerald Pfeifer
On Tue, 15 Feb 2011, Mingjie Xing wrote: > The mirror site in China is unavailable for a long time. I believe it > is helpful if we can have one, though I don't know the requirements of > being a mirror. Indeed; for the time being I am removing this mirror per the patch below. Dav