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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] 2 commits: Bug 41078: touch pt_config.json before adding to omni.ja



Title: GitLab

richard pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 35330ddb
    by Richard Pospesel at 2024-02-01T12:28:06+00:00
    Bug 41078: touch pt_config.json before adding to omni.ja
    
  • 72226294
    by Richard Pospesel at 2024-02-01T12:30:30+00:00
    Bug 41051: Update changlog and bump build number
    

3 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    ... ... @@ -40,6 +40,8 @@ Tor Browser 13.5a4 - January 31 2024
    40 40
          * Bug 41067: Use Capture::Tiny instead of IO::CaptureOutput [tor-browser-build]
    
    41 41
          * Bug 41073: Update documention about required packages for container-less build [tor-browser-build]
    
    42 42
          * Bug 40067: Use --no-verbose wget option when not running in a terminal [rbm]
    
    43
    +   * Windows + macOS + Linux
    
    44
    +     * Bug 41078: pt_config.json not touch'd before adding to omni.ja, resulting in build non-determinism [tor-browser-build]
    
    43 45
        * Windows
    
    44 46
          * Bug 40606: Use Clang to compile NSIS [tor-browser-build]
    
    45 47
          * Bug 40900: Update NSIS to 3.09 [tor-browser-build]
    

  • projects/browser/build
    ... ... @@ -279,6 +279,7 @@ do
    279 279
         pt_config_dir=chrome/toolkit/content/global
    
    280 280
         mkdir -p "$pt_config_dir"
    
    281 281
         cp "pt_config.json" "$pt_config_dir/"
    
    282
    +    [% c("touch") %] "$pt_config_dir/pt_config.json"
    
    282 283
         zip -Xm "$tbdir/omni.ja" "$pt_config_dir/pt_config.json"
    
    283 284
         rm -rf chrome
    
    284 285
         popd
    

  • rbm.conf
    ... ... @@ -82,7 +82,7 @@ buildconf:
    82 82
     
    
    83 83
     var:
    
    84 84
       torbrowser_version: '13.5a4'
    
    85
    -  torbrowser_build: 'build1'
    
    85
    +  torbrowser_build: 'build2'
    
    86 86
       torbrowser_incremental_from:
    
    87 87
         - '13.5a1'
    
    88 88
         - '13.5a2'
    

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