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

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



Title: GitLab

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:

Changes:

  • projects/firefox/mozconfig
    ... ... @@ -66,6 +66,9 @@
    66 66
       [% END -%]
    
    67 67
     [% END -%]
    
    68 68
     
    
    69
    +ac_add_options --[% IF c("var/updater_enabled") %]enable[% ELSE %]disable[% END %]-updater
    
    70
    +ac_add_options --[% IF c("var/updater_enabled") %]enable[% ELSE %]disable[% END %]-base-browser-update
    
    71
    +
    
    69 72
     mk_add_options MOZ_PARALLEL_BUILD=[% c("num_procs") %]
    
    70 73
     
    
    71 74
     export MOZ_INCLUDE_SOURCE_INFO=1
    

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

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