[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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:

Changes:

  • tools/relprep.py
    ... ... @@ -158,6 +158,7 @@ class ReleasePreparation:
    158 158
             if remote is None:
    
    159 159
                 raise RuntimeError("Cannot find the tpo/applications remote.")
    
    160 160
             remote.fetch()
    
    161
    +        remote.fetch(tags=True)
    
    161 162
     
    
    162 163
             branch_name = (
    
    163 164
                 "main" if self.version.is_alpha else f"maint-{self.version.major}"
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits