[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40813: Enable updater for basebrowser nightly

boklm (@boklm) git at gitlab.torproject.org
Mon Mar 20 10:22:31 UTC 2023



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


Commits:
2e2a5d9f by Nicolas Vigier at 2023-03-20T11:20:23+01:00
Bug 40813: Enable updater for basebrowser nightly

- - - - -


2 changed files:

- projects/firefox/mozconfig
- rbm.conf


Changes:

=====================================
projects/firefox/mozconfig
=====================================
@@ -66,6 +66,9 @@
   [% END -%]
 [% END -%]
 
+ac_add_options --[% IF c("var/updater_enabled") %]enable[% ELSE %]disable[% END %]-updater
+ac_add_options --[% IF c("var/updater_enabled") %]enable[% ELSE %]disable[% END %]-base-browser-update
+
 mk_add_options MOZ_PARALLEL_BUILD=[% c("num_procs") %]
 
 export MOZ_INCLUDE_SOURCE_INFO=1


=====================================
rbm.conf
=====================================
@@ -238,7 +238,7 @@ targets:
       projectname: basebrowser
       Project_Name: 'Base Browser'
       ProjectName: BaseBrowser
-      updater_enabled: 0
+      updater_enabled: '[% c("var/nightly") %]'
 
   privacybrowser:
     var:



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2e2a5d9f3fb59f5ea6548395e1cbdb1c4c64db66

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2e2a5d9f3fb59f5ea6548395e1cbdb1c4c64db66
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/tor-commits/attachments/20230320/d2c33baa/attachment.htm>


More information about the tor-commits mailing list