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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41798: Update the URL to versions.ini in relprep.py.



Title: GitLab

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 44f17fcb
    by Pier Angelo Vendrame at 2026-05-13T08:42:15+02:00
    Bug 41798: Update the URL to versions.ini in relprep.py.
    

1 changed file:

Changes:

  • tools/relprep.py
    ... ... @@ -411,9 +411,7 @@ class ReleasePreparation:
    411 411
         def update_tor(self):
    
    412 412
             logger.info("Updating Tor")
    
    413 413
             databag = configparser.ConfigParser()
    
    414
    -        r = requests.get(
    
    415
    -            "https://gitlab.torproject.org/tpo/web/tpo/-/raw/main/databags/versions.ini"
    
    416
    -        )
    
    414
    +        r = requests.get("https://www.torproject.org/download/versions.ini")
    
    417 415
             r.raise_for_status()
    
    418 416
             databag.read_string(r.text)
    
    419 417
             tor_stable = databag["tor-stable"]["version"]
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx