[tor-dev] [Tails-dev] Help us build Tails 3.2~alpha1 build reproducibly

anonym anonym at riseup.net
Fri Sep 8 13:59:00 UTC 2017


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!


More information about the tor-dev mailing list