[Git][qa/jenkins.debian.net][master] rdn: support version number in manual scheduling
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Nov 14 10:51:53 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e2d86f9b by Jochen Sprickerhof at 2025-11-14T11:51:43+01:00
rdn: support version number in manual scheduling
(cherry picked from commit ef423b70d15a4099d71d36243bf687f8f98e2b15)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_manual_scheduler.sh
Changes:
=====================================
bin/rebuilderd_manual_scheduler.sh
=====================================
@@ -50,7 +50,8 @@ FAILURES=""
f=0
for i in $(echo -e $PKGS | tr -d 🍥 | tr -d 🔬 | tr -d 💠 | tr -d '#') ; do
echo -n "Scheduling $i: "
- if $REBUILDCTL -H http://127.0.0.1:$PORT $ARGS $i ; then
+ # the string replacement is done to pass an optional version number pkg=version
+ if $REBUILDCTL -H http://127.0.0.1:$PORT $ARGS ${i/=/ } ; then
SUCCESSES="$SUCCESSES $i"
let s+=1
echo ok
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e2d86f9b35ef9cfce438707bc9ca99f48d30a1bc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e2d86f9b35ef9cfce438707bc9ca99f48d30a1bc
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/20251114/d0ed09fc/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list