summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 14:29:44 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 14:29:44 +0200
commit7b39487162fa1f7f3b66b0192d5a4816bc73d239 (patch)
treecde1a996c807c057b07c536bd900e8c739b5e42a /bin/reproducible_build.sh
parent2d9b4765c42b972a5375b7d49a1fab3033dccb9f (diff)
downloadjenkins.debian.net-7b39487162fa1f7f3b66b0192d5a4816bc73d239.tar.xz
reproducible: fixup fixup .buildinfo file handling
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
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