Commit 36b3f889 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian real-world: improve output

parent c10e3468
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ for package in $packages ; do
			if [ "${count}" -ge 2 ]; then
				echo "$(date -u) - REPRODUCIBLE: $package_file ($SHA1SUM_PKG) - reproduced $count times."
			else
				echo "$(date -u) - UNREPRODUCIBLE: $package_file ($SHA1SUM_PKG) on ftp.debian.org, but nowhere else."
				echo "$(date -u) - UNREPRODUCIBLE: $package_file ($SHA1SUM_PKG) only on ftp.debian.org."
			fi
		fi
		continue