[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: build: refactor: stop checking for .buildinfo presence. it's always there nowadays

Holger Levsen holger at moszumanska.debian.org
Sat Apr 18 15:21:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 75f5eafb9001be10aab81cae7bf5d59b635bc9d2
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sun Apr 5 23:27:49 2015 +0200

    reproducible: build: refactor: stop checking for .buildinfo presence. it's always there nowadays
---
 bin/reproducible_build.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index cb4cd4e..bb7279c 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -138,11 +138,7 @@ call_debbindiff() {
 		else
 			echo -n ", $DBDVERSION produced no output (which is strange)"
 		fi
-		if [ ! -f b1/${BUILDINFO} ] ; then
-			echo " and a .buildinfo file is missing." | tee -a ${RBUILDLOG}
-		else
-			echo "." | tee -a ${RBUILDLOG}
-		fi
+		echo "." | tee -a ${RBUILDLOG}
 		OLD_STATUS=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT status FROM results WHERE package_id='${SRCPKGID}'")
 		calculate_build_duration
 		sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO results (package_id, version, status, build_date, build_duration) VALUES ('${SRCPKGID}', '${VERSION}', 'unreproducible', '$DATE', '$DURATION')"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list