From bb4b23a5f6fe4c90cd9239c754a7f2fd205d23f5 Mon Sep 17 00:00:00 2001
From: Holger Levsen Results were obtained by several jobs running on jenkins.debian.net. This page is updated after each job run. $COUNT_TOTAL packages attempted to build so far, that's $PERCENT_TOTAL% of $AMOUNT source packages in Debian $SUITE currently. Out of these, $PERCENT_GOOD% were successful, so quite wildly guessing this roughy means about $GUESS_GOOD packages should be reproducibly buildable! $COUNT_BAD packages ($PERCENT_BAD% of $COUNT_TOTAL) failed to built reproducibly: $COUNT_UGLY packages ($PERCENT_UGLY%) failed to build from source: $COUNT_SOURCELESS ($PERCENT_SOURCELESS%) packages where the source could not be downloaded. $COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any' nor 'all' nor 'amd64' nor 'linux-amd64': $COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly: $COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly: Packages which failed to build reproducibly, sorted by Maintainers: and Uploaders: fields."
htmlecho "Statistics for reproducible builds
"
htmlecho ""
-for PKG in $BAD ; do
- VERSION=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"")
- # remove epoch
- EVERSION=$(echo $VERSION | cut -d ":" -f2)
- if [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.debbindiff.html" ] ; then
- htmlecho " $PKG "
- else
- htmlecho " $PKG "
- fi
-done
+link_packages $BAD
htmlecho "
"
-for PKG in $UGLY ; do
- VERSION=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"")
- # remove epoch
- EVERSION=$(echo $VERSION | cut -d ":" -f2)
- if [ -f "/var/lib/jenkins/userContent/pbuilder/${PKG}_${EVERSION}.pbuilder.log" ] ; then
- htmlecho " $PKG "
- else
- htmlecho " $PKG "
- fi
-done
+link_packages $UGLY
htmlecho "
$SOURCELESS
$NOTFORUS
${GOOD}
"
+link_packages $GOOD
+htmlecho "
$(echo $BAD | dd-list -i)
Static URL for this page. Last modified: $(date)" -- cgit v1.2.3-70-g09d2