[gettor/master] Small fix for Andrew's patches

29 Oct
2011
29 Oct
'11
10:42 p.m.
commit 57b2db698ba35e9499d93c6566c220ed3291ab78 Author: Christian Fromme <kaner@strace.org> Date: Sun Oct 30 00:42:25 2011 +0200 Small fix for Andrew's patches --- lib/gettor/packages.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/gettor/packages.py b/lib/gettor/packages.py index 0f205c1..9388361 100644 --- a/lib/gettor/packages.py +++ b/lib/gettor/packages.py @@ -245,7 +245,7 @@ class Packages: if not silent: self.rsync += "--progress" self.rsync += " " - self.rsync += "rsync://%s/tor/dist/" % mirror + self.rsync += "%s/dist/" % mirror self.rsync += " " self.rsync += self.distDir + "/"
4944
Age (days ago)
4944
Last active (days ago)
0 comments
1 participants
participants (1)
-
kaner@torproject.org