[Git][qa/jenkins.debian.net][master] rdn: Fix typo in JavaScript
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Sep 29 19:27:24 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
466cf6a3 by Jochen Sprickerhof at 2025-09-29T20:27:15+02:00
rdn: Fix typo in JavaScript
(cherry picked from commit 574c0166950a6bde27d19ff8b7dedaa27464ae3f)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- hosts/osuosl5-amd64/var/www/html/index.html
Changes:
=====================================
hosts/osuosl5-amd64/var/www/html/index.html
=====================================
@@ -100,7 +100,7 @@
}
function fetchArchStats(arch, release) {
- fetch(`https://reproduce.debian.net/${arch}/api/v1/dashboard?release=${release}´)
+ fetch(`https://reproduce.debian.net/${arch}/api/v1/dashboard?release=${release}`)
.then(response => response.json())
.then(data => {
let good = data['rebuilds']['good'];
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/466cf6a34629bfee47941abeec4731b4379953ce
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/466cf6a34629bfee47941abeec4731b4379953ce
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/20250929/61ad16d8/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list