From 75f5eafb9001be10aab81cae7bf5d59b635bc9d2 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 5 Apr 2015 23:27:49 +0200 Subject: 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(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index cb4cd4ee..bb7279c7 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')" -- cgit v1.2.3-54-g00ecf