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:
- tools/relprep.py
Changes:
=====================================
tools/relprep.py
=====================================
@@ -411,9 +411,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/44f17fcbfc75340ce5189c3d21ed3bacf5b2a71d
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/44f17fcbfc75340ce5189c3d21ed3bacf5b2a71d
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
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]