[03:24] So when I go to view a buildlog, why isn't it displayed in realtime like in Travis for example? [03:25] AFAIR it occasionally updates on it's own, just wondering about the reasoning for it not dynamically updating [12:05] tsimonq2: Build log display is a fairly crude hack that mostly predates newer systems that do live updates, and it hasn't been updated. [12:07] tsimonq2: We've talked about doing something better there (it'd probably involve something like caching the whole log to date in or via buildd-manager, rather than just storing the tail of it in the DB), but haven't implemented it as yet.