Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project /
Applications / tor-browser-build
Commits:
81cd9db3 by Pier Angelo Vendrame at 2026-01-12T11:21:58+01:00
Bug 41682: relprep.py: raise when a matching release is not found.
- - - - -
1 changed file:
- tools/relprep.py
Changes:
=====================================
tools/relprep.py
=====================================
@@ -79,6 +79,9 @@ def get_github_release(project, regex=""):
return m.group(1)
else:
return tag
+ raise RuntimeError(
+ f"Could find a release for {project} that matches the regex."
+ )
class ReleasePreparation:
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/81cd9db391e02d26f7f1e41e7511ebc7ca0b9d3c
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/81cd9db391e02d26f7f1e41e7511ebc7ca0b9d3c
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]