summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh3
-rwxr-xr-xbin/reproducible_stats.sh3
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 9606c606..421a426d 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -194,9 +194,8 @@ for SRCPACKAGE in ${PACKAGES} ; do
else
cp b1/${BUILDINFO} /var/lib/jenkins/userContent/buildinfo/ || true
if [ -f ./${LOGFILE} ] ; then
- # hack around html file to include custom .css
+ # FIXME: work around debbindiff not having external CSS support (#764470)
# should really be fixed in debbindiff and just moved....
- # FIXME: file a bug against debbindiff for external CSS support
if grep -q "Generated by debbindiff 3" ./${LOGFILE} ; then
sed '/\<style\>/,/<\/style>/{//!d}' ./${LOGFILE} |grep -v "style>" | sed -s 's#</head># <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n <link href="../static/style_dbd.css" type="text/css" rel="stylesheet" />\n</head>#' > /var/lib/jenkins/userContent/dbd/${LOGFILE}
else
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index fc1dc7ac..c07d8947 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -230,7 +230,8 @@ for VIEW in $ALLVIEWS ; do
write_summary "<p>$COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly$FINISH <code>"
link_packages ${GOOD[$VIEW]}
write_summary "</code></p>"
- write_summary "<p><font size=\"-1\">A &beta; sign after a package which is unreproducible indicates that no .buildinfo file was generated.</font></p>"
+ write_summary "<p><font size=\"-1\">A &beta; sign after a package which is unreproducible indicates that a .buildinfo file was generated."
+ write_summary "This means the <a href=\"https://wiki.debian.org/ReproducibleBuilds#The_basics_for_making_packages_build_reproducible\">basics for building packages reproducibly are covered</a> :-)</font></p>"
write_summary_footer
publish_summary
done