Gentoo Archives: gentoo-commits

From: Alec Warner <antarus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mirrorstats:master commit in: /
Date: Wed, 28 Aug 2013 02:28:38
Message-Id: 1377656881.dca142c8999523c028e72b2b6dd8179fd35da9fd.antarus@gentoo
1 commit: dca142c8999523c028e72b2b6dd8179fd35da9fd
2 Author: Alec Warner <antarus <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 02:28:01 2013 +0000
4 Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 02:28:01 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-mirrorstats.git;a=commit;h=dca142c8
7
8 distfile(s) typo :(
9
10 ---
11 mirmon-distfiles.sh | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/mirmon-distfiles.sh b/mirmon-distfiles.sh
15 index 02ed87b..d9a1d48 100755
16 --- a/mirmon-distfiles.sh
17 +++ b/mirmon-distfiles.sh
18 @@ -1,9 +1,9 @@
19 #!/bin/bash
20
21 -cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/distfile_mirrors
22 +cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/distfiles_mirrors
23 # Grab mirrors from the web
24 [[ -d ./var ]] || mkdir ./var
25 -./get-mirror-list-source.rb > ./var/g.mirrors
26 +./get-mirror-list-distfiles.rb > ./var/g.mirrors
27 # fatal if the state file is NOT present.
28 [[ -e ./var/mirmon.state ]] || touch ./var/mirmon.state
29 # run mirmon