Commit 6ad77ebf authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Arch Linux: if we want to request 500, we need to set the limit to 501, obviously

parent ca89fba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ update_archlinux_repositories() {
	# (only if less than $THRESHOLD packages are currently scheduled)
	#
	echo "$(date -u ) - should we schedule old packages?"
	MAX=500
	MAX=501
	local THRESHOLD=600
	MINDATE=$(date -u +"%Y-%m-%d %H:%M" -d "4 days ago")
	SCHDATE=$(date -u +"%Y-%m-%d %H:%M" -d "7 days")