summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.py b/build.py
index d83686c..6a40dd3 100755
--- a/build.py
+++ b/build.py
@@ -54,7 +54,8 @@ def main():
JOIN depcheck
ON d.architecture = depcheck.architecture
WHERE d.satisfiable = 1 AND depcheck.giveback = 0
- ORDER BY r.priority DESC, r.requesttime ASC LIMIT 1;""")
+ ORDER BY r.priority DESC, r.requesttime ASC, random()
+ LIMIT 1;""")
row = cur.fetchone()
if not row:
cur.execute("""