[Git][qa/jenkins.debian.net][master] fixup: reproduce.debian.net: document how to use/control rebuilderd
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Nov 30 20:49:37 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
4860d663 by Holger Levsen at 2024-11-30T21:49:26+01:00
fixup: reproduce.debian.net: document how to use/control rebuilderd
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- hosts/osuosl5-amd64/var/www/html/rebuilderd-usage.html
Changes:
=====================================
hosts/osuosl5-amd64/var/www/html/rebuilderd-usage.html
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4860d6639c8facadae19af619058a1335a102225
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4860d6639c8facadae19af619058a1335a102225
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20241130/e6610899/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list