...mipslinux.simtec.co.uk/html/resources/kautobuild.lua:366: attempt to index global `dbh' (a nil value)
stack traceback:
	...mipslinux.simtec.co.uk/html/resources/kautobuild.lua:366: in function `gen_index'
	(tail call): ?
	[C]: ?
	startup/codecache.lua:9: in function `__cached_dofile'
	startup/codecache.lua:67: in function `cached_dofile'
	startup/main.lua:156: in function 
	[C]: in function `xpcall'
	startup/main.lua:156: in function `__ARANHA_MAIN'

This is the MIPS Linux Kernel Autobuild (Kautobuild) system. This system retrieves the latest available stable kernel source from kernel.org and builds all the available default configurations.

This retrieval includes building the release candidates and daily Git snapshots. The results of each build are placed in a database and made available for query through this interface. In addition a mailing list is available where the results are mailed when available.

The history of the builds has been made accesible through the statistics interface a complete list of past kernels built is also available. The complete list of every configuration ever attempted in any build is also available.

MIPSLinux @ Simtec - KAutobuild

MIPSLinux @ Simtec

KAutobuild

SELECT build.id AS id, build.name AS name, build.build_date AS build_date, COUNT(*)::integer AS defconfigcount FROM defconfig, build WHERE defconfig.buildid = build.id GROUP BY build.name, build.build_date, build.id ORDER BY build.build_date DESC, build.id DESC LIMIT 1