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

richard (@richard) git at gitlab.torproject.org
Thu Feb 1 13:08:20 UTC 2024



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:

- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/browser/build
- rbm.conf


Changes:

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


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


=====================================
rbm.conf
=====================================
@@ -82,7 +82,7 @@ buildconf:
 
 var:
   torbrowser_version: '13.5a4'
-  torbrowser_build: 'build1'
+  torbrowser_build: 'build2'
   torbrowser_incremental_from:
     - '13.5a1'
     - '13.5a2'



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/b87a696a2b07057342be5dd9b4403e743c2b4ce1...722262940e4bb8d2c9d178c05fd339ee01c60de0

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/b87a696a2b07057342be5dd9b4403e743c2b4ce1...722262940e4bb8d2c9d178c05fd339ee01c60de0
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/20240201/5fba163f/attachment-0001.htm>


More information about the tbb-commits mailing list