diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 14:29:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 14:29:44 +0200 |
commit | 7b39487162fa1f7f3b66b0192d5a4816bc73d239 (patch) | |
tree | cde1a996c807c057b07c536bd900e8c739b5e42a | |
parent | 2d9b4765c42b972a5375b7d49a1fab3033dccb9f (diff) | |
download | jenkins.debian.net-7b39487162fa1f7f3b66b0192d5a4816bc73d239.tar.xz |
reproducible: fixup fixup .buildinfo file handling
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 0cf04844..21172615 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -182,7 +182,7 @@ for SRCPACKAGE in ${PACKAGES} ; do sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO source_packages VALUES (\"${SRCPACKAGE}\", \"${VERSION}\", \"unreproducible\", \"$DATE\")" set +x echo -n "Warning: ${SRCPACKAGE} failed to build reproducibly." - if [ ! -f b1/${BUILDINFO} ] ; + if [ ! -f b1/${BUILDINFO} ] ; then echo " .buildinfo file is missing." else echo |