[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-dev] [Tails-dev] Help us build Tails 3.2~alpha1 build reproducibly
anonym:
> ### ... and the checksums differ (i.e. reproduction failed).
> [...]
> sudo apt -o APT::Install-Suggests="true" \
> -o APT::Install-Recommends="true" \
> install diffoscope -t stretch-backports
It was reported to us that the above command pulls in ~3500 dependencies (~3.5 GB packages, 14 GB disk usage) on a minimal Debian Stretch, including a full GNOME desktop environment. Whoops! You will get 80% less dependencies (but still all the needed ones!) with this command:
sudo apt -o APT::Install-Recommends="true" \
install diffoscope/stretch-backports
Sorry for the inconvenience (again)!
Cheers!
_______________________________________________
tor-dev mailing list
tor-dev@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev