Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mirrorselect:master commit in: mirrorselect/
Date: Sun, 02 Mar 2014 07:44:13
Message-Id: 1382246337.73a02c287f30f7378bd59c15bea802c52cd8b0fe.dol-sen@gentoo
1 commit: 73a02c287f30f7378bd59c15bea802c52cd8b0fe
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 20 05:18:57 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 20 05:18:57 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=73a02c28
7
8 wrap a long line.
9
10 ---
11 mirrorselect/main.py | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/mirrorselect/main.py b/mirrorselect/main.py
15 index 85b0345..5838b79 100755
16 --- a/mirrorselect/main.py
17 +++ b/mirrorselect/main.py
18 @@ -236,7 +236,8 @@ class MirrorSelect(object):
19 "by selecting an overly large size file. You must also "
20 " use the -m, --md5 option.")
21 group.add_option(
22 - "-m", "--md5", action="store", default='bdf077b2e683c506bf9e8f2494eeb044',
23 + "-m", "--md5", action="store",
24 + default='bdf077b2e683c506bf9e8f2494eeb044',
25 help="An alternate file md5sum value used to compare the downloaded "
26 "file against for deep testing.")