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

kaner at torproject.org kaner at torproject.org
Sat Oct 29 22:42:48 UTC 2011


commit 57b2db698ba35e9499d93c6566c220ed3291ab78
Author: Christian Fromme <kaner at 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 + "/"
 



More information about the tor-commits mailing list