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: Tue, 27 Aug 2013 09:08:17
Message-Id: 1377594446.754da1699462f8381702187eaf5829a472aea2ee.antarus@gentoo
1 commit: 754da1699462f8381702187eaf5829a472aea2ee
2 Author: Alec Warner <antarus <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 09:07:26 2013 +0000
4 Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 27 09:07:26 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-mirrorstats.git;a=commit;h=754da169
7
8 Unbreak mirmon-distfiles.
9
10 Theo renamed 'source_mirrors' to distfiles_mirrors but missed a few references.
11
12 ---
13 mirmon-distfiles.sh | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/mirmon-distfiles.sh b/mirmon-distfiles.sh
17 index eaedc8b..02ed87b 100755
18 --- a/mirmon-distfiles.sh
19 +++ b/mirmon-distfiles.sh
20 @@ -1,6 +1,6 @@
21 #!/bin/bash
22
23 -cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/source_mirrors
24 +cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/distfile_mirrors
25 # Grab mirrors from the web
26 [[ -d ./var ]] || mkdir ./var
27 ./get-mirror-list-source.rb > ./var/g.mirrors