diff options
-rwxr-xr-x | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ def main(): AND NOT EXISTS (SELECT 1 FROM building WHERE d.source = building.source OR ('amd64' = building.buildarch AND - d.architecture = building.hostarch) + d.architecture = building.hostarch)) ORDER BY r.priority DESC, r.requesttime ASC, random() LIMIT 1;""") row = cur.fetchone() |