[Git][qa/jenkins.debian.net][master] r.d.n: improve output of manual scheduler

Holger Levsen (@holger) gitlab at salsa.debian.org
Fri Feb 7 12:04:49 GMT 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
b48f439b by Holger Levsen at 2025-02-07T13:04:35+01:00
r.d.n: improve output of manual scheduler

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/rebuilderd_manual_scheduler.sh


Changes:

=====================================
bin/rebuilderd_manual_scheduler.sh
=====================================
@@ -29,12 +29,15 @@ shift
 PKGS=$@
 SUCCESSES=""
 FAILURES=""
-for i in $PKGS ; do 
+for i in $PKGS ; do
+	echo -n "Scheduling $i: "
 	if env REBUILDERD_COOKIE_PATH=~/.local/share/rebuilderd-auth-cookie /opt/usr/bin/rebuildctl -H http://127.0.0.1:$PORT pkgs requeue --reset --distro debian --name $i ; then
 		SUCCESSES="$SUCCESSES $i"
+		echo ok
 	else
 		FAILURES="$FAILURES $i"
 	fi
 done
+echo
 echo Failed to schedule on $ARCH: $FAILURES
 echo Successfully scheduled on $ARCH: $SUCCESSES



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b48f439b1d5974f76d193e57afbf5aa6694be95c

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b48f439b1d5974f76d193e57afbf5aa6694be95c
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/20250207/107b3f82/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list