[Git][qa/jenkins.debian.net][master] fixup: r.d.n: better explain the queue is src based

Holger Levsen (@holger) gitlab at salsa.debian.org
Sun Feb 16 20:55:34 GMT 2025



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


Commits:
1243c284 by Holger Levsen at 2025-02-16T21:55:24+01:00
fixup: r.d.n: better explain the queue is src based

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

- - - - -


6 changed files:

- hosts/osuosl5-amd64/var/www/html/index_all.html
- hosts/osuosl5-amd64/var/www/html/index_amd64.html
- hosts/osuosl5-amd64/var/www/html/index_arm64.html
- hosts/osuosl5-amd64/var/www/html/index_armhf.html
- hosts/osuosl5-amd64/var/www/html/index_i386.html
- hosts/osuosl5-amd64/var/www/html/index_riscv64.html


Changes:

=====================================
hosts/osuosl5-amd64/var/www/html/index_all.html
=====================================
@@ -139,7 +139,7 @@
                 data.map(row => {
                     let r = document.createElement('pre');
                     let key = row[0] + ': ';
-                    r.textContent = key.padEnd(20) + row[1];
+                    r.textContent = key.padEnd(25) + row[1];
                     div.appendChild(r);
                 });
             }


=====================================
hosts/osuosl5-amd64/var/www/html/index_amd64.html
=====================================
@@ -139,7 +139,7 @@
                 data.map(row => {
                     let r = document.createElement('pre');
                     let key = row[0] + ': ';
-                    r.textContent = key.padEnd(20) + row[1];
+                    r.textContent = key.padEnd(25) + row[1];
                     div.appendChild(r);
                 });
             }


=====================================
hosts/osuosl5-amd64/var/www/html/index_arm64.html
=====================================
@@ -139,7 +139,7 @@
                 data.map(row => {
                     let r = document.createElement('pre');
                     let key = row[0] + ': ';
-                    r.textContent = key.padEnd(20) + row[1];
+                    r.textContent = key.padEnd(25) + row[1];
                     div.appendChild(r);
                 });
             }


=====================================
hosts/osuosl5-amd64/var/www/html/index_armhf.html
=====================================
@@ -139,7 +139,7 @@
                 data.map(row => {
                     let r = document.createElement('pre');
                     let key = row[0] + ': ';
-                    r.textContent = key.padEnd(20) + row[1];
+                    r.textContent = key.padEnd(25) + row[1];
                     div.appendChild(r);
                 });
             }


=====================================
hosts/osuosl5-amd64/var/www/html/index_i386.html
=====================================
@@ -139,7 +139,7 @@
                 data.map(row => {
                     let r = document.createElement('pre');
                     let key = row[0] + ': ';
-                    r.textContent = key.padEnd(20) + row[1];
+                    r.textContent = key.padEnd(25) + row[1];
                     div.appendChild(r);
                 });
             }


=====================================
hosts/osuosl5-amd64/var/www/html/index_riscv64.html
=====================================
@@ -139,7 +139,7 @@
                 data.map(row => {
                     let r = document.createElement('pre');
                     let key = row[0] + ': ';
-                    r.textContent = key.padEnd(20) + row[1];
+                    r.textContent = key.padEnd(25) + row[1];
                     div.appendChild(r);
                 });
             }



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1243c284069892497ad7891d510bc9a80703f44d
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/20250216/e3aea875/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list