- Dec 09, 2022
-
-
boklm authored
-
- Jul 13, 2022
-
-
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
-
- Feb 03, 2022
-
-
Jeremy Rand authored
-
- Apr 28, 2021
-
-
boklm authored
-
- Mar 01, 2021
-
-
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.
-
- Feb 23, 2021
-
-
boklm authored
-
- Dec 08, 2020
-
-
Matthew Finkel authored
Bug 40169: Update apt package cache after calling pre_pkginst, too The creation of some project containers require an updated apt cache before executing pre_pkginst, while others require updating the apt cache after executing pre_pkginst.
-
- Dec 04, 2020
-
-
Matthew Finkel authored
Thanks to boklm for the suggestion in #23631
-
- Sep 18, 2020
-
-
Georg Koppen authored
Additionally, we clean up our projects removing Linux workarounds not needed under Jessie anymore.
-
- Apr 29, 2019
-
-
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.
-
- Feb 25, 2019
-
-
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.
-
- Mar 02, 2018
-
-
boklm authored
Remove support for precise and utopic.
-
- May 05, 2017
-
-
boklm authored
-