Commit de2960ef authored by Holger Levsen's avatar Holger Levsen
Browse files

reproduce.debian.net: explain workaround for https://github.com/kpcyrd/rebuilderd/issues/152

parent 3ccd0edb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -99,7 +99,9 @@ cd 1
/opt/usr/bin/rebuilderd-worker -c /opt/etc/rebuilderd-worker.conf connect
cd 2
/opt/usr/bin/rebuilderd-worker -c /opt/etc/rebuilderd-worker.conf connect

# until https://github.com/kpcyrd/rebuilderd/issues/152 has been fixed,
# it's also useful to randomize the queue sometimes, run as $USER:
echo "update queue set priority = ABS(RANDOM()) % 1000;" |sqlite3 ~/rebuilderd.db 

#
# FIXME: this should be done, aehm, differently ;)