morgan pushed to branch main at The Tor Project / Applications /
tor-browser-build
Commits:
242984e0 by Nicolas Vigier at 2025-06-19T19:07:52+00:00
Bug 34434: Remove unused variables from rbm.conf
- - - - -
1 changed file:
- rbm.conf
Changes:
=====================================
rbm.conf
=====================================
@@ -150,8 +150,7 @@ var:
[% SET step = c("step") -%]
[% c(step, { filename => 'f', output_dir => '/out', norec => {} }) %]
- Project_Name_Channel: '[% c("var/Project_Name") %] [% c("var/channel")
FILTER ucfirst %]'
- display_name: '[% c("var/Project_Name_Channel") %]'
+ display_name: '[% c("var/Project_Name") %] [% c("var/channel") FILTER
ucfirst %]'
exe_name: firefox
faketime_date: "[% USE date; GET date.format(c('timestamp'), format =
'%Y-%m-%d %H:%M:%S') %]"
faketime_setup: |
@@ -269,7 +268,6 @@ var:
[% END -%]
- DOCSDIR_project: '[% project %]'
set_MOZ_BUILD_DATE: 'export MOZ_BUILD_DATE=[% c("var/MOZ_BUILD_DATE") %]'
MOZ_BUILD_DATE: '[% USE date; date.format(c("var/browser_release_date"),
"%Y%m%d%H%M%S") %]'
@@ -467,7 +465,6 @@ targets:
compiler: android-toolchain
android_min_api: 21
CC: '[% c("var/cross_prefix") %][% c("var/android_min_api") %]-clang'
- CXX: '[% c("var/cross_prefix") %][% c("var/android_min_api") %]-clang'
container:
suite: bookworm
arch: amd64
@@ -592,9 +589,6 @@ targets:
platform: linux
compiler: gcc
configure_opt: '[% c("var/configure_opt_project") %]'
- # Only build Namecoin for linux on nightly
- # Temporarily disabled until we have a fix for tor-browser-build#40845
- #namecoin: '[% c("var/nightly") && c("var/tor-browser") %]'
container:
suite: stretch
arch: amd64
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/242984e053666b8e65f343deaa9dd2138c2119ac
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/242984e053666b8e65f343deaa9dd2138c2119ac
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]