From c9ac47fb894505d2f99de68ebae1c64cc6c5cadd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 9 Oct 2015 15:58:59 +0200 Subject: reproducible: s#Debbindiff says#Diffoscope claims#g --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 53cd61df..2a7b4aea 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -256,10 +256,10 @@ handle_reproducible() { calculate_build_duration update_db_and_html "reproducible" elif [ -f ./$DBDREPORT ] ; then - echo "Debbindiff says the build is reproducible, but there is a diffoscope file. Please investigate." | tee -a $RBUILDLOG + echo "Diffoscope claims the build is reproducible, but there is a diffoscope file. Please investigate." | tee -a $RBUILDLOG handle_ftbr elif [ ! -f b1/$BUILDINFO ] ; then - echo "Debbindiff says the build is reproducible, but there is no .buildinfo file. Please investigate." | tee -a $RBUILDLOG + echo "Diffoscope claims the build is reproducible, but there is no .buildinfo file. Please investigate." | tee -a $RBUILDLOG handle_ftbr fi } -- cgit v1.2.3-54-g00ecf