Re: [Tails-dev] Help us build Tails 3.2~alpha1 build reprodu…

Delete this message

Reply to this message
Author: anonym
Date:  
To: tor-dev, tor-talk, tails-dev, rb-general
Subject: Re: [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!