summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-09 15:58:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-09 15:58:59 +0200
commitc9ac47fb894505d2f99de68ebae1c64cc6c5cadd (patch)
tree71f22d804d5dc4fe16e9cf05e9a7ef98fdf9f71b /bin/reproducible_build.sh
parentef4b587d9d8561d689450c3a7ca945bac97e346d (diff)
downloadjenkins.debian.net-c9ac47fb894505d2f99de68ebae1c64cc6c5cadd.tar.xz
reproducible: s#Debbindiff says#Diffoscope claims#g
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files 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
}