Commit a0bf7ce9 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: add notes about reproducibility related bugs in debootstrap and cdebootstrap



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 7594662c
......@@ -90,11 +90,13 @@ for LOOP in "first" "second" ; do
sudo $REALTOOL $SUITE $BUILDDIR/$SUBDIR/${TOOL}/${SUITE}
# work around unreproducible artifacts
BAD_FILES="/etc/machine-id /var/cache/ldconfig/aux-cache"
# /etc/machine-id removal/contents is being discussed in #1018740 for debootstrap and #1018741 for cdebootstrap
case ${TOOL} in
debootstrap) BAD_LOGFILES="/var/log/dpkg.log /var/log/alternatives.log /var/log/bootstrap.log"
;;
cdebootstrap) BAD_LOGFILES="/var/log/dpkg.log /var/log/alternatives.log /var/log/bootstrap.log /var/log/apt/history.log /var/log/apt/term.log"
;;
# $BAD_LOGFILES removal is being discussed in #1019697 for debootstrap and #1019698 for cdebootstrap
esac
for i in $BAD_LOGFILES ; do
cleanup_unreproducible_file logfile "$i"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment