[Git][qa/jenkins.debian.net][master] 2 commits: reproduce.d.n: add "last modified" in footer for static content
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Jan 9 11:43:25 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
3218da39 by Holger Levsen at 2025-01-09T12:39:11+01:00
reproduce.d.n: add "last modified" in footer for static content
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
5076cb7b by Holger Levsen at 2025-01-09T12:42:38+01:00
reproduce.d.n: also set client_max_body_size on amd64.r.d.n
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
5 changed files:
- hosts/infom07-i386/etc/nginx/nginx.conf
- hosts/infom07-i386/var/www/html/index.html
- hosts/osuosl5-amd64/etc/nginx/nginx.conf
- hosts/osuosl5-amd64/var/www/html/index.html
- hosts/osuosl5-amd64/var/www/html/rdn_index.html
Changes:
=====================================
hosts/infom07-i386/etc/nginx/nginx.conf
=====================================
@@ -14,6 +14,7 @@ http {
server {
server_name i386.reproduce.debian.net;
+ ssi on;
index index.html;
root /var/www/html;
=====================================
hosts/infom07-i386/var/www/html/index.html
=====================================
@@ -207,7 +207,9 @@
</code>
<br/>
<small>
+ <hr/>
This setup is in it's infancy, though by now everything except rebuilderd itself is in trixie. Still, please don't consider any URLs as stable here, and more to the point, especially don't take any numbers here seriously, unless...!?! Oh, and in case you are wondering why we are doing this, then hopefully the <a href="https://reproducible-builds.org">Reproducible Builds website</a> will explain why this is useful.
+ <!--#config timefmt="%Y-%m-%d" --><br/>Static content last modified: <!--#echo var="date_gmt" -->
</small>
</footer>
</body>
=====================================
hosts/osuosl5-amd64/etc/nginx/nginx.conf
=====================================
@@ -14,6 +14,7 @@ http {
server {
server_name amd64.reproduce.debian.net;
+ ssi on;
index index.html;
root /var/www/html;
@@ -42,6 +43,12 @@ http {
}
location /api/ {
+ proxy_set_header X-Real-IP $remote_addr;
+ proxy_pass http://127.0.0.1:8484;
+ }
+ location = /api/v0/build/report {
+ client_max_body_size 200M;
+ proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://127.0.0.1:8484;
}
@@ -55,6 +62,7 @@ http {
server {
server_name reproduce.debian.net;
+ ssi on;
index rdn_index.html;
root /var/www/html;
=====================================
hosts/osuosl5-amd64/var/www/html/index.html
=====================================
@@ -207,7 +207,9 @@
</code>
<br/>
<small>
+ <hr/>
This setup is in it's infancy, though by now everything except rebuilderd itself is in trixie. Still, please don't consider any URLs as stable here, and more to the point, especially don't take any numbers here seriously, unless...!?! Oh, and in case you are wondering why we are doing this, then hopefully the <a href="https://reproducible-builds.org">Reproducible Builds website</a> will explain why this is useful.
+ <!--#config timefmt="%Y-%m-%d" --><br/>Static content last modified: <!--#echo var="date_gmt" -->
</small>
</footer>
</body>
=====================================
hosts/osuosl5-amd64/var/www/html/rdn_index.html
=====================================
@@ -95,7 +95,9 @@
</code>
<br/>
<small>
+ <hr/>
This setup is in it's infancy, though by now everything except rebuilderd itself is in trixie. Still, please don't consider any URLs as stable here, and more to the point, especially don't take any numbers here seriously, unless...!?! Oh, and in case you are wondering why we are doing this, then hopefully the <a href="https://reproducible-builds.org">Reproducible Builds website</a> will explain why this is useful.
+ <!--#config timefmt="%Y-%m-%d" --><br/>Static content last modified: <!--#echo var="date_gmt" -->
</small>
</footer>
</body>
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b01e93d55cb4f5705092f58c00d7826bab79d382...5076cb7bdb52df0411a9a3a45f357d652ae4c2c5
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b01e93d55cb4f5705092f58c00d7826bab79d382...5076cb7bdb52df0411a9a3a45f357d652ae4c2c5
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/20250109/cc3fdca3/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list