From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A6BC21381F3 for ; Tue, 27 Aug 2013 09:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D6C9E0D14; Tue, 27 Aug 2013 09:08:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12C16E0D14 for ; Tue, 27 Aug 2013 09:08:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04EEF33EAA9 for ; Tue, 27 Aug 2013 09:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 688BCE468F for ; Tue, 27 Aug 2013 09:08:10 +0000 (UTC) From: "Alec Warner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alec Warner" Message-ID: <1377594446.754da1699462f8381702187eaf5829a472aea2ee.antarus@gentoo> Subject: [gentoo-commits] proj/gentoo-mirrorstats:master commit in: / X-VCS-Repository: proj/gentoo-mirrorstats X-VCS-Files: mirmon-distfiles.sh X-VCS-Directories: / X-VCS-Committer: antarus X-VCS-Committer-Name: Alec Warner X-VCS-Revision: 754da1699462f8381702187eaf5829a472aea2ee X-VCS-Branch: master Date: Tue, 27 Aug 2013 09:08:10 +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-Archives-Salt: caba9dfd-1874-4db5-b5d8-737f822ef9b2 X-Archives-Hash: 10f53fca27fd202509cef332a498e2c0 commit: 754da1699462f8381702187eaf5829a472aea2ee Author: Alec Warner gentoo org> AuthorDate: Tue Aug 27 09:07:26 2013 +0000 Commit: Alec Warner gentoo org> CommitDate: Tue Aug 27 09:07:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-mirrorstats.git;a=commit;h=754da169 Unbreak mirmon-distfiles. Theo renamed 'source_mirrors' to distfiles_mirrors but missed a few references. --- mirmon-distfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirmon-distfiles.sh b/mirmon-distfiles.sh index eaedc8b..02ed87b 100755 --- a/mirmon-distfiles.sh +++ b/mirmon-distfiles.sh @@ -1,6 +1,6 @@ #!/bin/bash -cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/source_mirrors +cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/distfile_mirrors # Grab mirrors from the web [[ -d ./var ]] || mkdir ./var ./get-mirror-list-source.rb > ./var/g.mirrors