From e8fc382f0a8dd918bb772f946b41675e06838643 Mon Sep 17 00:00:00 2001
From: Holger Levsen Results were obtaining by several jobs running on jenkins.debian.net. $COUNT_TOTAL packages attempted to build in total. $COUNT_GOOD packages successfully built reproducibly: $COUNT_BAD packages failed to built reproducibly: Simple statistics for reproducible builds
"
htmlecho "${GOOD}
"
+htmlecho "
"
for PKG in $BAD ; do
VERSION=$(sqlite3 $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"")
htmlecho "$PKG "
done
htmlecho "
${UGLY}
$SOURCELESS"
+htmlecho "$COUNT_UGLY packages failed to build from source: ${UGLY}
"
+htmlecho "$COUNT_SOURCELESS packages which don't exist in sid and need investigation: $SOURCELESS
"
+htmlecho "$COUNT_TOTAL packages attempted to build in total.
"
+htmlecho "$COUNT_GOOD packages successfully built reproducibly: ${GOOD}
"
htmlecho "
Static URL for this page. Last modified: $(date)"
-htmlecho ""
+htmlecho "