Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: dcc48c63 by Pier Angelo Vendrame at 2026-05-13T08:50:56+02:00 Bug 41798: Update the URL to versions.ini in relprep.py. - - - - - 1 changed file: - tools/relprep.py Changes: ===================================== tools/relprep.py ===================================== @@ -412,9 +412,7 @@ class ReleasePreparation: def update_tor(self): logger.info("Updating Tor") databag = configparser.ConfigParser() - r = requests.get( - "https://gitlab.torproject.org/tpo/web/tpo/-/raw/main/databags/versions.ini" - ) + r = requests.get("https://www.torproject.org/download/versions.ini") r.raise_for_status() databag.read_string(r.text) tor_stable = databag["tor-stable"]["version"] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/dc... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/dc... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)