commit 0780287aa5853b96d093f6396200ec219e8faf43 Author: Christian Fromme kaner@strace.org Date: Sun Oct 30 00:25:06 2011 +0200
Add patches that Andrew came up with in context of #4342: - Fix the gettor source code repository URL - Adjust the copyright year - Change the default rsync host --- gettor.conf | 2 +- lib/GetTor.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gettor.conf b/gettor.conf index 0d57c35..233b4b9 100644 --- a/gettor.conf +++ b/gettor.conf @@ -31,7 +31,7 @@ BLACKLIST_BY_TYPE = True BLACKLIST_THRES = 3
# Which mirror to sync packages from -RSYNC_MIRROR = "rsync.torproject.org" +RSYNC_MIRROR = "aroides.torproject.org::website-mirror"
# Which email provider allows for what size of attachments? (Size in MB) PROVIDER_ATTACHMENT_SIZES = { "gmail.com": 25, diff --git a/lib/GetTor.py b/lib/GetTor.py index eb5505a..8a25e6f 100644 --- a/lib/GetTor.py +++ b/lib/GetTor.py @@ -2,9 +2,9 @@ # -*- coding: utf-8 -*-
__program__ = 'GetTor.py' -__url__ = 'https://svn.torproject.org/svn/projects/gettor' +__url__ = 'https://gitweb.torproject.org/gettor.git' __author__ = 'Jacob Appelbaum jacob@appelbaum.net, Christian Fromme kaner@strace.org' -__copyright__ = 'Copyright (c) 2008, 2009, The Tor Project' +__copyright__ = 'Copyright (c) 2008-2011, The Tor Project' __license__ = 'See LICENSE for licensing information'
try: