[Git][qa/jenkins.debian.net][master] r.d.n manual scheduler: strip 💠🍥♻ from package names to ease c&p
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Feb 8 09:39:39 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
bdaeaf46 by Holger Levsen at 2025-02-08T10:39:19+01:00
r.d.n manual scheduler: strip 💠🍥♻ from package names to ease c&p
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_manual_scheduler.sh
Changes:
=====================================
bin/rebuilderd_manual_scheduler.sh
=====================================
@@ -30,6 +30,7 @@ PKGS=$@
SUCCESSES=""
FAILURES=""
for i in $PKGS ; do
+ i=$(echo $i | tr -d 🍥 | tr -d ♻ | tr -d 💠)
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"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bdaeaf460692a2338dbe9cb4d0598052c6052750
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bdaeaf460692a2338dbe9cb4d0598052c6052750
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/20250208/e221342a/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list