Commit 0992d909 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: improve output

parent 2a160082
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -51,11 +51,10 @@ for package in $packages ; do
		fi
		count=$(fmt ${package_file}.json | grep '\.buildinfo' | wc -l)
		if [ "${count}" -ge 2 ]; then
			echo "REPRODUCIBLE: $package_file $count ($SHA1SUM_PKG)"
			echo "REPRODUCIBLE: $package_file: $SHA1SUM_PKG - reproduced $count times."
		else
			echo "UNREPRODUCIBLE: $package_file $count ($SHA1SUM_PKG on ftp.debian.org)"
			echo "UNREPRODUCIBLE: $package_file: $SHA1SUM_PKG on ftp.debian.org, but nowhere else."
		fi
		echo
	done
done | tee $log