The build of the buster container image used for building https-everywhere is getting stuck because a configuration windows for setting up the tango-common package is waiting for input.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
As buster is still changing a lot, causing some breakages, maybe we could think about building our own python 3.6 on a stable Debian release instead of using buster.
It seems using the -y argument with apt-get install is enough to remove all configuration prompts, but not all of them. We should add the DEBIAN_FRONTEND=noninteractive environment variable, and maybe the -q argument.
Trac: Owner: tbb-team to boklm Summary: Build of buster container for https-everywhere is getting stuck to Set DEBIAN_FRONTEND=noninteractive when installing packages Component: Applications/Tor Browser to Applications/rbm
In branch bug_29194 I made a patch setting DEBIAN_FRONTEND=noninteractive. However, I didn't fully test it yet, and because it is changing build instructions for all containers, it will require everything to be rebuilt.
In branch bug_29194 I made a patch setting DEBIAN_FRONTEND=noninteractive. However, I didn't fully test it yet, and because it is changing build instructions for all containers, it will require everything to be rebuilt.
Looks good to me. Merged to rbm's master (commit c61e6940a1824462648064898be0759dd1600414) and tor-browser-build's master (commit 799ccf053e78b385fbd2900e092113849d73c94b).
Trac: Resolution: N/Ato fixed Status: needs_review to closed