Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-08 | add build architecture to schema of depcheck table | Helmut Grohne | |
2020-10-08 | add build architecture to schema of depstate table | Helmut Grohne | |
2020-10-08 | add build architecture to schema of buildrequests table | Helmut Grohne | |
2020-10-07 | add build architecture to schema of building table | Helmut Grohne | |
2020-10-07 | add build architecture to schema of builds table | Helmut Grohne | |
2020-10-05 | support concurrent builds | Helmut Grohne | |
Add new table "building" for recording builds in progress. When a concurrent build is issued, it will avoid building a source package that is presently built. It will also avoid building for an architecture that is presently built for. The latter condition helps reduce the number of satisfiability issues. | |||
2020-10-04 | drop mips as a release architecture | Helmut Grohne | |
2020-01-13 | fetch and display bugs | Helmut Grohne | |
Retrieve bugs from udd-mirror by tags/usertags and display relevant bug numbers in the webapp. | |||
2020-01-13 | schema.sql: index builds on source | Helmut Grohne | |
The per-source page rendered by webapp.py incurs a lot of query that can be sped up using this index. | |||
2019-03-24 | table buildreqeusts should have an explicit id | Helmut Grohne | |
We rely on the id being constant. However, sqlite does not guarantee that the implicit rowid stays constant across vacuum. Making the rowid explicit fixes that. | |||
2019-03-23 | allow scheduling builds via webapp | Helmut Grohne | |
2019-03-17 | license the beast as gpl-2+ | Helmut Grohne | |
2019-03-05 | schema.sql: improve unique index | Helmut Grohne | |
Most of the time, we'll query depstate by source. Thus it should come first in the uniqueness constraint. | |||
2019-02-03 | initial checkin | Helmut Grohne | |