Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
Retrieve bugs from udd-mirror by tags/usertags and display relevant bug
numbers in the webapp.
|
|
The per-source page rendered by webapp.py incurs a lot of query that can
be sped up using this index.
|
|
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.
|
|
|
|
|
|
Most of the time, we'll query depstate by source. Thus it should come
first in the uniqueness constraint.
|
|
|