Skip to content
Snippets Groups Projects
  1. Dec 09, 2022
  2. Jul 13, 2022
    • boklm's avatar
      Bug 40547: Use container/remote_* from rbm · 777416b7
      boklm authored
      With rbm#40029, container/remote_* is now added directly to rbm, so we
      can remove it from rbm.conf.
      
      We also need to rename a few options:
      - var/container/use_container -> container/use_container
      - var/container/global_disable -> container/global_disable
      - var/container/disable_network -> container/disable_network
      - var/container/dir -> container/dir
      Unverified
      777416b7
  3. Feb 03, 2022
  4. Apr 28, 2021
  5. Mar 01, 2021
    • boklm's avatar
      Bug 40245: Rebuild all container images · c4185235
      boklm authored
      In #40240 we found that package updates were not installed in containers
      created using debootstrap, but are now installed in the containers
      created with mmdebstrap. Some of those updates are causing differences
      in the build of some components.
      
      To be able to build both the stable and master branches from the same
      tor-browser-build directory without sharing containers, we update the
      filenames of all containers.
      Unverified
      c4185235
  6. Feb 23, 2021
  7. Dec 08, 2020
  8. Dec 04, 2020
  9. Sep 18, 2020
  10. Apr 29, 2019
    • boklm's avatar
      Bug 29981: Add option to build without using containers · 90725782
      boklm authored
      We do that by adding support for a no_containers target which defines
      the new option var/container/global_disable in rbm.conf. We already had
      the option var/container/use_container doing something similar to this
      new option, however it can not be overriden in rbm.conf as we define it
      in each project's configuration, which has priority over rbm.conf.
      Unverified
      90725782
  11. Feb 25, 2019
    • boklm's avatar
      Bug 29194: Set DEBIAN_FRONTEND=noninteractive · a4689ee1
      boklm authored
      Update rbm to set DEBIAN_FRONTEND=noninteractive when using apt-get in
      install_package.
      
      Also set DEBIAN_FRONTEND=noninteractive for the other apt-get commands
      we use in debootstrap-image and container-image.
      
      We now also use the -q (quiet) argument.
      Unverified
      a4689ee1
  12. Mar 02, 2018
  13. May 05, 2017
Loading