James Bennet
James Bennet
The key TODOs are probably documentation. The setting up of chroots for sbuild is non-obvious. The server setup is quite easy, its just the actual building of things. If we...
RE: VM images, that is precisely what I was thinking.
Yeah, in terms of documentation, the chroot stuff isnt that hard. DPut though? Maybe a HOWTO for that?
How to design this? We presumably don't want to modify the existing get_unfinished_jobs() query, as controller uses this. We probably want a new query taking inspiration from get_unfinished_jobs() and get_job_statuses(),...
Not much of a SQL wizard, but im assuming we need to find out how to do DATEDIFFs in PostgreSQL, and SELECT where the timestamp is less than x minutes...
The key bit seems to be something like WHERE time >= (now() - interval '10 min')
We also need to add paging, and improve the Dashboard.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610689 ?
Could this be why we get random dpkg errors only on Buildbox (amd64 with a i386 chroot) ?