Pier Angelo Vendrame pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build

Commits:

2 changed files:

Changes:

  • projects/firefox/config
    ... ... @@ -20,7 +20,7 @@ var:
    20 20
       browser_series: '13.5'
    
    21 21
       browser_rebase: 1
    
    22 22
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    23
    -  browser_build: 2
    
    23
    +  browser_build: 3
    
    24 24
       branding_directory_prefix: 'tb'
    
    25 25
       copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
    
    26 26
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    

  • rbm.conf
    ... ... @@ -74,7 +74,7 @@ buildconf:
    74 74
     
    
    75 75
     var:
    
    76 76
       torbrowser_version: '13.5.15'
    
    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: '2025/03/31 18:28:08'