[Git][qa/jenkins.debian.net][master] i386.reproduce.debian.net: add /stats/ and update hourly
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Dec 9 19:39:15 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f86d327c by Holger Levsen at 2024-12-09T20:37:48+01:00
i386.reproduce.debian.net: add /stats/ and update hourly
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3 changed files:
- bin/rebuilder_stats.py
- + hosts/infom07-i386/etc/cron.d/rebuilderd
- hosts/infom07-i386/etc/nginx/nginx.conf
Changes:
=====================================
bin/rebuilder_stats.py
=====================================
=====================================
hosts/infom07-i386/etc/cron.d/rebuilderd
=====================================
@@ -0,0 +1,2 @@
+MAILTO=root
+23 * * * * rebuilderd mkdir -p /srv/rebuilderd/stats/ && /srv/jenkins/bin/rebuilder_stats.py i386 rebuilderd.db > /srv/rebuilderd/stats/index.html
=====================================
hosts/infom07-i386/etc/nginx/nginx.conf
=====================================
@@ -48,10 +48,11 @@ http {
}
location /stats/ {
- alias /home/jspricke/public_html/stats/ ;
+ alias /srv/rebuilderd/stats/;
disable_symlinks off;
- autoindex on;
- }
+ autoindex on;
+
+ }
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f86d327c5995cd49a08950363b29db5d89443ca9
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f86d327c5995cd49a08950363b29db5d89443ca9
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/20241209/a7e2e324/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list