From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9D2E138350 for ; Tue, 28 Apr 2020 17:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8AECE0917; Tue, 28 Apr 2020 17:34:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B67FE0917 for ; Tue, 28 Apr 2020 17:34:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74AFF34EDB7 for ; Tue, 28 Apr 2020 17:34:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17ACD1A8 for ; Tue, 28 Apr 2020 17:34:16 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1588095253.c28531f526f8cd385b96fe8da40615bda9360ff0.robbat2@gentoo> Subject: [gentoo-commits] proj/gentoo-mirrorstats:master commit in: / X-VCS-Repository: proj/gentoo-mirrorstats X-VCS-Files: mirmon-rsync.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: c28531f526f8cd385b96fe8da40615bda9360ff0 X-VCS-Branch: master Date: Tue, 28 Apr 2020 17:34:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fd69532-3d73-4980-9336-7ee84f0cadae X-Archives-Hash: 5e098dba3f24cf9febdc057457754d60 commit: c28531f526f8cd385b96fe8da40615bda9360ff0 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Apr 28 17:34:13 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Apr 28 17:34:13 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=c28531f5 mirmor: drop GCP mirror that was tested Signed-off-by: Robin H. Johnson gentoo.org> mirmon-rsync.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/mirmon-rsync.sh b/mirmon-rsync.sh index 93f76b2..2391a0f 100755 --- a/mirmon-rsync.sh +++ b/mirmon-rsync.sh @@ -17,8 +17,6 @@ cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/rsync_mirrors for i in ${INFRA}; do echo "gentoo rsync://$i.gentoo.org" >> ./var/g.mirrors done -# Test GCP mirror; added by antarus -echo "gentoo rsync://35.190.132.250" >> ./var/g.mirrors # fatal if the state file is NOT present. [[ -e ./var/mirmon.state ]] || touch ./var/mirmon.state # run mirmon