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

reproducible Archlinux: really fix state pages

parent 69b2d365
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -241,10 +241,12 @@ state_pages(){
			for PKG in ${STATE_PKGS} ; do
				cat $ARCHBASE/$REPOSITORY/$PKG/pkg.html >> $PAGE 2>/dev/null || true
			done
			if [ "$STATE" = "UNKNOWN" ] ; then
				STATE_PKGS=$(query_db "SELECT s.name FROM sources AS s WHERE s.architecture='x86_64' AND s.suite='$SUITE' AND s.id NOT IN (SELECT package_id FROM results)")
				for PKG in ${STATE_PKGS} ; do
					cat $ARCHBASE/$REPOSITORY/$PKG/pkg.html >> $PAGE 2>/dev/null || true
				done
			fi
		done
		write_page "    </table>"
		archlinux_page_footer