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 D8AAB1381F3 for ; Wed, 28 Aug 2013 02:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73207E0F80; Wed, 28 Aug 2013 02:28:38 +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 181CEE0F80 for ; Wed, 28 Aug 2013 02:28:38 +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 200D533EB96 for ; Wed, 28 Aug 2013 02:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7245DE468F for ; Wed, 28 Aug 2013 02:28:34 +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: <1377656881.dca142c8999523c028e72b2b6dd8179fd35da9fd.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: dca142c8999523c028e72b2b6dd8179fd35da9fd X-VCS-Branch: master Date: Wed, 28 Aug 2013 02:28:34 +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: b281c7aa-1b7b-4177-8293-9a3b7042ac95 X-Archives-Hash: c1b12b6b788086b6098a7a56286ef95b commit: dca142c8999523c028e72b2b6dd8179fd35da9fd Author: Alec Warner gentoo org> AuthorDate: Wed Aug 28 02:28:01 2013 +0000 Commit: Alec Warner gentoo org> CommitDate: Wed Aug 28 02:28:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-mirrorstats.git;a=commit;h=dca142c8 distfile(s) typo :( --- mirmon-distfiles.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirmon-distfiles.sh b/mirmon-distfiles.sh index 02ed87b..d9a1d48 100755 --- a/mirmon-distfiles.sh +++ b/mirmon-distfiles.sh @@ -1,9 +1,9 @@ #!/bin/bash -cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/distfile_mirrors +cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/distfiles_mirrors # Grab mirrors from the web [[ -d ./var ]] || mkdir ./var -./get-mirror-list-source.rb > ./var/g.mirrors +./get-mirror-list-distfiles.rb > ./var/g.mirrors # fatal if the state file is NOT present. [[ -e ./var/mirmon.state ]] || touch ./var/mirmon.state # run mirmon