mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Make the usage example in updateFallbackDirs.py actually work
And explain what it does. Fixes bug 22270 in 0.3.0.3-alpha.
This commit is contained in:
parent
d88a19af7c
commit
3f28824931
4
changes/bug22270
Normal file
4
changes/bug22270
Normal file
@ -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.
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user