[Git][qa/jenkins.debian.net][master] rdn: more small fixes for amd64-pull184
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Aug 21 00:44:39 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2f3c4317 by Holger Levsen at 2025-08-21T01:44:33+02:00
rdn: more small fixes for amd64-pull184
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- hosts/osuosl5-amd64/etc/nginx/nginx.conf
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/index.html
Changes:
=====================================
hosts/osuosl5-amd64/etc/nginx/nginx.conf
=====================================
@@ -91,7 +91,7 @@ http {
# amd64-pull184
location /amd64-pull184/api/ {
proxy_set_header X-Real-IP $remote_addr;
- proxy_pass http://127.0.0.1:8484/api/;
+ proxy_pass http://127.0.0.1:8494/api/;
}
location = /amd64-pull184/api/v0/build/report {
client_max_body_size 200M;
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/index.html
=====================================
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>
- reproduce.debian.net/amd64 - trixie, forky, unstable (arch:amd64)
+ reproduce.debian.net/amd64-pull184 - trixie, forky, unstable (arch:amd64)
</title>
<style>
body {
@@ -73,7 +73,7 @@
function searchPkgs(query) {
let div = document.getElementById('search-results');
- let url = '/amd64/api/v0/pkgs/list?' + new URLSearchParams({
+ let url = '/amd64-pull184/api/v0/pkgs/list?' + new URLSearchParams({
name: query,
distro: 'debian',
});
@@ -103,19 +103,19 @@
if (build_id) {
r.appendChild(spanWith(' ['));
- r.appendChild(linkTo(`/amd64/api/v0/builds/${build_id}/log`, 'log'));
+ r.appendChild(linkTo(`/amd64-pull184/api/v0/builds/${build_id}/log`, 'log'));
r.appendChild(spanWith(']'));
}
if (pkg.has_attestation) {
r.appendChild(spanWith(' ['));
- r.appendChild(linkTo(`/amd64/api/v0/builds/${build_id}/attestation`, 'attestation'));
+ r.appendChild(linkTo(`/amd64-pull184/api/v0/builds/${build_id}/attestation`, 'attestation'));
r.appendChild(spanWith(']'));
}
if (pkg.has_diffoscope) {
r.appendChild(spanWith(' ['));
- r.appendChild(linkTo(`/amd64/api/v0/builds/${build_id}/diffoscope`, 'diffoscope'));
+ r.appendChild(linkTo(`/amd64-pull184/api/v0/builds/${build_id}/diffoscope`, 'diffoscope'));
r.appendChild(spanWith(']'));
}
@@ -182,8 +182,8 @@
</head>
<body>
<h1>
- <a href="https://reproduce.debian.net">reproduce</a>.debian.net/amd64-pull184
- </h1>
+ <a href="https://reproduce.debian.net">reproduce</a>.debian.net/<a href="https://amd64-pull184.reproduce.debian.net">amd64-pull184</a>
+ </h1>
<h1>
running https://github.com/kpcyrd/rebuilderd/pull/184 soon
</h1>
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2f3c431717050dfd0141d9e5e44794c881046318
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2f3c431717050dfd0141d9e5e44794c881046318
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/20250820/96d50e22/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list