summaryrefslogtreecommitdiff
path: root/build.py
AgeCommit message (Collapse)Author
2019-03-24table buildreqeusts should have an explicit idHelmut 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-23build.py: add back random orderingHelmut Grohne
Otherwise "any" builds will always schedule for arm64.
2019-03-23build.py: prefer older buildrequestsHelmut Grohne
2019-03-23allow scheduling builds via webappHelmut Grohne
2019-03-17license the beast as gpl-2+Helmut Grohne
2019-03-05reduce timestamps to 1s resolutionHelmut Grohne
We don't need more resolution. It is a distraction and removing it saves around 1% of db size.
2019-03-02build.py: make the build server configurableHelmut Grohne
2019-02-10build.py: handle the case of no satisfiable packagesHelmut Grohne
2019-02-05move yield_chunks to common.pyHelmut Grohne
2019-02-03initial checkinHelmut Grohne