commit c41852357ce7335b04a1dccc04a058dab2653632 Author: Nicolas Vigier boklm@torproject.org Date: Mon Mar 1 17:32:45 2021 +0100
Bug 40245: Rebuild all container images
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. --- projects/container-image/config | 1 + 1 file changed, 1 insertion(+)
diff --git a/projects/container-image/config b/projects/container-image/config index e0b8b13..e1274f2 100644 --- a/projects/container-image/config +++ b/projects/container-image/config @@ -24,6 +24,7 @@ targets:
pre: | #!/bin/sh + # Version: 2 # [% c('var/container/suite') %] set -e export DEBIAN_FRONTEND=noninteractive
tbb-commits@lists.torproject.org