Loading hosts/osuosl5-amd64/var/www/html/rebuilderd-usage.html +7 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading
hosts/osuosl5-amd64/var/www/html/rebuilderd-usage.html +7 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading