Commit 4860d663 authored by Holger Levsen's avatar Holger Levsen
Browse files

fixup: reproduce.debian.net: document how to use/control rebuilderd

parent 415e2c4e
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@ general
run all commands as the user rebuilderd is running.


watch the queue
===============
watching the queue
==================
watch -n 60 -c /opt/usr/bin/rebuildctl -H http://127.0.0.1:8484/ queue ls -C --head


reschedule like this:
====================
reschedule known temporarily (or fixed) failures
================================================
echo "update packages
set status = 'UNKWN', build_id = null
where build_id in (select p.build_id
@@ -55,6 +55,9 @@ WHERE p.status = 'BAD' and
 or CAST(b.build_log AS TEXT) like '%dscverify failed%'
 or CAST(b.build_log AS TEXT) like '%Failed to download build input from%' ))"  | sqlite3 rebuilderd.db


reschedule specific packages
============================
PKGS="bash vim"
for i in $PKGS do ;
echo "update packages