[tor-commits] [tor/master] Make the usage example in updateFallbackDirs.py actually work

nickm at torproject.org nickm at torproject.org
Tue May 16 12:32:59 UTC 2017


commit 3f2882493172071b547e444bb81eeb4d4b34c328
Author: teor <teor2345 at gmail.com>
Date:   Tue May 16 17:35:47 2017 +1000

    Make the usage example in updateFallbackDirs.py actually work
    
    And explain what it does.
    
    Fixes bug 22270 in 0.3.0.3-alpha.
---
 changes/bug22270                    | 4 ++++
 scripts/maint/updateFallbackDirs.py | 7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/changes/bug22270 b/changes/bug22270
new file mode 100644
index 0000000..9130838
--- /dev/null
+++ b/changes/bug22270
@@ -0,0 +1,4 @@
+  o Minor bugfixes (fallback directory mirrors):
+    - Make the usage example in updateFallbackDirs.py actually work.
+      (And explain what it does.)
+      Fixes bug 22270 in 0.3.0.3-alpha.
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py
index 117ac5c..50a2bd6 100755
--- a/scripts/maint/updateFallbackDirs.py
+++ b/scripts/maint/updateFallbackDirs.py
@@ -1,8 +1,13 @@
 #!/usr/bin/python
 
 # Usage:
+#
+# Regenerate the list:
 # scripts/maint/updateFallbackDirs.py > src/or/fallback_dirs.inc
-# scripts/maint/updateFallbackDirs.py check_existing > src/or/fallback_dirs.inc
+#
+# Check the existing list:
+# scripts/maint/updateFallbackDirs.py check_existing > fallback_dirs.inc.ok
+# mv fallback_dirs.inc.ok src/or/fallback_dirs.inc
 #
 # This script should be run from a stable, reliable network connection,
 # with no other network activity (and not over tor).





More information about the tor-commits mailing list