Commit cf042521 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Archlinux: sort output of rescheduled packages

parent 69a2dc7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ update_archlinux_repositories() {
		if [ -s $OLDER ] ; then
			old=" $(cat $OLDER | wc -l) old ones"
			echo "$(date -u) - Old, previously tested packages rescheduled: "
			cat $OLDER
			cat $OLDER | sort
		fi
	fi
	rm $OLDER