[Git][qa/jenkins.debian.net][master] rdn pull184: only show last result
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Sep 18 19:41:55 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
40c442b5 by Jochen Sprickerhof at 2025-09-18T20:41:35+02:00
rdn pull184: only show last result
(cherry picked from commit f873029b9926cfe7926813a36c8807909493541b)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
16 changed files:
- hosts/osuosl5-amd64/var/www/html/all-pull184/experimental.html
- hosts/osuosl5-amd64/var/www/html/all-pull184/forky.html
- hosts/osuosl5-amd64/var/www/html/all-pull184/trixie-backports.html
- hosts/osuosl5-amd64/var/www/html/all-pull184/trixie-proposed-updates.html
- hosts/osuosl5-amd64/var/www/html/all-pull184/trixie-security.html
- hosts/osuosl5-amd64/var/www/html/all-pull184/trixie-updates.html
- hosts/osuosl5-amd64/var/www/html/all-pull184/trixie.html
- hosts/osuosl5-amd64/var/www/html/all-pull184/unstable.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/experimental.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/forky.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-backports.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-proposed-updates.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-security.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-updates.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/unstable.html
Changes:
=====================================
hosts/osuosl5-amd64/var/www/html/all-pull184/experimental.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'experimental',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/all-pull184/forky.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'forky',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/all-pull184/trixie-backports.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'trixie-backports',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/all-pull184/trixie-proposed-updates.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'trixie-proposed-updates',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/all-pull184/trixie-security.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'trixie-security',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/all-pull184/trixie-updates.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'trixie-updates',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/all-pull184/trixie.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'trixie',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/all-pull184/unstable.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'unstable',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/experimental.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'experimental',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/forky.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'forky',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-backports.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'trixie-backports',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-proposed-updates.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'trixie-proposed-updates',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-security.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'trixie-security',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-updates.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'trixie-updates',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'trixie',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/unstable.html
=====================================
@@ -81,6 +81,7 @@
name: query,
distro: 'debian',
release: 'unstable',
+ seen_only: 'true',
});
fetch(url)
.then(response => response.json())
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/40c442b57f65d74cc9507bd6917dfb1a90039042
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/40c442b57f65d74cc9507bd6917dfb1a90039042
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/20250918/c1ab29ca/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list