[tbb-commits] [tor-browser-build/master] Bug 40366: Use bullseye to build https-everywhere

boklm at torproject.org boklm at torproject.org
Fri Oct 29 17:35:16 UTC 2021


commit ad7289e3af09b1883e13305fe49ef24cb218c3b3
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Sep 24 15:56:36 2021 +0200

    Bug 40366: Use bullseye to build https-everywhere
---
 projects/https-everywhere/config | 6 +++---
 rbm.conf                         | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config
index f51b13c..13fd3bd 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -10,14 +10,14 @@ var:
   # HTTPS Everywhere is expected to be the same on all platforms. To avoid
   # building the same thing 4 times, using 4 different container images
   # (each one with a different suite or architecture), we set the container
-  # to buster/amd64 for all platforms. This allows us to create only one
+  # to bullseye/amd64 for all platforms. This allows us to create only one
   # container image, and also build the extension only one time as the
   # filename does not contain the platform, and var/build_id should be
   # the same since there is now nothing platform specific in the build
   # inputs. This allows us to save a little time and disk space.
   container:
     use_container: 1
-    suite: buster
+    suite: bullseye
     arch: amd64
   deps:
     - git
@@ -34,4 +34,4 @@ input_files:
   - project: python
     name: python
     target_prepend:
-      - common-buster
+      - common-bullseye
diff --git a/rbm.conf b/rbm.conf
index dc7072b..b5c0566 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -247,13 +247,13 @@ targets:
       # Don't create mar files to save time
       build_mar: 0
 
-  # The common-buster target is used to build components that are common to all
-  # platforms, using Debian Buster.
-  common-buster:
+  # The common-bullseye target is used to build components that are common to all
+  # platforms, using Debian Bullseye.
+  common-bullseye:
     var:
       common: 1
       container:
-        suite: buster
+        suite: bullseye
         arch: amd64
       pre_pkginst: ''
       deps:





More information about the tbb-commits mailing list