Loading projects/https-everywhere/config +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -34,4 +34,4 @@ input_files: - project: python name: python target_prepend: - common-buster - common-bullseye rbm.conf +4 −4 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
projects/https-everywhere/config +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -34,4 +34,4 @@ input_files: - project: python name: python target_prepend: - common-buster - common-bullseye
rbm.conf +4 −4 Original line number Diff line number Diff line Loading @@ -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: Loading