Commit 81aa08a0 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: include sha1 in output

parent 2e3ec5af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ for package in $packages ; do
	if [ "$MODE" = "results" ] ; then
	        if  [ -e ${package_file}.json ] ; then
			count=$(fmt ${package_file}.json | grep -c '\.buildinfo' || true)
			SHA1SUM_PKG="$(cat ${package_file}.sha1output | awk '{print $1}' )"
			if [ "${count}" -ge 2 ]; then
				echo "$(date -u) - REPRODUCIBLE: $package_file ($SHA1SUM_PKG) - reproduced $count times."
			else