#!/usr/bin/haserl --shell=lua Content-type: text/html Alpine Linux - build errors

Alpine Linux - build errors

<% sqlite3 = require "lsqlite3" local dbfile = '/var/lib/build-errors/sqlite/build-errors.db' local db = sqlite3.open(dbfile) for r in db:nrows('select * from build_errors') do tr = '\ \ \ \ \ \ \ \ \ ' print(tr) end db:close() %>
hostname pkgname reponame logurl date (UTC) comment
'..r.hostname..''..r.pkgname..''..r.reponame..'logurl'..r.datetime..''..r.comment..'