morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build

Commits:

2 changed files:

Changes:

  • projects/geckoview/config
    ... ... @@ -16,7 +16,7 @@ container:
    16 16
     var:
    
    17 17
       geckoview_version: 115.16.0esr
    
    18 18
       browser_branch: 13.5-1
    
    19
    -  browser_build: 2
    
    19
    +  browser_build: 3
    
    20 20
       copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
    
    21 21
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    22 22
       git_commit: '[% exec("git rev-parse HEAD") %]'
    

  • rbm.conf
    ... ... @@ -74,7 +74,7 @@ buildconf:
    74 74
     
    
    75 75
     var:
    
    76 76
       torbrowser_version: '13.5.7'
    
    77
    -  torbrowser_build: 'build1'
    
    77
    +  torbrowser_build: 'build2'
    
    78 78
       # This should be the date of when the build is started. For the build
    
    79 79
       # to be reproducible, browser_release_date should always be in the past.
    
    80 80
       browser_release_date: '2024/10/08 18:28:00'