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/eb...
tor-commits@lists.torproject.org