richard pushed to branch main at The Tor Project / Applications /
tor-browser-build
Commits:
eb369108 by Pier Angelo Vendrame at 2024-06-10T09:18:42+02:00
Bug 41161: Explicitly fetch tags in the relprep script.
This should make sure the script always bumps the build number in
rbm.conf if needed.
- - - - -
1 changed file:
- tools/relprep.py
Changes:
=====================================
tools/relprep.py
=====================================
@@ -158,6 +158,7 @@ class ReleasePreparation:
if remote is None:
raise RuntimeError("Cannot find the tpo/applications remote.")
remote.fetch()
+ remote.fetch(tags=True)
branch_name = (
"main" if self.version.is_alpha else f"maint-{self.version.major}"
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/eb369108d7c65cb39feaf07fb3244f41c1f60b82
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/eb369108d7c65cb39feaf07fb3244f41c1f60b82
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits