diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 6 |
1 files changed, 1 insertions, 5 deletions
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')" |