From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 4517D3858C50; Sun, 5 Feb 2023 18:01:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4517D3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675620113; bh=77vvDvtd09kAP4iITlUbygpsUo+2HqnxqIFXQ78WKC0=; h=To:Subject:Date:From:From; b=E461J9OJPAXC6Qk5w0Cjm4WtNwdowzfPFMINASmiSsUt/eZ4CVIphjhR6e/MlQ+4y oZXqJH5x2q2lfw4miCyCY5FaSE2aXA91EXeQhv2Y9mtwiqJ89HB2SBWyzCDAk7GfWr IMLgeWLU5a0MyTVXAsZ2+O1NwmtUDmQrpvD3d24Q= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 186576e701083204c1b005b053694932c8d889bf X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e53da9d37d4a1c998e52abdf02f39558088d123d X-Git-Newrev: 186576e701083204c1b005b053694932c8d889bf Message-Id: <20230205180153.4517D3858C50@sourceware.org> Date: Sun, 5 Feb 2023 18:01:53 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 186576e701083204c1b005b053694932c8d889bf (commit) from e53da9d37d4a1c998e52abdf02f39558088d123d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 186576e701083204c1b005b053694932c8d889bf Author: Gerald Pfeifer Date: Sun Feb 5 19:01:03 2023 +0100 mirrors: Remove ftp.uvsq.fr mirror ftp.uvsq.fr has been unreachable for an extensive period of time (tested from different networks). diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index 963fc7c3..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.lip6.fr, thanks to ftpmaint@lip6.fr
  • France, Brittany: ftp.irisa.fr, thanks to ftpmaint@irisa.fr
  • -
  • France, Versailles: ftp.uvsq.fr, thanks to ftpmaint@uvsq.fr
  • Germany, Berlin: ftp.fu-berlin.de, thanks to ftp@fu-berlin.de
  • Germany: ftp.gwdg.de, thanks to ftp@gwdg.de
  • Germany: mpi-sb.mpg.de, thanks to ftpadmin@mpi-sb.mpg.de
  • ----------------------------------------------------------------------- Summary of changes: htdocs/mirrors.html | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- gcc-wwwdocs