[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41161: Explicitly fetch tags in the relprep script.

richard (@richard) git at gitlab.torproject.org
Mon Jun 10 16:13:15 UTC 2024



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240610/5aee8e60/attachment.htm>


More information about the tbb-commits mailing list