From 0d880a04b5e012e441831869fce6382b3514fee7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Oct 2014 14:22:00 +0200 Subject: reproducible: add link which explains how to make packages build reproducibly --- bin/reproducible_build.sh | 3 +-- bin/reproducible_stats.sh | 3 ++- 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>/{//!d}' ./${LOGFILE} |grep -v "style>" | sed -s 's## \n \n#' > /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 "

$COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly$FINISH " link_packages ${GOOD[$VIEW]} write_summary "

" - write_summary "

A β sign after a package which is unreproducible indicates that no .buildinfo file was generated.

" + write_summary "

A β sign after a package which is unreproducible indicates that a .buildinfo file was generated." + write_summary "This means the basics for building packages reproducibly are covered :-)

" write_summary_footer publish_summary done -- cgit v1.2.3-70-g09d2