[Git][qa/jenkins.debian.net][master] reproduce.debian.net: minor improvements to docs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Dec 7 13:27:55 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0eb311a8 by Holger Levsen at 2024-12-07T14:26:27+01:00
reproduce.debian.net: minor improvements to docs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- hosts/osuosl5-amd64/var/www/html/rebuilderd-setup.html
- hosts/osuosl5-amd64/var/www/html/rebuilderd-usage.html
Changes:
=====================================
hosts/osuosl5-amd64/var/www/html/rebuilderd-setup.html
=====================================
@@ -100,8 +100,8 @@ cd 1
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
+# it's also useful to randomize the queue initially once, run as $USER:
+echo "update queue set priority = ABS(RANDOM()) % 10000;" |sqlite3 ~/rebuilderd.db
#
# FIXME: this should be done, aehm, differently ;)
=====================================
hosts/osuosl5-amd64/var/www/html/rebuilderd-usage.html
=====================================
@@ -59,7 +59,7 @@ WHERE p.status = 'BAD' and
reschedule specific packages
============================
PKGS="bash vim"
-for i in $PKGS do ;
+for i in $PKGS ; do
echo "update packages
set status = 'UNKWN', build_id = null
where build_id in (select p.build_id
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0eb311a8d6d7c0de70f71cbf0dde7baeebf3661f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0eb311a8d6d7c0de70f71cbf0dde7baeebf3661f
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/20241207/719d7697/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list