forked from josch/mmdebstrap
coverage.sh: since fontconfig was fixed, document the remaining reproducibility issues
This commit is contained in:
parent
88b9eaaad9
commit
3962f36441
1 changed files with 4 additions and 6 deletions
10
coverage.sh
10
coverage.sh
|
@ -755,9 +755,8 @@ fi
|
||||||
for variant in essential apt minbase buildd important standard; do
|
for variant in essential apt minbase buildd important standard; do
|
||||||
for format in tar squashfs ext2; do
|
for format in tar squashfs ext2; do
|
||||||
print_header "mode=root/unshare/fakechroot,variant=$variant: check for bit-by-bit identical $format output"
|
print_header "mode=root/unshare/fakechroot,variant=$variant: check for bit-by-bit identical $format output"
|
||||||
# fontconfig doesn't install reproducibly because differences
|
# pyc files and man index.db are not reproducible
|
||||||
# in /var/cache/fontconfig/. See
|
# See #1004557 and #1004558
|
||||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864082
|
|
||||||
if [ "$variant" = "standard" ]; then
|
if [ "$variant" = "standard" ]; then
|
||||||
echo "skipping test because of #864082" >&2
|
echo "skipping test because of #864082" >&2
|
||||||
skipped=$((skipped+1))
|
skipped=$((skipped+1))
|
||||||
|
@ -2987,9 +2986,8 @@ fi
|
||||||
# into /var/cache/apt/archives/partial
|
# into /var/cache/apt/archives/partial
|
||||||
for variant in extract custom essential apt minbase buildd important standard; do
|
for variant in extract custom essential apt minbase buildd important standard; do
|
||||||
print_header "mode=$defaultmode,variant=$variant: compare output with pre-seeded /var/cache/apt/archives"
|
print_header "mode=$defaultmode,variant=$variant: compare output with pre-seeded /var/cache/apt/archives"
|
||||||
# fontconfig doesn't install reproducibly because differences
|
# pyc files and man index.db are not reproducible
|
||||||
# in /var/cache/fontconfig/. See
|
# See #1004557 and #1004558
|
||||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864082
|
|
||||||
if [ "$variant" = "standard" ]; then
|
if [ "$variant" = "standard" ]; then
|
||||||
echo "skipping test because of #864082" >&2
|
echo "skipping test because of #864082" >&2
|
||||||
skipped=$((skipped+1))
|
skipped=$((skipped+1))
|
||||||
|
|
Loading…
Reference in a new issue