Merge remote-tracking branch 'teor/ticket24682'

This commit is contained in:
Nick Mathewson 2017-12-20 10:14:43 -05:00
commit f92b533757

View File

@ -1,12 +1,13 @@
#!/usr/bin/python #!/usr/bin/python
# Usage: # Usage:
<<<<<<< Updated upstream
# #
# Regenerate the list: # Regenerate the list:
# scripts/maint/updateFallbackDirs.py > src/or/fallback_dirs.inc # scripts/maint/updateFallbackDirs.py > src/or/fallback_dirs.inc 2> fallback_dirs.log
# #
# Check the existing list: # Check the existing list:
# scripts/maint/updateFallbackDirs.py check_existing > fallback_dirs.inc.ok # scripts/maint/updateFallbackDirs.py check_existing > fallback_dirs.inc.ok 2> fallback_dirs.log
# mv fallback_dirs.inc.ok src/or/fallback_dirs.inc # mv fallback_dirs.inc.ok src/or/fallback_dirs.inc
# #
# This script should be run from a stable, reliable network connection, # This script should be run from a stable, reliable network connection,