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 65384138350 for ; Tue, 28 Apr 2020 17:42:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 888C2E091C; Tue, 28 Apr 2020 17:42:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 739AFE091C for ; Tue, 28 Apr 2020 17:42:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 71C4334EEF5 for ; Tue, 28 Apr 2020 17:42:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E2411A8 for ; Tue, 28 Apr 2020 17:42:14 +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: <1588095726.23444534405ec900f3eac60bb6e4e768ac59de61.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: 23444534405ec900f3eac60bb6e4e768ac59de61 X-VCS-Branch: master Date: Tue, 28 Apr 2020 17:42:14 +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: 80d9f8ec-ee3b-4878-9414-c039f0bcf5e8 X-Archives-Hash: b918b464e27dbcc2305a8e3e34375c57 commit: 23444534405ec900f3eac60bb6e4e768ac59de61 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Apr 28 17:42:06 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Apr 28 17:42:06 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=23444534 rsync: trailing / on mirrors Signed-off-by: Robin H. Johnson gentoo.org> mirmon-rsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirmon-rsync.sh b/mirmon-rsync.sh index 2391a0f..1e432e2 100755 --- a/mirmon-rsync.sh +++ b/mirmon-rsync.sh @@ -15,7 +15,7 @@ cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/rsync_mirrors ../get-mirrors-from-rsync-xml.rb > ./var/g.mirrors # infra mirrors, "manually added" to list to check for i in ${INFRA}; do - echo "gentoo rsync://$i.gentoo.org" >> ./var/g.mirrors + echo "gentoo rsync://$i.gentoo.org/" >> ./var/g.mirrors done # fatal if the state file is NOT present. [[ -e ./var/mirmon.state ]] || touch ./var/mirmon.state