[Git][qa/jenkins.debian.net][master] 2 commits: rdn: fix stats sorting

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Aug 25 18:03:38 BST 2025



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


Commits:
fc855886 by Jochen Sprickerhof at 2025-08-25T19:03:26+02:00
rdn: fix stats sorting

(cherry picked from commit b5adbf8671946229059ae0f2f72dbb8141814183)
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
2047bd93 by Jochen Sprickerhof at 2025-08-25T19:03:31+02:00
rdn: fix enable services

(cherry picked from commit c20ab1b4de458864c4043dc2725a9841a3e9250a)
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/rebuilderd_stats.py
- update_jdn.sh


Changes:

=====================================
bin/rebuilderd_stats.py
=====================================
@@ -272,7 +272,7 @@ def output(outfile, arch, db_size, total, messages_packages, size_sort, api):
         bug_break = False
         print("<p><span>", file=outfile)
         for pkg in sorted(packages, key=sorter):
-            if not bug_break and not (pkg["src"] in rn_bugs and "bugs" in rn_bugs[pkg["src"]]):
+            if not bug_break and not (pkg["src"] in rn_bugs and ("bugs" in rn_bugs[pkg["src"] or "comments" in rn_bugs[pkg["src"]]])):
                 bug_break = True
                 print("</span></p><p><span>", file=outfile)
             print(f'<a href="../{api}/builds/{pkg["id"]}/log">{pkg["name"]}</a> ', end='', file=outfile)


=====================================
update_jdn.sh
=====================================
@@ -989,8 +989,8 @@ deploy_rebuilderd_services() {
 				elif [ "$1" = "rebuilderd" ] ; then
 					for i in $2 ; do
 						case $i in
-							*pull184) 	SERVICE_FILE=rebuilderd-pull184@ ;;
-							*)		SERVICE_FILE=rebuilderd@ ;;
+							*pull184) 	SERVICE_FILE=rebuilderd-pull184 ;;
+							*)		SERVICE_FILE=rebuilderd ;;
 						esac
 						mkdir4rebuilderd /srv/rebuilderd/$i
 						sudo systemctl enable --now "$SERVICE_FILE@${i}.service"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b3356921e5bcb918a17c61fb86209fb9890040fe...2047bd93123df44a25f94def4dd1527810024968

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b3356921e5bcb918a17c61fb86209fb9890040fe...2047bd93123df44a25f94def4dd1527810024968
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/20250825/070575a0/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list