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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] 2 commits: Bug 40805: Use the version flag for all our browsers



Title: GitLab

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

Commits:

  • 8acfc49a
    by Pier Angelo Vendrame at 2023-03-10T09:26:28+01:00
    Bug 40805: Use the version flag for all our browsers
    
  • 1dbed39a
    by Pier Angelo Vendrame at 2023-03-10T09:26:44+01:00
    Bug 40806: Update the macOS mozconfig name
    

3 changed files:

Changes:

  • projects/firefox/build
    ... ... @@ -168,8 +168,8 @@ export LANG=C.UTF-8
    168 168
     
    
    169 169
     ./mach configure \
    
    170 170
       --with-distribution-id=org.torproject \
    
    171
    +  --with-base-browser-version=[% c("var/torbrowser_version") %] \
    
    171 172
       [% IF c("var/tor-browser") -%]
    
    172
    -        --with-tor-browser-version=[% c("var/torbrowser_version") %] \
    
    173 173
             --enable-update-channel=[% c("var/channel") %] \
    
    174 174
       [% END %] \
    
    175 175
       [% IF !c("var/base-browser") -%]--with-branding=browser/branding/[% c("var/branding_directory_prefix") %]-[% c("var/channel") %][% END %] \
    

  • projects/firefox/mozconfig
    1
    -. $topsrcdir/mozconfig-[% IF c("var/macos"); GET 'macos-x86_64'; ELSE; GET c("var/osname"); END; %][% IF c("var/asan") %]-asan[% END %]
    
    1
    +. $topsrcdir/mozconfig-[% IF c("var/macos"); GET 'macos'; ELSE; GET c("var/osname"); END; %][% IF c("var/asan") %]-asan[% END %]
    
    2 2
     
    
    3 3
     [% IF c("var/linux") -%]
    
    4 4
       # We want to build with clang now and point to the GCC toolchain until #29041 is
    

  • projects/geckoview/build
    ... ... @@ -68,7 +68,7 @@ export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system
    68 68
     # Create .mozbuild to avoid interactive prompt in configure
    
    69 69
     mkdir "$HOME/.mozbuild"
    
    70 70
     ./mach configure \
    
    71
    -    --with-tor-browser-version=[% c("var/torbrowser_version") %] \
    
    71
    +    --with-base-browser-version=[% c("var/torbrowser_version") %] \
    
    72 72
         [% IF !c("var/rlbox") -%]--without-wasm-sandboxed-libraries[% END %]
    
    73 73
     
    
    74 74
     ./mach build --verbose
    

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