[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [stem/master] Update fallback directory caching url



commit 9ac0abcce0897f195e22a845f1a210320bf11064
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date:   Tue May 7 07:56:18 2019 -0700

    Update fallback directory caching url
    
    Tor rearranged its files. Accounting for this in our caching script. Thanks to
    teor for pointing this out!
    
      https://trac.torproject.org/projects/tor/ticket/29877
---
 cache_fallback_directories.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cache_fallback_directories.py b/cache_fallback_directories.py
index 49ea22f4..137ce1a0 100755
--- a/cache_fallback_directories.py
+++ b/cache_fallback_directories.py
@@ -18,8 +18,8 @@ try:
 except ImportError:
   import urllib2 as urllib
 
-GITWEB_MAN_LOG = 'https://gitweb.torproject.org/tor.git/log/src/or/fallback_dirs.inc'
-FALLBACK_DIR_LINK = "href='/tor.git/commit/src/or/fallback_dirs.inc\?id=([^']*)'"
+GITWEB_MAN_LOG = 'https://gitweb.torproject.org/tor.git/log/src/app/config/fallback_dirs.inc'
+FALLBACK_DIR_LINK = "href='/tor.git/commit/src/app/config/fallback_dirs.inc\?id=([^']*)'"
 
 if __name__ == '__main__':
   try:

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits