diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-09 15:58:59 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-09 15:58:59 +0200 |
commit | c9ac47fb894505d2f99de68ebae1c64cc6c5cadd (patch) | |
tree | 71f22d804d5dc4fe16e9cf05e9a7ef98fdf9f71b /bin | |
parent | ef4b587d9d8561d689450c3a7ca945bac97e346d (diff) | |
download | jenkins.debian.net-c9ac47fb894505d2f99de68ebae1c64cc6c5cadd.tar.xz |
reproducible: s#Debbindiff says#Diffoscope claims#g
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
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 } |